diff options
author | Marco Platania <platania@research.att.com> | 2017-06-06 10:24:33 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-06-06 10:24:33 -0400 |
commit | 2c49993be9e4d32c3963b4244396c4e6197c3970 (patch) | |
tree | c66e9b5ab63ce4dcd739ff84320c81a985bc68be /heat/OpenECOMP/onap_openstack_float.env | |
parent | 9f94d8c2fd838c1607f630dfdd5f936605d9873f (diff) |
Add second AAI instance to OpenStack templates
Change-Id: I48799b2d7b4aec5b0bd627d9bec291c9f14c8787
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP/onap_openstack_float.env')
-rw-r--r-- | heat/OpenECOMP/onap_openstack_float.env | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/heat/OpenECOMP/onap_openstack_float.env b/heat/OpenECOMP/onap_openstack_float.env index ea243d6f..aed3a4bd 100644 --- a/heat/OpenECOMP/onap_openstack_float.env +++ b/heat/OpenECOMP/onap_openstack_float.env @@ -70,7 +70,8 @@ parameters: ### Floating IP addresses ### - aai_float_ip: PUT A&AI FLOATING IP HERE + aai1_float_ip: PUT A&AI INSTANCE 1 FLOATING IP HERE + aai2_float_ip: PUT A&AI INSTANCE 2 FLOATING IP HERE appc_float_ip: PUT APP-C FLOATING IP HERE dcae_float_ip: PUT DCAE FLOATING IP HERE dcae_coll_float_ip: PUT DCAE COLLECTOR FLOATING IP HERE @@ -92,7 +93,8 @@ parameters: ### Private IP addresses ### oam_network_cidr: 10.0.0.0/8 - aai_ip_addr: 10.0.1.1 + aai1_ip_addr: 10.0.1.1 + aai2_ip_addr: 10.0.1.2 appc_ip_addr: 10.0.2.1 dcae_ip_addr: 10.0.4.1 dcae_coll_ip_addr: 10.0.4.102 |