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.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.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 3ccdab94..1038e326 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1033,6 +1033,7 @@ resources: __music_ip_addr__: { get_param: music_ip_addr } __oof_ip_addr__: { get_param: oof_ip_addr } __aaf_ip_addr__: { get_param: aaf_ip_addr } + __nbi_ip_addr__: { get_param: nbi_ip_addr } __external_dns__: { get_param: external_dns } __ubuntu_1404_image__: { get_param: ubuntu_1404_image } __ubuntu_1604_image__: { get_param: ubuntu_1604_image } @@ -1079,6 +1080,7 @@ resources: echo "__music_ip_addr__" > /opt/config/music_ip_addr.txt echo "__oof_ip_addr__" > /opt/config/oof_ip_addr.txt echo "__aaf_ip_addr__" > /opt/config/aaf_ip_addr.txt + echo "__nbi_ip_addr__" > /opt/config/nbi_ip_addr.txt echo "__cloud_env__" > /opt/config/cloud_env.txt echo "__external_dns__" > /opt/config/external_dns.txt echo "__vm_flavor__" > /opt/config/vm_flavor.txt |