Use local docker proxy for TLAB 75/31875/2
authorGary Wu <gary.i.wu@huawei.com>
Thu, 15 Feb 2018 20:05:26 +0000 (12:05 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 15 Feb 2018 20:20:32 +0000 (12:20 -0800)
Change-Id: I2ba86b0e34594bb9054bafb52b0780abbc2b2e10
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/labs/tlab/apt-proxy.sh [new file with mode: 0755]
test/ete/labs/tlab/onap-openstack-template.env

diff --git a/test/ete/labs/tlab/apt-proxy.sh b/test/ete/labs/tlab/apt-proxy.sh
new file mode 100755 (executable)
index 0000000..f2094ee
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/bash
+sed -i '/#!\/bin\/bash/a\
+            mkdir -p /etc/docker\
+            cat > /etc/docker/daemon.json <<EOF\
+            {\
+              "insecure-registries" : ["192.168.31.204:5000"]\
+            }\
+            EOF\
+            cat > /etc/apt/apt.conf.d/30proxy<<EOF\
+            Acquire::http { Proxy "http://192.168.31.204:3142"; };\
+            Acquire::https::Proxy "DIRECT";\
+            EOF\
+            apt-get -y update' $1
+
+# don't use insecure docker proxy in dcae
+perl -i -0pe 's/(?<=dcae_c_vm:)(.*?)\{ get_param: nexus_docker_repo \}/$1"nexus3.onap.org:10001"/s' $1
index e592cdf..52ecae9 100644 (file)
@@ -32,7 +32,7 @@ parameters:
 
   nexus_repo: https://nexus.onap.org/content/sites/raw
 
-  nexus_docker_repo: nexus3.onap.org:10001
+  nexus_docker_repo: 192.168.31.204:5000
 
   nexus_username: anonymous