Skip to content

Commit f0dd599

Browse files
authored
Merge pull request #1582 from DaanHoogland/CLOUDSTACK-9408
CLOUDSTACK-9408 for the move away from download.cloud.com
2 parents 38f1050 + 70ef078 commit f0dd599

File tree

92 files changed

+70
-3243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+70
-3243
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ All the rpm packages will be created in `dist/rpmbuild/RPMS/x86_64` directory.
154154

155155
## Notes
156156

157-
If you will be using Xen as your hypervisor, please download [vhd-util](http://download.cloud.com.s3.amazonaws.com/tools/vhd-util)
157+
If you will be using Xen as your hypervisor, please download [vhd-util](http://download.cloudstack.org/tools/vhd-util)
158158

159159
If management server is installed on RHEL/CentOS, then copy vhd-util into:
160160

api/src/com/cloud/offering/ServiceOffering.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public interface ServiceOffering extends DiskOffering, InfrastructureEntity, Int
3131
public static final String routerDefaultOffUniqueName = "Cloud.Com-SoftwareRouter";
3232
public static final String elbVmDefaultOffUniqueName = "Cloud.Com-ElasticLBVm";
3333
public static final String internalLbVmDefaultOffUniqueName = "Cloud.Com-InternalLBVm";
34+
// leaving cloud.com references as these are identifyers and no real world adresses (check against DB)
3435

3536
public enum StorageType {
3637
local, shared

api/src/com/cloud/resource/ResourceService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public interface ResourceService {
5353
Host reconnectHost(ReconnectHostCmd cmd);
5454

5555
/**
56-
* We will automatically create a cloud.com cluster to attach to the external cluster and return a hyper host to perform
56+
* We will automatically create an Apache CloudStack cluster to attach to the external cluster and return a hyper host to perform
5757
* host related operation within the cluster
5858
*
5959
* @param cmd

api/src/org/apache/cloudstack/api/response/AutoScaleVmProfileResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public class AutoScaleVmProfileResponse extends BaseResponse implements Controll
7575
@Parameter(name = ApiConstants.CS_URL,
7676
type = CommandType.STRING,
7777
description = "the API URL including port of the CloudStack Management Server example: http://server.cloud.com:8080/client/api?")
78+
// leaving cloud.com reference above as it serves only as an example
7879
private String csUrl;
7980

8081
@SerializedName(ApiConstants.ACCOUNT)

engine/storage/integration-test/test/resources/s3_testng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parameter name="devcloud-host-ip" value="192.168.56.2"/>
2424
<parameter name="devcloud-host-gateway" value="192.168.56.1"/>
2525
<parameter name="devcloud-host-cidr" value="192.168.56.0/24"/>
26-
<parameter name="template-url" value="http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2"/>
26+
<parameter name="template-url" value="http://download.cloudstack.org/templates/acton/acton-systemvm-02062012.vhd.bz2"/>
2727
<parameter name="primary-storage-want-to-add" value="nfs://192.168.56.2/opt/storage/primarynfs"/>
2828
<parameter name="devcloud-local-storage-uuid" value="cd10cac1-4772-92e5-5da6-c2bc16b1ce1b"/>
2929
<parameter name="devcloud-host-uuid" value="759ee4c9-a15a-297b-67c6-ac267d8aa429"/>

packaging/centos63/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ grep -s -q "db.usage.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.pr
445445
grep -s -q "db.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties" || sed -i -e "\$adb.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties"
446446

447447
if [ ! -f %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
448-
echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in
448+
echo Please download vhd-util from http://download.cloudstack.org/tools/vhd-util and put it in
449449
echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/
450450
fi
451451

packaging/centos7/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ grep -s -q "db.usage.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.pr
402402
grep -s -q "db.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties" || sed -i -e "\$adb.simulator.driver=jdbc:mysql" "%{_sysconfdir}/%{name}/management/db.properties"
403403

404404
if [ ! -f %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
405-
echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in
405+
echo Please download vhd-util from http://download.cloudstack.org/tools/vhd-util and put it in
406406
echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/
407407
fi
408408

packaging/fedora20/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ if [ "$1" == "1" ] ; then
408408
fi
409409

410410
if [ ! -f %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
411-
echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in
411+
echo Please download vhd-util from http://download.cloudstack.org/tools/vhd-util and put it in
412412
echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/
413413
fi
414414

packaging/fedora21/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ if [ "$1" == "1" ] ; then
408408
fi
409409

410410
if [ ! -f %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util ] ; then
411-
echo Please download vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util and put it in
411+
echo Please download vhd-util from http://download.cloudstack.org/tools/vhd-util and put it in
412412
echo %{_datadir}/cloudstack-common/scripts/vm/hypervisor/xenserver/
413413
fi
414414

scripts/storage/qcow2/importmpl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ fi
105105

106106
if [[ "$uflag" == "1" && "$rflag" != "1" ]]
107107
then
108-
rttmplt=http://download.cloud.com/templates/builtin/a88232bf-6a18-38e7-aeee-c1702725079f.qcow2.bz2
108+
rttmplt=http://download.cloudstack.org/templates/builtin/a88232bf-6a18-38e7-aeee-c1702725079f.qcow2.bz2
109109
echo "download routing template from $rttmplt"
110110
fi
111111

112112
if [[ "$uflag" == "1" && "$vflag" != "1" ]]
113113
then
114-
vmtmplt=http://download.cloud.com/templates/builtin/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2
114+
vmtmplt=http://download.cloudstack.org/templates/builtin/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2
115115
echo "download cnetos template from $vmtmplt"
116116
fi
117117

0 commit comments

Comments
 (0)