commit | d0632b861007eaf7bc7c3c110356ecf7c24a0749 | [log] [tgz] |
---|---|---|
author | Matthew Mosesohn <mmosesohn@mirantis.com> | Tue May 30 17:51:30 2017 +0300 |
committer | Tatyanka Leontovich <tleontovich@mirantis.com> | Tue May 30 13:04:14 2017 -0400 |
tree | f514ef77d74ad2da954407af0097aa856cb2ab43 | |
parent | 17ef1495fef87e9f3728e8daf805b70868e2f1d9 [diff] [blame] |
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/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;