Explicitly assign security group to VMs
[oom.git] / kubernetes / config / docker / init / src / config / dcaegen2 / heat / onap_dcae.yaml
index 12191bf..1a07ef2 100644 (file)
@@ -315,6 +315,8 @@ resources:
     properties:
       network: { get_resource: oam_onap }
       fixed_ips: [{"subnet": { get_resource: oam_onap_subnet }, "ip_address": { get_param: dcae_ip_addr }}]
+      security_groups:
+      - { get_resource: onap_sg }
 
   dcae_c_floating_ip:
     type: OS::Neutron::FloatingIP