From 0d9a82e40fdbd59e29d9ce4c928f4256cfa3227d Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Tue, 22 Jul 2008 14:39:41 -0400 Subject: Removed quickstart --- genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml | 193 --------------------- genome-docs/genome-docs-1.0.0/en-US/genome.xml | 3 +- 2 files changed, 1 insertion(+), 195 deletions(-) delete mode 100644 genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml 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 deleted file mode 100644 index c9846f3..0000000 --- a/genome-docs/genome-docs-1.0.0/en-US/QuickStart.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - Quick Start - - This quick start will you get up and running with the &PRODUCT; - framework. However, this is not intended to provide comprehensive - coverage of the &PRODUCT; framework. It is important to take the - time to read the rest of this document in order to have a full - understanding of the &PRODUCT; framework. - - - Additionally, the cookbook - section contains a number of helpful examples. - - -
- Understanding the Framework - - It is very important that you have a full understanding of the &PRODUCT; framework. - Without that understanding, it will be hard to understand system requirements of - the various portions of the framework. After completing this quick start, please - take the time to read through the rest of this document. - - - The &PRODUCT; framework consists of three parts: - - - Genome Appliance - - - Cloud Appliance - - - An arbitrary number of Cloud Members - - - - - - When using the default quick start setup with Fedora, you - only need to dedicate one machine for your &PRODUCT; - environment. This machine must have - hardware virtualization support. Check the following link - to see if your machine meets the requirements: KVM - Information Also check the system - requirements for the Genome - Appliance and the Cloud - Appliance before beginning the quick start. - If you don't have a machine that supports hardware - virtualization, you won't be able to use Fedora for your - Cloud - Appliance but you can still use any - distribution that supports Xen (e.g. Red Hat Enterprise - Linux). - - -
-
- Prerequisites - - - - Download and burn the Genome/Cloud - Appliance boot CD - - - - - - - The quick start guide uses a combination Genome and - Cloud - appliance distribution for purpose of getting up and - running without further ado. - - -
-
- Setting Up the Appliance - - - Boot a machine with the Genome Appliance CD. At the boot menu, - choose the default option (Install from Kickstart). That will - begin the installation process. - - - - All data on the machine will be lost once the kickstart begins. - When it completes the machine will reboot. Be sure to remove - the CD from the drive when the kickstart finishes to ensure it - does not try to run start the entire process over again. - - -
-
- Setting Up the First Distro - - While there are several ways to import a distro into cobbler, we - highly recommend downloading and mounting an ISO image and - importing it. Run these commands on the &PRODUCT;/Cloud Appliance - to import the Fedora distribution. - - -mkdir /mnt/Fedora-9-i386 -wget -O /tmp/Fedora-9-i386-DVD.iso http://download.fedoraproject.org/pub/fedora/linux/releases/9/Fedora/i386/iso/Fedora-9-i386-DVD.iso -mount -o loop /tmp/Fedora-9-i386-DVD.iso /mnt/Fedora-9-i386 -cobbler import --mirror=/mnt/Fedora-9-i386 --name=F9-i386 - -# This is a temporary fix for the ISO -cp /etc/cobbler/Guest.ks /etc/cobbler/Fedora.ks -chown genome:genome /etc/cobbler/Fedora.ks - -
-
- Setting Up the First Guest - - Use genome-bootstrap - to setup the first guest machine. - - -$ 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): 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: cloud.example.org -Enter your email address for cloud notification: johndoe@example.org - -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/genome/machine_types.html -1. django-example -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-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 20 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. - - - Once you have created that machine, you should be able to see it - in the cloud at http://COMBO-APPLIANCE/cloud/status.html. In a few - minutes, your machine should have finished installing and will be - ready for use. - - - At this point, you are ready to move onto some more interesting - scenarios like adding more &PRODUCT; Appliances for the various - teams in your organization or creating custom machine types for - your own use. You can find most of these examples in the Cookbook, - like creating your own - machine type. - -
-
diff --git a/genome-docs/genome-docs-1.0.0/en-US/genome.xml b/genome-docs/genome-docs-1.0.0/en-US/genome.xml index 1eaa079..62b8dd6 100644 --- a/genome-docs/genome-docs-1.0.0/en-US/genome.xml +++ b/genome-docs/genome-docs-1.0.0/en-US/genome.xml @@ -4,8 +4,7 @@ - - + -- cgit