openstack-ansible-galera_se.../tasks
Jesse Pretorius ac3bbca051 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: I90a044e142829ea90bbc81cdda5a2a257fe8de22
2016-05-04 09:41:00 +01:00
..
galera_bootstrap.yml Added major version upgrade support 2016-02-12 12:36:57 +00:00
galera_cluster_state.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-21 11:57:49 -04:00
galera_install_apt.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-21 11:57:49 -04:00
galera_install.yml Change pip install task state to 'latest' 2016-05-04 09:41:00 +01:00
galera_post_install.yml ensure mysql defaults file is sourced 2016-04-15 09:44:31 +00:00
galera_pre_install.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-21 11:57:49 -04:00
galera_running_check.yml Add retry logic to mysql_upgrade 2016-04-04 12:50:23 +01:00
galera_setup.yml Add retry logic to mysql_upgrade 2016-04-04 12:50:23 +01: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 12:50:23 +01:00
galera_upgrade_pre.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-21 11:57:49 -04:00
main.yml Updated role using the Multi-Distro framework 2016-03-21 22:57:11 -05:00