diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-02-15 19:06:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-15 19:06:39 +0000 |
commit | 104a07ec59ff4422bae4f3b4a4cc6c6415bd6467 (patch) | |
tree | cd3a415ef381a302c87931ea6e0a2710571bade3 /deployment/heat/onap-oom/env/windriver/Integration-SB-03.env | |
parent | f03a1ddd0d30bcadbc763de1ecb51f9984cf59bc (diff) | |
parent | 5c84a1876fbb78a376fe210b967caa4132b272d6 (diff) |
Merge "Change IP addr of docker proxy in windriver lab"
Diffstat (limited to 'deployment/heat/onap-oom/env/windriver/Integration-SB-03.env')
-rw-r--r-- | deployment/heat/onap-oom/env/windriver/Integration-SB-03.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env b/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env index 996e7b45f..98c6c5f25 100644 --- a/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env +++ b/deployment/heat/onap-oom/env/windriver/Integration-SB-03.env @@ -10,8 +10,8 @@ parameters: ubuntu_1604_image: ubuntu-16-04-cloud-amd64 centos_7_image: CentOS-7 - apt_proxy: 10.12.5.80:3142 - docker_proxy: 10.12.5.80:5000 + apt_proxy: 10.12.5.2:3142 + docker_proxy: 10.12.5.2:5000 rancher_vm_flavor: m1.small k8s_vm_flavor: m1.xxlarge |