openstack-ansible-os_ironic/tasks
Jesse Pretorius 7823efb09c 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: I75eb265b9634d7c2524d48212c9a2af2c39dc128
2016-05-04 13:41:13 +01:00
..
ironic_api_install.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-19 14:56:13 -04:00
ironic_api_post_install.yml Isolating standalone Ironic mode 2016-02-15 09:39:27 +00:00
ironic_conductor_install.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-19 14:56:13 -04:00
ironic_conductor_post_install.yml updated Ironic role to fix tftp-hpa issues 2016-04-13 11:14:11 +00:00
ironic_db_setup.yml Remove the database creation & messaging tasks from the role 2016-03-22 21:25:59 +00:00
ironic_install.yml Change pip install task state to 'latest' 2016-05-04 13:41:13 +01:00
ironic_post_install.yml Changed the swift storage URL retrieval command 2016-04-18 09:20:58 -05:00
ironic_pre_install.yml Update ironic.conf for swift and keystone compat 2016-04-12 23:38:08 -05:00
ironic_service_setup.yml Remove dependency on the Keystone admin auth token 2016-03-23 12:54:57 +00:00
ironic_upstart_common_init.yml Initial commit 2015-11-26 22:18:44 +10:30
ironic_upstart_init.yml Isolating standalone Ironic mode 2016-02-15 09:39:27 +00:00
main.yml Consolidate pip install tasks 2016-03-22 14:43:39 +00:00