infra-ansible/run.sh
Ricardo Carrillo Cruz efd0234300 Switch the provisioning step to the cloud launcher role
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
2016-06-07 13:35:47 +00:00

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"