Add ansible role to deploy onap infrastructure on openstack 15/94115/2
authorMichal Zegan <m.zegan@samsung.com>
Thu, 22 Aug 2019 12:47:58 +0000 (14:47 +0200)
committerMichal Zegan <m.zegan@samsung.com>
Wed, 4 Sep 2019 09:24:52 +0000 (11:24 +0200)
commit02105a9808c5443542150df8e2b561ec98ebaa9e
treefc492304293cd10925cc616f4c295bae1d03d0b2
parent60741184741db24da43fbb5846ab35eb6b00a370
Add ansible role to deploy onap infrastructure on openstack

This role deploys the onap infrastructure on open stack
using the heat template, passing it needed
parameters from inventory. It also formats and mounts
all cinder volumes attached to the instances, so that they can be utilized.

Change-Id: I0cb13a5b55bd31445acaa2f7c1db80a925daa5cb
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
tools/cicdansible/roles/setup_openstack_infrastructure/tasks/configure/main.yml [new file with mode: 0644]
tools/cicdansible/roles/setup_openstack_infrastructure/tasks/configure/volume.yml [new file with mode: 0644]
tools/cicdansible/roles/setup_openstack_infrastructure/tasks/deploy/heat.yml [new file with mode: 0644]
tools/cicdansible/roles/setup_openstack_infrastructure/tasks/deploy/main.yml [new file with mode: 0644]
tools/cicdansible/roles/setup_openstack_infrastructure/tasks/deploy/prereq.yml [new file with mode: 0644]
tools/cicdansible/roles/setup_openstack_infrastructure/tasks/deploy/register_instances.yml [new file with mode: 0644]
tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml [new file with mode: 0644]