diff options
author | Marco Platania <platania@research.att.com> | 2018-04-17 13:09:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-17 13:09:41 +0000 |
commit | c7568d108813e95161412d907145721fedb6470c (patch) | |
tree | cc02015ce6c973b341e9c515bf56436b6e6bb966 /heat/ONAP/onap_openstack_light.yaml | |
parent | 2f043bb68ceba4d73255bb775a46579ddac1ef3c (diff) | |
parent | 36380716dfb4fb277efee2edadcce51bb85e0121 (diff) |
Merge "modify robot_vm for nbi ip Issue-ID: INT-456"
Diffstat (limited to 'heat/ONAP/onap_openstack_light.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack_light.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/ONAP/onap_openstack_light.yaml b/heat/ONAP/onap_openstack_light.yaml index 79fffad9..0a6c4df0 100644 --- a/heat/ONAP/onap_openstack_light.yaml +++ b/heat/ONAP/onap_openstack_light.yaml @@ -954,6 +954,7 @@ resources: __clamp_ip_addr__: { get_param: clamp_ip_addr } __openo_ip_addr__: { get_param: openo_ip_addr } __music_ip_addr__: { get_param: music_ip_addr } + __nbi_ip_addr__: { get_param: nbi_ip_addr } __external_dns__: { get_param: external_dns } __vm_image_name__: { get_param: ubuntu_1404_image } __vm_flavor__: { get_param: flavor_medium } @@ -996,6 +997,7 @@ resources: echo "__clamp_ip_addr__" > /opt/config/clamp_ip_addr.txt echo "__openo_ip_addr__" > /opt/config/openo_ip_addr.txt echo "__music_ip_addr__" > /opt/config/music_ip_addr.txt + echo "__nbi_ip_addr__" > /opt/config/nbi_ip_addr.txt echo "__oof_ip_addr__" > /opt/config/oof_ip_addr.txt echo "__aaf_ip_addr__" > /opt/config/aaf_ip_addr.txt echo "__cloud_env__" > /opt/config/cloud_env.txt |