Remove mcp11 refs to tcpcloud.eu
Change-Id: Ia89de1777637ff62b890aa20488843348fc9aaa9
Reviewed-on: https://review.gerrithub.io/363079
Reviewed-by: Sergii Golovatiuk <holser@gmail.com>
Reviewed-by: Tatyanka Leontovich <tleontovich@mirantis.com>
Tested-by: Tatyanka Leontovich <tleontovich@mirantis.com>
diff --git a/tcp_tests/templates/physical_mcp11_dvr/salt.yaml b/tcp_tests/templates/physical_mcp11_dvr/salt.yaml
index 0a1eaf6..beebaa8 100644
--- a/tcp_tests/templates/physical_mcp11_dvr/salt.yaml
+++ b/tcp_tests/templates/physical_mcp11_dvr/salt.yaml
@@ -68,7 +68,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;
diff --git a/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
index bdd0ec1..80843fa 100644
--- a/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
+++ b/tcp_tests/templates/physical_mcp11_ovs_dpdk/salt.yaml
@@ -69,7 +69,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;
diff --git a/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml b/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml
index 7bdb920..6d1bc17 100644
--- a/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-dvr/salt.yaml
@@ -77,7 +77,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-calico/salt.yaml b/tcp_tests/templates/virtual-mcp11-k8s-calico/salt.yaml
index 5f61549..36bcb2a 100644
--- a/tcp_tests/templates/virtual-mcp11-k8s-calico/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-k8s-calico/salt.yaml
@@ -45,7 +45,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-contrail/salt.yaml b/tcp_tests/templates/virtual-mcp11-k8s-contrail/salt.yaml
index ec85c55..0cb85cb 100644
--- a/tcp_tests/templates/virtual-mcp11-k8s-contrail/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-k8s-contrail/salt.yaml
@@ -45,7 +45,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay--user-data1404.yaml b/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay--user-data1404.yaml
index 61ec4ce..1bb42e4 100644
--- a/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay--user-data1404.yaml
+++ b/tcp_tests/templates/virtual-mcp11-k8s-contrail/underlay--user-data1404.yaml
@@ -47,8 +47,8 @@
- echo "Preparing base OS"
- which wget >/dev/null || (apt-get update; apt-get install -y wget)
- - echo "deb [arch=amd64] http://apt.tcpcloud.eu/nightly trusty tcp-salt tcp extra main" > /etc/apt/sources.list
- - wget -O - http://apt.tcpcloud.eu/public.gpg | apt-key add -
+ - echo "deb [arch=amd64] http://apt-mk.mirantis.com/trusty nightly salt extra" > /etc/apt/sources.list
+ - wget -O - http://apt-mk.mirantis.com/public.gpg | apt-key add -
- echo "deb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/2016.3 trusty main" > /etc/apt/sources.list.d/saltstack.list
- wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/2016.3/SALTSTACK-GPG-KEY.pub | apt-key add -
diff --git a/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml b/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
index 89db93a..8d71e60 100644
--- a/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-ovs-dpdk/salt.yaml
@@ -77,7 +77,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;
diff --git a/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml b/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml
index 20a1f96..2518fba 100644
--- a/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-ovs.new/salt.yaml
@@ -77,7 +77,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;
diff --git a/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml b/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml
index 20a1f96..2518fba 100644
--- a/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml
+++ b/tcp_tests/templates/virtual-mcp11-ovs/salt.yaml
@@ -77,7 +77,7 @@
- description: Configure GIT settings and certificates
cmd: touch /root/.git_trusted_certs.pem;
- for server in git.tcpcloud.eu github.com; do
+ for server in github.com; do
openssl s_client -showcerts -connect $server:443 </dev/null
| openssl x509 -outform PEM
>> /root/.git_trusted_certs.pem;