diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-14 17:04:05 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-02-14 17:04:05 -0800 |
commit | 5c84a1876fbb78a376fe210b967caa4132b272d6 (patch) | |
tree | 8867bc4cab504ca8ae3ca249295de99af6a89158 /test | |
parent | 06de16ad21868809e1b96d15962f4cd3db1ee1f6 (diff) |
Change IP addr of docker proxy in windriver lab
Change-Id: I3d817abd9a5068ea128163d24fa9804dbfa69142
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/ete/labs/windriver/apt-proxy.sh | 4 | ||||
-rw-r--r-- | test/ete/labs/windriver/onap-openstack-template.env | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/ete/labs/windriver/apt-proxy.sh b/test/ete/labs/windriver/apt-proxy.sh index f8bb32ff0..54b15bba6 100755 --- a/test/ete/labs/windriver/apt-proxy.sh +++ b/test/ete/labs/windriver/apt-proxy.sh @@ -3,11 +3,11 @@ sed -i '/#!\/bin\/bash/a\ mkdir -p /etc/docker\ cat > /etc/docker/daemon.json <<EOF\ {\ - "insecure-registries" : ["10.12.5.80:5000"]\ + "insecure-registries" : ["10.12.5.2:5000"]\ }\ EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ - Acquire::http { Proxy "http://10.12.5.80:3142"; };\ + Acquire::http { Proxy "http://10.12.5.2:3142"; };\ Acquire::https::Proxy "DIRECT";\ EOF\ apt-get -y update' $1 diff --git a/test/ete/labs/windriver/onap-openstack-template.env b/test/ete/labs/windriver/onap-openstack-template.env index 1992a42ed..27cd0ef62 100644 --- a/test/ete/labs/windriver/onap-openstack-template.env +++ b/test/ete/labs/windriver/onap-openstack-template.env @@ -32,7 +32,7 @@ parameters: nexus_repo: https://nexus.onap.org/content/sites/raw - nexus_docker_repo: 10.12.5.80:5000 + nexus_docker_repo: 10.12.5.2:5000 nexus_username: anonymous |