openstack-ansible/playbooks/roles/os_swift/tasks
Jesse Pretorius 2c19010ff9 Allow pip extra arguments to be passed to playbooks
This patch adds the variable 'pip_install_options' which is passed to the pip
install module as extra arguments in order to allow the use of options like
'--force-reinstall' when executing playbooks.

eg: openstack-ansible -e pip_install_options="--force-reinstall" \
        setup-openstack.yml

This is required due to constant upstream changes in dependencies which
result in python wheel version upgrades and downgrades between tagged
versions of openstack-ansible.

The intention is that this can be used whenever a deployer switches between
tags for both upgrades and downgrades.

DocImpact
Closes-Bug: #1489251
Closes-Bug: #1499451
Related-Bug: #1501114
Change-Id: I996185e009a4c4af4f23798619bdbd0d490360c9
2015-09-30 15:18:31 +00:00
..
main.yml Add swift-sync role and environment 2015-08-07 08:45:18 +00:00
swift_install.yml Allow pip extra arguments to be passed to playbooks 2015-09-30 15:18:31 +00:00
swift_post_install.yml adds the config_template to swift 2015-09-14 23:44:35 -05:00
swift_pre_install.yml Change recon_lock_path to /var/lock 2015-09-21 11:18:18 +00:00
swift_proxy_hosts.yml adds the config_template to swift 2015-09-14 23:44:35 -05:00
swift_service_setup.yml Upgrade the Keystone library to use v3 2015-07-13 19:41:44 -07:00
swift_storage_hosts_account.yml adds the config_template to swift 2015-09-14 23:44:35 -05:00
swift_storage_hosts_container.yml adds the config_template to swift 2015-09-14 23:44:35 -05:00
swift_storage_hosts_object.yml adds the config_template to swift 2015-09-14 23:44:35 -05:00
swift_storage_hosts_setup.yml Ensure rsync restarts fully during swift setup 2015-09-03 05:45:50 +00:00
swift_storage_hosts.yml Fix dedicated replication network logic 2015-03-24 12:43:47 +00:00
swift_upstart_common_init.yml Handler should only restart relevent swift services 2015-03-04 09:53:08 +00:00