diff options
Diffstat (limited to 'test/ete/labs/gwu')
-rwxr-xr-x | test/ete/labs/gwu/apt-proxy.sh | 6 | ||||
-rw-r--r-- | test/ete/labs/gwu/onap-openstack-template.env | 6 |
2 files changed, 9 insertions, 3 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";\ diff --git a/test/ete/labs/gwu/onap-openstack-template.env b/test/ete/labs/gwu/onap-openstack-template.env index d592b6774..688cbacc9 100644 --- a/test/ete/labs/gwu/onap-openstack-template.env +++ b/test/ete/labs/gwu/onap-openstack-template.env @@ -32,11 +32,11 @@ parameters: nexus_repo: https://nexus.onap.org/content/sites/raw - nexus_docker_repo: nexus3.onap.org:10001 + nexus_docker_repo: stack.local.enacct.com:5000 - nexus_username: docker + nexus_username: anonymous - nexus_password: docker + nexus_password: anonymous dmaap_topic: AUTO |