diff options
author | Hector Anapan-Lavalle <ha076r@att.com> | 2017-07-14 20:02:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-14 20:02:05 +0000 |
commit | 1a92cb5c28ba17b4a57e4c02ad7223119c810c4a (patch) | |
tree | 534bc133541d6a4c3c7817cee4cda53dd02c4ba1 /heat/OpenECOMP/onap_openstack.env | |
parent | 07c7f8770a0474174cefe10e6d883013ad294c77 (diff) | |
parent | 84aa8dec226fd24a48250da98826ad8e65529a17 (diff) |
Merge "Add floating IPs to DCAE VMs"
Diffstat (limited to 'heat/OpenECOMP/onap_openstack.env')
-rw-r--r-- | heat/OpenECOMP/onap_openstack.env | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/heat/OpenECOMP/onap_openstack.env b/heat/OpenECOMP/onap_openstack.env index ae25cba0..6ac4e006 100644 --- a/heat/OpenECOMP/onap_openstack.env +++ b/heat/OpenECOMP/onap_openstack.env @@ -90,6 +90,12 @@ parameters: sdnc_ip_addr: 10.0.7.1 vid_ip_addr: 10.0.8.1 + dcae_coll_float_ip: PUT DCAE COLLECTOR FLOATING IP HERE + dcae_db_float_ip: PUT DCAE DATABASE FLOATING IP HERE + dcae_hdp1_float_ip: PUT DCAE HADOOP VM1 FLOATING IP HERE + dcae_hdp2_float_ip: PUT DCAE HADOOP VM2 FLOATING IP HERE + dcae_hdp3_float_ip: PUT DCAE HADOOP VM3 FLOATING IP HERE + ########################### # # # Parameters used by DCAE # |