From a9fb99a14ca77d715f5ef4754a9db391f276f2ec Mon Sep 17 00:00:00 2001 From: David Nalley Date: Tue, 29 Jan 2013 13:22:04 -0500 Subject: [PATCH] Removing the separate mount command to simplify template installation - thanks to Nux! for the suggestion --- docs/runbook/en-US/Book_Info.xml | 2 +- docs/runbook/en-US/Management.xml | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/runbook/en-US/Book_Info.xml b/docs/runbook/en-US/Book_Info.xml index 5d2014beb9a..8e38bbde8ee 100644 --- a/docs/runbook/en-US/Book_Info.xml +++ b/docs/runbook/en-US/Book_Info.xml @@ -27,7 +27,7 @@ Runbook Prescriptive instructions for deploying Apache CloudStack Apache CloudStack - 4.0.1 + 4.0.0-incubating 0 0 diff --git a/docs/runbook/en-US/Management.xml b/docs/runbook/en-US/Management.xml index 1b1880aa436..b52eebf6dd0 100644 --- a/docs/runbook/en-US/Management.xml +++ b/docs/runbook/en-US/Management.xml @@ -83,19 +83,12 @@ binlog-format = 'ROW' acquire those system images ready for deployment when we bootstrap your cloud. - - The place we are going to download these images to is the secondary - storage share that we setup earlier, so we'll need to mount that share - with the mount command run on the management server: - - # mount -t nfs 172.16.10.2:/secondary /mnt/secondary - Now we need to download the system VM template and deploy that to the share we just mounted. The management server includes a script to properly manipulate the system VMs images. - # /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F + # /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F That concludes our setup of the management server. We still need to