redhat-openstack / ansible-nfv

Ansible NFV repository holds various playbooks for installation, configuration, tuning, testing and day to day tasks related to NFV and Openstack.
Apache License 2.0
22 stars 20 forks source link

Add support: sec-groups for provider networks individualy #4

Open Yarboa opened 3 years ago

Yarboa commented 3 years ago

As per today

sec-groups are created for mgmt networks, provider ports could not be set or inset sec-groups individually

The following patch fix the default security groups attached to each ports

https://review.gerrithub.io/c/redhat-openstack/nfv-tempest-plugin/+/517711/1/nfv_tempest_plugin/tests/scenario/baremetal_manager.py

This Issue should enable port creation with sec-groups on demand

MaxBab commented 3 years ago

@Yarboa I guess this issue is for the nfv-tempest-plugin repo and not ansible-nfv.