Re: [ansible-project] Re: Starting Openstack VMs in parallel

2014-07-21 Thread Bob Tiernay
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 exam

Re: [ansible-project] Re: Starting Openstack VMs in parallel

2014-07-20 Thread Bob Tiernay
FYI - http://docs.openstack.org/api/openstack-compute/2/content/POST_multiple-create-v2_createServer__v2__tenant_id__servers_ext-os-multi-server-create.html To get exact_count semantics, set min_count and max_count to the same value. This is part of the public OpenStack API. Cheers, Bob On F

Re: [ansible-project] Re: Starting Openstack VMs in parallel

2014-07-20 Thread Bob Tiernay
Hey Kurt, Do you happen to have a full example in a repo somewhere? I would be very interested to check it out. Thanks in advance, Bob On Thursday, 17 July 2014 10:19:40 UTC-4, Kurt Yoder wrote: > > I forgot to include a critical piece of this solution. Here's how you > invoke the task to tel

Re: [ansible-project] Task workflow

2013-12-17 Thread Bob Tiernay
Actually Rundeck has a resource model and a number of plugins associated with it http://rundeck.org/docs/administration/node-resource-sources.html I should also mention that Rundeck is more than just a GUI. It can be used completely in the shell. One benefit is has over AWX is that there is no

Re: [ansible-project] Running tasks in parallel in a playbook

2013-12-09 Thread Bob Tiernay
Something native to Ansible would be great. I can see this being generally useful and a feature I'm certainly interested in. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, se

Re: [ansible-project] Re: Changing quantum_* plugins to neutron_*

2013-12-05 Thread Bob Tiernay
Why not rename all plugins to os_* or openstack_*, including those of keystone_*, nova_*? This avoids any future renames as well. I think it might also aid newcomers like myself that use OpenStack, but aren't familiar with the underlying components. Cheers, Bob On Tuesday, 29 October 2013 21: