diff options
author | Marco Platania <platania@research.att.com> | 2017-05-11 10:52:43 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-05-11 10:52:43 -0400 |
commit | d717304c03eda904c28ed0177f22598e784cf0f6 (patch) | |
tree | 083f2779d0dfad888bd7208eb1dc47d49b6affe8 /heat/OpenECOMP/onap_openstack.yaml | |
parent | 62e3159bb6e3f90e2ad53b8da39a7ea34c819b4f (diff) |
fix issue with external DNS list in Heat
Change-Id: I134281de656c25af6181ca5bf5d0246e7d786650
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/OpenECOMP/onap_openstack.yaml')
-rw-r--r-- | heat/OpenECOMP/onap_openstack.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/heat/OpenECOMP/onap_openstack.yaml b/heat/OpenECOMP/onap_openstack.yaml index 335cdba6..881472e1 100644 --- a/heat/OpenECOMP/onap_openstack.yaml +++ b/heat/OpenECOMP/onap_openstack.yaml @@ -123,9 +123,13 @@ parameters: # # ###################### - external_dns: + dns_list: type: comma_delimited_list - description: External DNS for OAM ONAP network + description: List of External DNS for OAM ONAP network + + external_dns: + type: string + description: First element of the dns_list for ONAP network ### Private IP addresses ### oam_network_cidr: @@ -209,7 +213,7 @@ parameters: dcae_base_environment: type: string - description: DCAE Base Environment configuration (RACKSPACE/2-NIC/...) + description: DCAE Base Environment configuration (RACKSPACE/2-NIC/1-NIC-FLOATING-IPS) dcae_zone: type: string @@ -287,7 +291,7 @@ resources: rand: { get_resource: random-str } network_id: { get_resource: oam_ecomp } cidr: { get_param: oam_network_cidr } - dns_nameservers: { get_param: external_dns } + dns_nameservers: { get_param: dns_list } router: type: OS::Neutron::Router |