summaryrefslogtreecommitdiffstats
path: root/cloudmasterd/README
diff options
context:
space:
mode:
authorMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-24 15:12:40 -0400
committerMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-06-24 15:12:40 -0400
commit285b224b15956e236eeba4304ee5c71bf8720503 (patch)
treeec3fad0c32ff0bab0ce9d9e44e78b821c8d81aa4 /cloudmasterd/README
parent0d0338ac2c7e3ad5b800715ee573464b632d10e3 (diff)
downloadtools-285b224b15956e236eeba4304ee5c71bf8720503.tar.gz
tools-285b224b15956e236eeba4304ee5c71bf8720503.tar.xz
tools-285b224b15956e236eeba4304ee5c71bf8720503.zip
Cleaning up the documentation
Diffstat (limited to 'cloudmasterd/README')
-rw-r--r--cloudmasterd/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/cloudmasterd/README b/cloudmasterd/README
index e67dbdb..04a9dc0 100644
--- a/cloudmasterd/README
+++ b/cloudmasterd/README
@@ -22,18 +22,18 @@ to utilize the everest-replace-self scripts and rekickstart the machine.
You can do this by downloading the everest-replace-self from an internal or
public cobbler machine using:
- rpm -i http://$COBBLER_REPO/cobbler/repo_mirror/f8-everest-noarch/everest-cloud-0.1.0-1.noarch.rpm
+ rpm -i http://$COBBLER_REPO/cobbler/repo_mirror/f8-everest-noarch/everest-replace-self-1.0.0-1.noarch.rpm
and then running the following replace self script which will reformat your
machine as either a cloud master or a cloud minion.
To create a cloud master, you would use the following command:
- everest-cloud-replace-self -c $COBBLER_REPO
+ everest-replace-self -c $COBBLER_REPO
To create a cloud minion, you would use the following command:
- everest-cloud-replace-self -c $COBBLER_REPO -m "certmaster=$CLOUD_MASTER"
+ everest-replace-self -c $COBBLER_REPO -m "certmaster=$CLOUD_MASTER"
Both forms of the command also support passing in specific cobbler profiles
to allow you to create a RHEL based cloud or use different architectures.
@@ -41,7 +41,7 @@ The default profile used is a Fedora 8, 32 bit profile. For example, to use
RHEL5 Update 2 with a 64 bit architecture, you could create a cloud master
using:
- everest-cloud-replace-self -c $COBBLER_REPO -p EverestCloud-RHEL5U2-x86_64
+ everest-replace-self -c $COBBLER_REPO -p EverestCloud-RHEL5U2-x86_64
The cloudmasterd is also available as a rubygem RPM and can be installed using:
yum install rubygem-cloudmasterd