No, we don't use install.sh
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/ac4f4b07 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/ac4f4b07 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/ac4f4b07 Branch: refs/heads/4.2 Commit: ac4f4b073c696e73eaf43ea5c499c6c76aebbc54 Parents: ad62217 Author: David Nalley <[email protected]> Authored: Wed Oct 2 12:03:56 2013 -0400 Committer: David Nalley <[email protected]> Committed: Wed Oct 2 12:03:56 2013 -0400 ---------------------------------------------------------------------- release-notes/en-US/Release_Notes.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/ac4f4b07/release-notes/en-US/Release_Notes.xml ---------------------------------------------------------------------- diff --git a/release-notes/en-US/Release_Notes.xml b/release-notes/en-US/Release_Notes.xml index 0e812c0..a2fef40 100644 --- a/release-notes/en-US/Release_Notes.xml +++ b/release-notes/en-US/Release_Notes.xml @@ -1210,11 +1210,7 @@ service cloudstack-agent start as hosts and only on the KVM hosts.</para> <orderedlist numeration="loweralpha"> <listitem> - <para>Manually clean up <filename>/var/cache/cloudstack</filename>.</para> - </listitem> - <listitem> - <para>Copy the 4.2 tar file to the host, untar it, and change directory to the - resulting directory.</para> + <para>Configure the CloudStack yum repository as detailed above.</para> </listitem> <listitem> <para>Stop the running agent.</para> @@ -1222,10 +1218,7 @@ service cloudstack-agent start </listitem> <listitem> <para>Update the agent software.</para> - <programlisting># ./install.sh</programlisting> - </listitem> - <listitem> - <para>Choose "U" to update the packages.</para> + <programlisting># yum update cloudstack-agent</programlisting> </listitem> <listitem> <para>Start the agent.</para>
