You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/01/29 18:29:40 UTC

[2/2] git commit: fixing a few types and mangled commands

Updated Branches:
  refs/heads/runbook [created] 885014c07


fixing a few types and mangled commands


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/885014c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/885014c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/885014c0

Branch: refs/heads/runbook
Commit: 885014c075f80ee5fc03f4ce922024cf6f1c7651
Parents: 32c519a
Author: David Nalley <da...@gnsa.us>
Authored: Tue Jan 29 00:31:08 2013 -0500
Committer: David Nalley <da...@gnsa.us>
Committed: Tue Jan 29 00:31:08 2013 -0500

----------------------------------------------------------------------
 docs/runbook/en-US/Environment.xml |    2 +-
 docs/runbook/en-US/Management.xml  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/885014c0/docs/runbook/en-US/Environment.xml
----------------------------------------------------------------------
diff --git a/docs/runbook/en-US/Environment.xml b/docs/runbook/en-US/Environment.xml
index 4172e03..6bf0033 100644
--- a/docs/runbook/en-US/Environment.xml
+++ b/docs/runbook/en-US/Environment.xml
@@ -157,7 +157,7 @@ SELINUXTYPE=targeted
       servers in sync. However, NTP is not installed by default. So we'll install and 
       and configure NTP at this stage. Installation is accomplished as follows:
       </para>
-      <screen><prompt># </prompt><userinput><command>yum</command> install ntp</userinput></screen>
+      <screen><prompt># </prompt><userinput><command>yum</command> -y install ntp</userinput></screen>
       <para>The actual default configuration is fine for our purposes, so we merely need to
       enable it and set it to start on boot as follows:</para>
       <screen><prompt># </prompt><userinput><command>chkconfig</command> ntpd on</userinput></screen>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/885014c0/docs/runbook/en-US/Management.xml
----------------------------------------------------------------------
diff --git a/docs/runbook/en-US/Management.xml b/docs/runbook/en-US/Management.xml
index f954561..1b1880a 100644
--- a/docs/runbook/en-US/Management.xml
+++ b/docs/runbook/en-US/Management.xml
@@ -73,7 +73,7 @@ binlog-format = 'ROW'
     <para>When this process is finished, you should see a message like "CloudStack has successfully initialized the database."
     </para>
     <para>Now that the database has been created, we can take the final step in setting up the management server by issuing the following command:</para>
-    <screen><prompt># </prompt><userinput><command>cloud-setup-mangament</command></userinput></screen>
+    <screen><prompt># </prompt><userinput><command>cloud-setup-management</command></userinput></screen>
   </section>
   <section id="sect-Runbook-Management-templatesetup">
     <title>System Template Setup</title>
@@ -95,7 +95,7 @@ binlog-format = 'ROW'
       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 -m /mnt/secondary</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  /mnt/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