diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-09 19:54:45 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-10 20:23:29 +0000 |
commit | 5e8e8128b2cbb961e138704f791326e8d0d974e1 (patch) | |
tree | 0e78e7bbaba9722e8fef164f16ad86a74600f3b7 /test/ete/labs/huawei | |
parent | d83efffdf04f9829347c6fd5f6b84e005e0bb4a0 (diff) |
Use lab local docker proxies
Change-Id: Ifb7821d6173d16ccb59053edd9eb53632fe65933
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit f58cbcbc8603db69e1bac6b34d1d5aaf88470471)
Diffstat (limited to 'test/ete/labs/huawei')
-rwxr-xr-x | test/ete/labs/huawei/apt-proxy.sh | 8 | ||||
-rw-r--r-- | test/ete/labs/huawei/onap-openstack-template.env | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/test/ete/labs/huawei/apt-proxy.sh b/test/ete/labs/huawei/apt-proxy.sh index 6aa7c5578..45c8ae09b 100755 --- a/test/ete/labs/huawei/apt-proxy.sh +++ b/test/ete/labs/huawei/apt-proxy.sh @@ -1,7 +1,13 @@ #!/bin/bash sed -i '/#!\/bin\/bash/a\ + mkdir -p /etc/docker\ + cat > /etc/docker/daemon.json <<EOF\ + {\ + "insecure-registries" : ["docker-proxy.neo.futurewei.com:5000"]\ + }\ + EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ - Acquire::http { Proxy "http://10.145.122.118:3142"; };\ + Acquire::http { Proxy "http://apt-proxy.neo.futurewei.com:3142"; };\ Acquire::https::Proxy "DIRECT";\ EOF\ apt-get -y update' $1 diff --git a/test/ete/labs/huawei/onap-openstack-template.env b/test/ete/labs/huawei/onap-openstack-template.env index a055b2b16..8a7338a39 100644 --- a/test/ete/labs/huawei/onap-openstack-template.env +++ b/test/ete/labs/huawei/onap-openstack-template.env @@ -34,9 +34,9 @@ parameters: nexus_docker_repo: docker-proxy.neo.futurewei.com:5000 - nexus_username: docker + nexus_username: anonymous - nexus_password: docker + nexus_password: anonymous dmaap_topic: AUTO |