diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/create.yml')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/create.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/create.yml b/deployment/noheat/infra-openstack/ansible/create.yml new file mode 100644 index 000000000..dd21271b2 --- /dev/null +++ b/deployment/noheat/infra-openstack/ansible/create.yml @@ -0,0 +1,7 @@ +--- +- name: Create infrastructure + hosts: localhost + connection: local + gather_facts: False + roles: + - openstack/create_devstack_network |