summaryrefslogtreecommitdiffstats
path: root/genome-docs
diff options
context:
space:
mode:
authorMatt Hicks <mhicks@localhost.localdomain>2008-07-17 14:32:53 -0400
committerMatt Hicks <mhicks@localhost.localdomain>2008-07-17 14:32:53 -0400
commit6418b30ce6017de2e66969e6ef7879cef4766788 (patch)
treebc557ec845e6b3bb4452d4f74f256ea370124bb9 /genome-docs
parentfb48badea07cec80a68ab5fec3787c16dac9231c (diff)
downloadtools-6418b30ce6017de2e66969e6ef7879cef4766788.tar.gz
tools-6418b30ce6017de2e66969e6ef7879cef4766788.tar.xz
tools-6418b30ce6017de2e66969e6ef7879cef4766788.zip
Updating the quickstart genome-bootstrap info
Diffstat (limited to 'genome-docs')
-rw-r--r--genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml44
1 files changed, 30 insertions, 14 deletions
diff --git a/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml b/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml
index beffd04..b90b1ae 100644
--- a/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml
+++ b/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml
@@ -130,34 +130,50 @@ $ genome-bootstrap
Your genome repo server is the system that serves as the
puppet master, git server, and cobbler server all in one.
-Enter your Genome repo fully qualified domain name (fqdn):
+Enter your Genome repo fully qualified domain name (fqdn): genome.example.org
Your cloud master is the server that determines where the
machine you're trying to create will be provisioned. Typically
cloud masters control several machines in a cloud. However,
cloud masters can be configured to simply manage their own disk space.
-Enter your cloud master fqdn:
-Enter your email address for cloud notification:
+Enter your cloud master fqdn: cloud.example.org
+Enter your email address for cloud notification: johndoe@example.org
-Your cobbler system name consists of two parts
- * a system prefix
- * a machine type
-The system prefix can be used to help group common systems
-together using some canonical name. For instance, this can be
-helpful when configuring clustered JBoss servers
-Enter your system prefix:
+Your system prefix is added to your machine name to help identify
+it as your own. It must be a single word and should be short (e.g. username).
+Enter your system prefix: johndoe
Now, you can select your machine type.
To see a description of these machine types visit: http://GENOME-APPLIANCE.domain.com/genome/machine_types.html
1. django-example
-Select your machine type:
+Select your machine type: 1
Your cobbler profile determines the OS, the disk space, and
the amount of memory that should be allocated to the system
that you are provisioning.
-1. LargeGenomeGuest-F8-i386
-2. NormalGenomeGuest-F8-i386
-Select your cobbler profile (This determines the OS):
+1. LargeGenomeGuest-Fedora-9-i386
+2. NormalGenomeGuest-Fedora-9-i386
+Select your cobbler profile (This determines the OS): 2
+
+Your system is now being provisioned
+Trying to determine the ip address.
+We'll try and maximum of 10 times.
+Polling for cobbler status...
+Retrying in 5 seconds
+Polling for cobbler status...
+Retrying in 5 seconds
+Polling for cobbler status...
+Retrying in 5 seconds
+Polling for cobbler status...
+Retrying in 5 seconds
+Polling for cobbler status...
+Retrying in 5 seconds
+Polling for cobbler status...
+Retrying in 5 seconds
+Polling for cobbler status...
+Retrying in 5 seconds
+Your new system is being provisioned on cloud-7.example.org.
+The IP address of the new system is 1.2.3.4.
</screen>
</section>
</chapter>