diff options
author | Marco Platania <platania@research.att.com> | 2017-04-25 16:52:12 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-04-25 16:52:12 -0400 |
commit | 084842742ea45c27c3ab161200ed2f40da859f53 (patch) | |
tree | ea348a7af17db7b8d364031ce8136c471d774ae4 /heat/vLB | |
parent | 2e94b9b5f1599e30353248ee92f8f0f573536265 (diff) |
use correct DCAE collector IP with DNS
Change-Id: I79cccf2741f83002d9f444864d41052ad15f0a20
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vLB')
-rw-r--r-- | heat/vLB/dnsscaling_rackspace.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/vLB/dnsscaling_rackspace.env b/heat/vLB/dnsscaling_rackspace.env index fbf8bef5..b93a6de3 100644 --- a/heat/vLB/dnsscaling_rackspace.env +++ b/heat/vLB/dnsscaling_rackspace.env @@ -3,8 +3,8 @@ parameters: vlb_flavor_name: 4 GB General Purpose v1 public_net_id: 00000000-0000-0000-0000-000000000000 vlb_private_net_id: zdfw1lb01_private - ecomp_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE - ecomp_private_subnet_id: PUT THE ONAP PRIVATE NETWORK NAME HERE + onap_private_net_id: PUT THE ONAP PRIVATE NETWORK NAME HERE + onap_private_subnet_id: PUT THE ONAP PRIVATE NETWORK NAME HERE vlb_private_ip_0: 192.168.10.111 vlb_private_ip_1: 10.1.0.4 vdns_private_ip_0: 192.168.10.212 |