X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvLBMS%2Fdnsscaling.yaml;fp=heat%2FvLBMS%2Fdnsscaling.yaml;h=f0a9a2d5e55281475f9d2bbd1f201774afd802ab;hb=3ddd88cf4cb92f5b8e0eebca9afe806f96a09fba;hp=29c1010acae62e8fc720fb1a056a8e2978cc6d87;hpb=d4c5f6b933e2ba449cb1ddf39355f03affec9b53;p=demo.git diff --git a/heat/vLBMS/dnsscaling.yaml b/heat/vLBMS/dnsscaling.yaml index 29c1010a..f0a9a2d5 100644 --- a/heat/vLBMS/dnsscaling.yaml +++ b/heat/vLBMS/dnsscaling.yaml @@ -125,6 +125,9 @@ parameters: type: string description: Root URL for the Nexus repository for Maven artifacts. default: "https://nexus.onap.org" + sec_group: + type: string + description: ONAP Security Group ############# # # @@ -156,12 +159,16 @@ resources: properties: network: { get_param: vlb_private_net_id } fixed_ips: [{"subnet": { get_param: vlb_private_net_id }, "ip_address": { get_param: vdns_private_ip_0 }}] + security_groups: + - { get_param: sec_group } vdns_2_private_1_port: type: OS::Neutron::Port properties: network: { get_param: onap_private_net_id } fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vdns_private_ip_1 }}] + security_groups: + - { get_param: sec_group } vdns_2: type: OS::Nova::Server