Submitting a patch for correcting this would be *more than* welcome Patrick! It's really easy to do... just click the "Edit on Github" link in the upper right hand corner!
-chip On Thu, Mar 27, 2014 at 11:54 AM, Patrick Miller <patrick.mil...@sungard.com> wrote: > http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/installation.html#management-server-installation > > Looks like the template names are wrong. > > - For Hyper-V > > # > /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt > -m /mnt/secondary -u > http://download.cloud.com/templates/4.3/systemvm64template-2013-12-23-hyperv.vhd.bz2 > -h hyperv -s <optional-management-server-secret-key> -F > > > - For XenServer: > > # /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 > > > - For vSphere: > > # /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 > > > - For KVM: > > # /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 > > > - For LXC: > > # /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 > > > > patrick