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-09 19:54:45 -0800 |
commit | f58cbcbc8603db69e1bac6b34d1d5aaf88470471 (patch) | |
tree | d6fe46ab3cb1028111db93e97d84535a7e2e55a4 /test/ete/labs/gwu/apt-proxy.sh | |
parent | 3e2711149d797ad2731fe3fd4773ad2eaa12e7c8 (diff) |
Use lab local docker proxies
Change-Id: Ifb7821d6173d16ccb59053edd9eb53632fe65933
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/labs/gwu/apt-proxy.sh')
-rwxr-xr-x | test/ete/labs/gwu/apt-proxy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ete/labs/gwu/apt-proxy.sh b/test/ete/labs/gwu/apt-proxy.sh index 14b272566..7c371ec24 100755 --- a/test/ete/labs/gwu/apt-proxy.sh +++ b/test/ete/labs/gwu/apt-proxy.sh @@ -1,5 +1,11 @@ #!/bin/bash sed -i '/#!\/bin\/bash/a\ + mkdir -p /etc/docker\ + cat > /etc/docker/daemon.json <<EOF\ + {\ + "insecure-registries" : ["stack.local.enacct.com:5000"]\ + }\ + EOF\ cat > /etc/apt/apt.conf.d/30proxy<<EOF\ Acquire::http { Proxy "http://stack.local.enacct.com:3142"; };\ Acquire::https::Proxy "DIRECT";\ |