From c4dea95c8b5cc2d00dbf626fb4a10fe6533c4df3 Mon Sep 17 00:00:00 2001 From: Brenton Leanhardt Date: Thu, 26 Jun 2008 08:55:03 -0400 Subject: Adding more documentation for Repo machine creation --- .../everest-repo-1.0.0/docs/en-US/Cookbook.xml | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml b/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml index d37ebbe..d41309b 100644 --- a/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml +++ b/everest-repo/everest-repo-1.0.0/docs/en-US/Cookbook.xml @@ -78,6 +78,9 @@ install the &REPORPM; + + Kick off the bootstrap process + Replicate cobbler @@ -110,6 +113,43 @@ +
+ Starting the bootstrap process + + As with installing the &REPORPM; this step is + also typically handled via + kickstart (ie, + turned on via + chkconfig). That + being said, if you turning a machine that + already has an operating system into a Repo + machine this step will need to be run manually. + + +/sbin/service everest-repo-bootstrap start + + + + Note + + This step is designed to work + "offline" since all the + external dependencies are + pulled down via the &REPORPM;. + That being said there are + external factors than can cause + it to fail. If you suspect a + Repo machine is not configured + correctly it is always safe to + run this command multiple times + as + puppet + will only perform outstanding + tasks. + + +
+
Replicate cobbler data -- cgit