Repository: cloudstack-docs-install Updated Branches: refs/heads/master cb6fc7350 -> 5447dae06
Update installation.rst Updated the paths to cloud-install-sys-tmplt Updated links to system templates using values from the upgrade from 4.2.1 to 4.3 release notes This closes #6 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/5447dae0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/5447dae0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/5447dae0 Branch: refs/heads/master Commit: 5447dae06737077eb7f8cd615aaf18c16e403d25 Parents: cb6fc73 Author: patrickmiller <[email protected]> Authored: Thu Mar 27 09:21:26 2014 -0700 Committer: David Nalley <[email protected]> Committed: Thu Mar 27 12:40:40 2014 -0400 ---------------------------------------------------------------------- source/installation.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/5447dae0/source/installation.rst ---------------------------------------------------------------------- diff --git a/source/installation.rst b/source/installation.rst index 482c0aa..2678c9e 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -1332,7 +1332,7 @@ CloudStack system VMs. .. sourcecode:: bash - # /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -s <optional-management-server-secret-key> -F + # /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2 -u -h xenserver -s <optional-management-server-secret-key> -F - @@ -1340,7 +1340,7 @@ CloudStack system VMs. .. sourcecode:: bash - # /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova -h vmware -s <optional-management-server-secret-key> -F + # /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-vmware.ova -h vmware -s <optional-management-server-secret-key> -F - @@ -1348,7 +1348,7 @@ CloudStack system VMs. .. sourcecode:: bash - # /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 -s <optional-management-server-secret-key> -F + # /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2 -h kvm -s <optional-management-server-secret-key> -F - @@ -1356,7 +1356,7 @@ CloudStack system VMs. .. sourcecode:: bash - # /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 lxc -s <optional-management-server-secret-key> -F + # /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2 -h lxc -s <optional-management-server-secret-key> -F On Ubuntu, use the following path instead: @@ -1406,4 +1406,4 @@ What should you do next? infrastructure. See Provision Your Cloud Infrastructure. -.. |installation-complete.png: Finished installs with single Management Server and multiple Management Servers| image:: ./_static/images/installation-complete.png \ No newline at end of file +.. |installation-complete.png: Finished installs with single Management Server and multiple Management Servers| image:: ./_static/images/installation-complete.png
