[ https://issues.apache.org/jira/browse/CLOUDSTACK-9408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16383302#comment-16383302 ]
ASF GitHub Bot commented on CLOUDSTACK-9408: -------------------------------------------- DaanHoogland closed pull request #23: CLOUDSTACK-9408 fix docs to remove references to download.cloud.com URL: https://github.com/apache/cloudstack-docs/pull/23 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > remove runtime references to http://download.cloud.com > ------------------------------------------------------ > > Key: CLOUDSTACK-9408 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9408 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the > default.) > Affects Versions: 4.5.2, 4.6.2, 4.7.1, 4.8.0, 4.9.0 > Reporter: Daan Hoogland > Assignee: Daan Hoogland > Priority: Blocker > > As cloud.com was bought and sold, We have no assurance and can give none to > our users as to wether downloads from that site will remain possible. This is > to investigate what occurances of cloud.com can remain and which need to > change, and change them. > [~chiradeep][~widodh] I am assigning this to me but am going to ask for some > further assistance. > [~wstevens]I got no pushback so I am marking this as blocker for now. -- This message was sent by Atlassian JIRA (v7.6.3#76005)