openstack-ansible-os_neutron/tasks
Jesse Pretorius ec9d44a53c Optimise pip install tasks
Unlike the Ansible apt module, the Ansible pip module does not
recognise a with_items list and process all the items at once.

To optimise the pip install tasks, this patch replaces the use
of with_items with a join filter so that the pip install task
does an install with all the packages in a list, ensuring that
the execution is one action instead of many.

Change-Id: Ib2e9ee2c1f668366905f3c4191bc3a27e84b73ae
2016-07-18 16:14:47 +01:00
..
main.yml Check host group_names for group membership 2016-07-15 05:08:47 -05:00
neutron_check.yml Add LBaaS v2 support 2016-03-03 15:38:34 -06:00
neutron_db_setup.yml Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00
neutron_init_common.yml Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00
neutron_init_systemd.yml Fix ansible-lint complaint about directory permissions 2016-07-05 23:51:43 -07:00
neutron_init_upstart.yml Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00
neutron_init.yml Check host group_names for group membership 2016-07-15 05:08:47 -05:00
neutron_install-apt.yml Move UCA repo URL var to role defaults 2016-07-16 22:00:41 +01:00
neutron_install.yml Optimise pip install tasks 2016-07-18 16:14:47 +01:00
neutron_l3_ha.yml Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00
neutron_lbaas.yml Updated role using the Multi-Distro framework 2016-05-18 11:38:14 +00:00
neutron_post_install.yml Check host group_names for group membership 2016-07-15 05:08:47 -05:00
neutron_pre_install.yml Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00
neutron_service_setup.yml Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00
nuage_neutron_config.yml Optimise pip install tasks 2016-07-18 16:14:47 +01:00
plumgrid_config.yml Optimise pip install tasks 2016-07-18 16:14:47 +01:00