diff options
author | Marco Platania <platania@research.att.com> | 2017-06-05 15:35:45 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-06-05 15:35:45 -0400 |
commit | 9f94d8c2fd838c1607f630dfdd5f936605d9873f (patch) | |
tree | a9d3150f74a788bdb829e8a8dd6f95d722ca4af4 /heat/vLB/dnsscaling_openstack.env | |
parent | a8a9fec9dd7ab059c46a686d81a9b2c41537d6b8 (diff) |
Parametrize CIDR and Netmask in the demos
Change-Id: I01f46fc1ee5cd1774e3db2e3381081dc9fc4c967
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vLB/dnsscaling_openstack.env')
-rw-r--r-- | heat/vLB/dnsscaling_openstack.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/vLB/dnsscaling_openstack.env b/heat/vLB/dnsscaling_openstack.env index dc9679ea..3cc328f4 100644 --- a/heat/vLB/dnsscaling_openstack.env +++ b/heat/vLB/dnsscaling_openstack.env @@ -5,6 +5,8 @@ parameters: vlb_private_net_id: zdfw1lb01_private onap_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE onap_private_subnet_id: PUT THE ONAP PRIVATE NETWORK NAME HERE + vlb_private_net_cidr: 192.168.10.0/24 + onap_private_net_cidr: PUT THE ONAP NETWORK CIDR HERE vlb_private_ip_0: 192.168.10.111 vlb_private_ip_1: PUT THE PRIVATE ADDRESS OF THE VLB IN THE ONAP NETWORK SPACE HERE vdns_private_ip_0: 192.168.10.212 |