openstack-ansible-os_swift/tasks
Jesse Pretorius cf882feb53 Change pip install task state to 'latest'
Currently all pip install tasks only require the package to be
present. This means that when an environment undergoes a minor
upgrade the package is not upgraded to the same version that
was tested with. This ultimately results in a deployed
environment that does not match the tested environment.

While for the services installed into venvs this is not an
issue, it does affect those which do not use venvs and any
packages which are installed outside of a venv or on top
of a venv.

This patch changes the behaviour to ensure that the install
task will always use the latest available package. In
developer_mode this will mean using the version specified
in upper-constraints, and in an integrated build this will
mean the version which is available in the wheel repo's
folder for the tag.

Change-Id: Id04b2f74831e3422b036308c638be5428509e57a
2016-05-04 10:43:41 +01:00
..
main.yml Limit local tasks to local hosts 2016-03-22 09:44:30 +00:00
swift_command_check.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_install.yml Change pip install task state to 'latest' 2016-05-04 10:43:41 +01:00
swift_key_distribute.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_key_populate.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_key_setup.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_post_install.yml Resolve issues with swift tests 2016-04-12 10:55:13 +10:00
swift_pre_install.yml Remove XFS filesystem from the daily mlocate cron job 2016-04-22 08:11:57 -05:00
swift_proxy_hosts.yml Add ability to set up Swift container-sync realms 2016-03-24 13:54:09 +00:00
swift_rings_build.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_rings_check.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_rings_distribute.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_rings_md5sum.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_rings_post_distribution_check.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_rings.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_service_setup.yml Merge "Merge os-swift-sync role into os-swift" 2016-03-17 23:43:17 +00:00
swift_storage_hosts_account.yml Removing unneeded with_items usage for clarity 2016-03-03 14:07:54 +00:00
swift_storage_hosts_container.yml Add ability to set up Swift container-sync realms 2016-03-24 13:54:09 +00:00
swift_storage_hosts_object.yml Run swift's drive-audit script regularly 2016-03-10 15:08:34 -06:00
swift_storage_hosts_setup.yml Add functional convergence test for os-swift role 2016-03-11 11:11:38 +00:00
swift_storage_hosts.yml Fix dedicated replication network logic 2015-03-24 12:43:47 +00:00
swift_sync_post_install.yml Merge os-swift-sync role into os-swift 2016-03-17 09:10:52 +00:00
swift_upstart_common_init.yml Handler should only restart relevent swift services 2015-03-04 09:53:08 +00:00