Starting Openstack VMs in parallel

Hi Tony,

Does this example do what you want?

https://github.com/ostack/ansible-example/blob/d7849bf464399e5078a1fe7d79002a8710293fa8/playbooks/deploy.yaml

It basically starts with the add_hosts and then uses that as the basis for executing nova_compute, etc. It is set to be serial in this example, but I don’t know the rationale there.

I’m just getting started with both OpenStack and Ansible and I’m finding there aren’t many high quality examples in this space.

At the moment my code is bound up in a playbook that I can’t share. Sorry.