diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-19 15:48:43 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-19 15:48:43 -0800 |
commit | 3d7c34ab5db2b302a4df16a28f4089b69ad4b579 (patch) | |
tree | 59776605063ca02f18652ff49254ccdadc60168f /deployment | |
parent | 3c18c54006bc7e869b2eb1196a655fad85d47078 (diff) |
Fix apt proxy url for wind river lab
Change-Id: Idd46f7946664ab0131bf99d1b4c47260977e3552
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/heat/onap-oom/env/windriver/Integration-Jenkins.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/env/windriver/Integration-Jenkins.env b/deployment/heat/onap-oom/env/windriver/Integration-Jenkins.env index da01dce47..867d2ded4 100644 --- a/deployment/heat/onap-oom/env/windriver/Integration-Jenkins.env +++ b/deployment/heat/onap-oom/env/windriver/Integration-Jenkins.env @@ -10,7 +10,7 @@ parameters: ubuntu_1604_image: ubuntu-16-04-cloud-amd64 centos_7_image: CentOS-7 - apt_proxy: http://10.12.5.80:3142 + apt_proxy: 10.12.5.80:3142 docker_proxy: 10.12.5.80:5000 rancher_vm_flavor: m1.small |