openstack-ansible-rabbitmq_.../tasks
Jesse Pretorius cf710222ca 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: Ibeaebc906262a7e5816048a002fe69c6bdd622e5
2016-05-04 10:47:26 +01:00
..
main.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_cluster_create.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_cluster_join.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_cluster.yml Fix server/hostname for RFC 1034/1035 2016-04-17 01:58:06 -05:00
rabbitmq_install.yml Change pip install task state to 'latest' 2016-05-04 10:47:26 +01:00
rabbitmq_post_install.yml Adding ERLANG VM tuning parameters 2016-02-26 20:01:03 -06:00
rabbitmq_pre_install.yml Removing unneeded with_items usage for clarity 2016-03-09 11:01:00 -05:00
rabbitmq_restart.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_set_cookie.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_ssl_key_create.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_ssl_key_distribute.yml Update SSL key / cert distribution 2016-01-05 16:01:01 +00:00
rabbitmq_ssl_key_store.yml Remove nova mentions from tasks and tags 2016-04-08 10:25:28 +01:00
rabbitmq_ssl_self_signed.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_ssl_user_provided.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_started.yml Fix server/hostname for RFC 1034/1035 2016-04-17 01:58:06 -05:00
rabbitmq_stopped.yml Fix server/hostname for RFC 1034/1035 2016-04-17 01:58:06 -05:00
rabbitmq_upgrade_check.yml first commit 2015-12-09 09:25:11 -06:00
rabbitmq_upgrade_prep.yml first commit 2015-12-09 09:25:11 -06:00