summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/roles/setup_openstack_infrastructure/tasks/deploy/main.yml
blob: 324f5374b05a6c8a6e28896f30cc77b2fdacca69 (plain)
1
2
3
4
5
6
7
8
---
#This mode expects some variables, and deploys infrastructure on open stack.
#Execute prerequisites.
- include_tasks: deploy/prereq.yml
#Deploy stack.
- include_tasks: deploy/heat.yml
#Register instances in inventory.
- include_tasks: deploy/register_instances.yml