summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-08-22 14:47:58 +0200
committerMichal Zegan <m.zegan@samsung.com>2019-09-04 11:24:52 +0200
commit02105a9808c5443542150df8e2b561ec98ebaa9e (patch)
treefc492304293cd10925cc616f4c295bae1d03d0b2 /tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml
parent60741184741db24da43fbb5846ab35eb6b00a370 (diff)
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>
Diffstat (limited to 'tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml')
-rw-r--r--tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml b/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml
new file mode 100644
index 00000000..7a00abff
--- /dev/null
+++ b/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/main.yml
@@ -0,0 +1 @@
+- include_tasks: "{{ mode }}/main.yml"