Add Ansible roles for OpenStack security groups 84/109684/4
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 23 Jun 2020 15:18:24 +0000 (17:18 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 30 Jul 2020 09:03:24 +0000 (09:03 +0000)
commit7a58f1ffb1572122e76346156050f0b8c1c35c00
tree165567bf9d388fdb084080fa97c0df998db0e962
parentcbc0bf009dc59c483c88ce32a50c016874cd5363
Add Ansible roles for OpenStack security groups

Additional OpenStack security group and its rules are required to allow
traffic to virtual machines created on DevStack. Virtual machines will
be accessible from 172.24.4.0/24 network (default public IP pool).

Issue-ID: INT-1601
Change-Id: I902f64f542197e329e21790f98662d2e408d4bb6
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
14 files changed:
deployment/noheat/infra-openstack/ansible/create.yml
deployment/noheat/infra-openstack/ansible/destroy.yml
deployment/noheat/infra-openstack/ansible/group_vars/all.yml
deployment/noheat/infra-openstack/ansible/roles/openstack/create_devstack_hosts/tasks/create_host.yml
deployment/noheat/infra-openstack/ansible/roles/openstack/create_devstack_securitygroup/tasks/create_securitygroup.yml [new file with mode: 0644]
deployment/noheat/infra-openstack/ansible/roles/openstack/create_devstack_securitygroup/tasks/main.yml [new file with mode: 0644]
deployment/noheat/infra-openstack/ansible/roles/openstack/destroy_devstack_securitygroup/tasks/destroy_securitygroup.yml [new file with mode: 0644]
deployment/noheat/infra-openstack/ansible/roles/openstack/destroy_devstack_securitygroup/tasks/main.yml [new file with mode: 0644]
deployment/noheat/infra-openstack/vagrant/test/create_securitygroup.stderr [new file with mode: 0644]
deployment/noheat/infra-openstack/vagrant/test/create_securitygroup.stdout [new file with mode: 0644]
deployment/noheat/infra-openstack/vagrant/test/create_securitygroup.test [new file with mode: 0755]
deployment/noheat/infra-openstack/vagrant/test/destroy_securitygroup.stderr [new file with mode: 0644]
deployment/noheat/infra-openstack/vagrant/test/destroy_securitygroup.stdout [new file with mode: 0644]
deployment/noheat/infra-openstack/vagrant/test/destroy_securitygroup.test [new file with mode: 0755]