aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-08-30 16:13:24 -0500
committerInstrumental <jonathan.gathman@att.com>2018-08-30 16:37:27 -0500
commit1eef031636a08e8acf06115d48cbc4f76c1cdafe (patch)
tree4454ae361ea5c360ed8d9f567395242eb76a7d09
parent744d9f5f476b4f96371dc5adeab3b9a9cc6b24ae (diff)
Add Public IP for AAF
Issue-ID: AAF-420 Change-Id: Ie6d77603fd8711dc48037523e6018d9d345aec76 Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r--heat/ONAP/onap_openstack.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml
index 76526fcb..2053c9d0 100644
--- a/heat/ONAP/onap_openstack.yaml
+++ b/heat/ONAP/onap_openstack.yaml
@@ -2459,6 +2459,7 @@ resources:
__docker_version__: { get_param: aaf_docker }
__aaf_repo__: { get_param: aaf_repo }
__gerrit_branch__: { get_param: aaf_branch }
+ __public_ip__: { get_attr: [aaf_floating_ip, floating_ip_address] }
__local_ip__: { get_param: aaf_ip_addr }
template: |
#!/bin/bash
@@ -2467,6 +2468,7 @@ resources:
echo "__docker_version__" > /opt/config/docker_version.txt
echo "__aaf_repo__" > /opt/config/remote_repo.txt
echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt
+ echo "__public_ip__" > /opt/config/public_ip.txt
echo "__local_ip__" > /opt/config/local_ip.txt
cd /opt