Allow DCAE to use local docker proxy 35/44935/1
authorGary Wu <gary.i.wu@huawei.com>
Thu, 26 Apr 2018 17:03:56 +0000 (10:03 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 26 Apr 2018 17:03:56 +0000 (10:03 -0700)
Change-Id: I7bd8721400ee18ecef482eba28287ffc2aa67698
Issue-ID: INT-278
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/labs/gwu/apt-proxy.sh
test/ete/labs/huawei/apt-proxy.sh
test/ete/labs/tlab/apt-proxy.sh
test/ete/labs/windriver/apt-proxy.sh

index d69415b..e1c4f08 100755 (executable)
@@ -13,6 +13,3 @@ sed -i '/#!\/bin\/bash/a\
             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 37018ca..b952993 100755 (executable)
@@ -11,6 +11,3 @@ sed -i '/#!\/bin\/bash/a\
             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 f2094ee..3cf5474 100755 (executable)
@@ -11,6 +11,3 @@ sed -i '/#!\/bin\/bash/a\
             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 54b15bb..365b5d0 100755 (executable)
@@ -11,6 +11,3 @@ sed -i '/#!\/bin\/bash/a\
             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