aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/labs/gwu/apt-proxy.sh
diff options
context:
space:
mode:
authorgwu <gary.i.wu@huawei.com>2018-07-17 22:11:39 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-07-17 23:15:37 -0700
commit10db462fe75f1b588d5c8861dd2c8017f89c978a (patch)
tree482f494fe283dc85ced2bbc16dd1dc89cbe55dc2 /test/ete/labs/gwu/apt-proxy.sh
parentfb4b8fb98af42e61dff04a335809c268da1eb006 (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/gwu/apt-proxy.sh')
-rwxr-xr-xtest/ete/labs/gwu/apt-proxy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/labs/gwu/apt-proxy.sh b/test/ete/labs/gwu/apt-proxy.sh
index e1c4f0891..74a180bd0 100755
--- a/test/ete/labs/gwu/apt-proxy.sh
+++ b/test/ete/labs/gwu/apt-proxy.sh
@@ -5,7 +5,7 @@ sed -i '/#!\/bin\/bash/a\
mkdir -p /etc/docker\
cat > /etc/docker/daemon.json <<EOF\
{\
- "insecure-registries" : ["192.168.1.51:5000"]\
+ "insecure-registries" : ["192.168.2.20:5000"]\
}\
EOF\
cat > /etc/apt/apt.conf.d/30proxy<<EOF\