diff options
author | gwu <gary.i.wu@huawei.com> | 2018-07-17 22:11:39 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-07-17 23:15:37 -0700 |
commit | 10db462fe75f1b588d5c8861dd2c8017f89c978a (patch) | |
tree | 482f494fe283dc85ced2bbc16dd1dc89cbe55dc2 /test/ete/labs/huawei/apt-proxy.sh | |
parent | fb4b8fb98af42e61dff04a335809c268da1eb006 (diff) |
Update lab RC files
Change-Id: Ie50b3c75047f1dac0af471e46c04ecd02c0dee82
Issue-ID: INT-532
Signed-off-by: gwu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/labs/huawei/apt-proxy.sh')
-rwxr-xr-x | test/ete/labs/huawei/apt-proxy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ete/labs/huawei/apt-proxy.sh b/test/ete/labs/huawei/apt-proxy.sh index b95299302..6fec3d03e 100755 --- a/test/ete/labs/huawei/apt-proxy.sh +++ b/test/ete/labs/huawei/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.145.122.118:5000"]\ + "insecure-registries" : ["10.145.123.23:5000"]\ }\ EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ - Acquire::http { Proxy "http://10.145.122.118:3142"; };\ + Acquire::http { Proxy "http://10.145.122.117:8000"; };\ Acquire::https::Proxy "DIRECT";\ EOF\ apt-get -y update' $1 |