openstack-ansible-galera_se.../tasks
Jesse Pretorius 7139fd2c60 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.

Related-Bug: 1596620

Change-Id: I90a044e142829ea90bbc81cdda5a2a257fe8de22
(cherry picked from commit ac3bbca051)
2016-07-09 14:11:32 +00:00
..
galera_bootstrap.yml Added major version upgrade support 2016-02-12 12:36:57 +00:00
galera_cluster_state.yml Added major version upgrade support 2016-02-12 12:36:57 +00:00
galera_install.yml Change pip install task state to 'latest' 2016-07-09 14:11:32 +00:00
galera_install_apt.yml Updated role using the Multi-Distro framework 2016-03-21 22:57:11 -05:00
galera_post_install.yml ensure mysql defaults file is sourced 2016-04-15 13:54:32 +00:00
galera_pre_install.yml Allow cert validation to be toggled by deployers 2016-03-11 14:06:57 -05:00
galera_running_check.yml removed duplicate key 2016-04-14 16:07:55 +00:00
galera_setup.yml Add retry logic to mysql_upgrade 2016-04-04 13:44:22 +00:00
galera_upgrade_check.yml Added major version upgrade support 2016-02-12 12:36:57 +00:00
galera_upgrade_post.yml Add retry logic to mysql_upgrade 2016-04-04 13:44:22 +00:00
galera_upgrade_pre.yml Added major version upgrade support 2016-02-12 12:36:57 +00:00
main.yml Updated role using the Multi-Distro framework 2016-03-21 22:57:11 -05:00