efd0234300
I've been slowly decoupling the provisioning role from infra-ansible into its own role: http://git.openstack.org/cgit/openstack/ansible-role-cloud-launcher Now that it has feature parity and it is gating in OpenStack CI, just use it and remove setup_openstack_resources roles. Change-Id: I4810d0bdb57cf1f069f20fb133f5f2afe15e4e87
4 lines
163 B
Bash
Executable File
4 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
ansible-playbook -i hosts setup_openstack_resources.yml -e "@resources.yml"
|
|
ansible-playbook -i inventory/openstack.py site.yml -e "@infra_config.yml"
|