Updated Branches: refs/heads/runbook 885014c07 -> a9fb99a14
Removing the separate mount command to simplify template installation - thanks to Nux! <[email protected]> for the suggestion Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a9fb99a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a9fb99a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a9fb99a1 Branch: refs/heads/runbook Commit: a9fb99a14ca77d715f5ef4754a9db391f276f2ec Parents: 885014c Author: David Nalley <[email protected]> Authored: Tue Jan 29 13:22:04 2013 -0500 Committer: David Nalley <[email protected]> Committed: Tue Jan 29 13:22:04 2013 -0500 ---------------------------------------------------------------------- docs/runbook/en-US/Book_Info.xml | 2 +- docs/runbook/en-US/Management.xml | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a9fb99a1/docs/runbook/en-US/Book_Info.xml ---------------------------------------------------------------------- diff --git a/docs/runbook/en-US/Book_Info.xml b/docs/runbook/en-US/Book_Info.xml index 5d2014b..8e38bbd 100644 --- a/docs/runbook/en-US/Book_Info.xml +++ b/docs/runbook/en-US/Book_Info.xml @@ -27,7 +27,7 @@ <title>Runbook</title> <subtitle>Prescriptive instructions for deploying Apache CloudStack</subtitle> <productname>Apache CloudStack</productname> - <productnumber>4.0.1</productnumber> + <productnumber>4.0.0-incubating</productnumber> <edition>0</edition> <pubsnumber>0</pubsnumber> <abstract> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a9fb99a1/docs/runbook/en-US/Management.xml ---------------------------------------------------------------------- diff --git a/docs/runbook/en-US/Management.xml b/docs/runbook/en-US/Management.xml index 1b1880a..b52eebf 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. </para> - <para> - 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 <command>mount</command> command run on the management server: - </para> - <screen><prompt># </prompt><userinput><command>mount</command> -t nfs <replaceable>172.16.10.</replaceable>2:/secondary /mnt/secondary</userinput> - </screen> <para> 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. </para> - <screen><prompt># </prompt><userinput><command>/usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt</command> -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F</userinput> + <screen><prompt># </prompt><userinput><command>/usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt</command> -m /secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F</userinput> </screen> <para> That concludes our setup of the management server. We still need to
