You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2018/03/02 07:48:50 UTC

[cloudstack-docs] branch master updated: CLOUDSTACK-9408 fix docs to remove references to download.cloud.com (#23)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 291e147  CLOUDSTACK-9408 fix docs to remove references to download.cloud.com (#23)
291e147 is described below

commit 291e1471315d8ba567bc9f5d96fa14887bfbe7fc
Author: Chiradeep Vittal <ch...@gmail.com>
AuthorDate: Thu Mar 1 23:48:48 2018 -0800

    CLOUDSTACK-9408 fix docs to remove references to download.cloud.com (#23)
---
 rtd/source/ansible.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rtd/source/ansible.rst b/rtd/source/ansible.rst
index 6be0134..0493923 100644
--- a/rtd/source/ansible.rst
+++ b/rtd/source/ansible.rst
@@ -294,7 +294,7 @@ For the management server role we create a main.yml task like this:
 
    - name: Ensure vhdutil is in correct location
 
-     get\_url: url=http://download.cloud.com.s3.amazonaws.com/tools/vhd-util dest=/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util mode=0755
+     get\_url: url=https://download.cloudstack.org/tools/vhd-util dest=/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util mode=0755
 
 
 Save this as `/etc/ansible/roles/cloudstack-management/tasks/main.yml`
@@ -355,13 +355,13 @@ storage.  The playbook for this would look as follows:
 
    - name: Seed secondary storage
      command:
-   /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m {{ tmp\_nfs\_path }} -u http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2 -h kvm -F
+   /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m {{ tmp\_nfs\_path }} -u https://download.cloudstack.org/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2 -h kvm -F
 
      command:
-   /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m {{ tmp\_nfs\_path }} -u http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2 -h xenserver -F
+   /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m {{ tmp\_nfs\_path }} -u https://download.cloudstack.org/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2 -h xenserver -F
 
      command:
-   /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m {{ tmp\_nfs\_path }} -u http://download.cloud.com/templates/4.2/systemvmtemplate-4.2-vh7.ov -h vmware -F
+   /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt -m {{ tmp\_nfs\_path }} -u https://download.cloudstack.org/templates/4.2/systemvmtemplate-4.2-vh7.ov -h vmware -F
 
 
 Save this as `/etc/ansible/roles/cloudstack-manager/tasks/seedstorage.yml`

-- 
To stop receiving notification emails like this one, please contact
dahn@apache.org.