diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-07-26 13:08:47 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-07-26 14:43:52 -0700 |
commit | ad51372fa9e16ef29bd35fa2ef18de55964e7f65 (patch) | |
tree | aa9c54f2bcc3129ea477a3b6bdb5cb6c278d2ced /deployment/heat/onap-oom/parts/onap-oom-2.yaml | |
parent | ed95ca74e8bb4e085145d80fcdeb27a5bba3271f (diff) |
Use OAM IPs for k8s connectivity
Use OAM IPs for k8s connectivity to reduce network
congestion.
Change-Id: Ia6114f1e4bf43578ee77c1d39ba36880f4c550d2
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/parts/onap-oom-2.yaml')
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/parts/onap-oom-2.yaml b/deployment/heat/onap-oom/parts/onap-oom-2.yaml index a5b1b3332..f0a0a8bd0 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-2.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-2.yaml @@ -28,6 +28,7 @@ __docker_proxy__: { get_param: docker_proxy } __apt_proxy__: { get_param: apt_proxy } __rancher_ip_addr__: { get_attr: [rancher_floating_ip, floating_ip_address] } + __rancher_private_ip_addr__: { get_attr: [rancher_floating_ip, fixed_ip_address] } template: get_file: k8s_vm_entrypoint.sh |