openstack-ansible-os_keystone/tasks
Jesse Pretorius 1635737eaa 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: If382c54a3c87c79e5e8750b0e0a567b979304117
2016-04-20 16:55:28 +01:00
..
keystone_apache.yml Fix server/hostname for RFC 1034/1035 2016-04-17 01:09:04 -05:00
keystone_db_setup.yml Updated role to be an independent role 2016-02-26 14:13:43 -06:00
keystone_federation_sp_idp_setup.yml Use keystone-manage bootstrap command 2016-03-16 21:37:55 -07:00
keystone_federation_sp_setup.yml Keystone Federation Service Provider Configuration 2015-08-07 08:44:51 +00:00
keystone_fernet.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_fernet_keys_autorotate.yml Updated default fernet key usage 2015-06-30 09:54:31 -05:00
keystone_fernet_keys_create.yml Resolve ansible-lint ANSIBLE0008 2016-02-11 07:40:09 -08:00
keystone_fernet_keys_distribute.yml Resolve ansible-lint ANSIBLE0008 2016-02-11 07:40:09 -08:00
keystone_idp_metadata.yml Resolve ansible-lint ANSIBLE0008 2016-02-11 07:40:09 -08:00
keystone_idp_self_signed_create.yml Keystone Federation Identity Provider Configuration 2015-07-23 20:46:52 +01:00
keystone_idp_self_signed_distribute.yml Keystone Federation Identity Provider Configuration 2015-07-23 20:46:52 +01:00
keystone_idp_self_signed_store.yml Keystone Federation Identity Provider Configuration 2015-07-23 20:46:52 +01:00
keystone_idp_setup.yml Updated role to be an independent role 2016-02-26 14:13:43 -06:00
keystone_idp_sp_setup.yml Use keystone-manage bootstrap command 2016-03-16 21:37:55 -07:00
keystone_install.yml Change pip install task state to 'latest' 2016-04-20 16:55:28 +01:00
keystone_install_apt.yml Updated role to be an independent role 2016-02-26 14:13:43 -06:00
keystone_key_distribute.yml Use slurp to collect the keystone ssh keys 2016-01-25 15:15:47 +00:00
keystone_key_populate.yml Use slurp to collect the keystone ssh keys 2016-01-25 15:15:47 +00:00
keystone_key_setup.yml Adjust SSH key creation method for Keystone 2015-07-23 14:15:40 +01:00
keystone_ldap_setup.yml Use keystone-manage bootstrap command 2016-03-16 21:37:55 -07:00
keystone_messaging_setup.yml Compartmentalizing RabbitMQ 2015-09-11 11:08:50 -05:00
keystone_post_install.yml Removing unneeded with_items usage for clarity 2016-03-06 16:31:19 -05:00
keystone_pre_install.yml Merge "Changed the ordering for sudoers where used" 2016-03-07 10:08:13 +00:00
keystone_service_setup.yml Use keystone-manage bootstrap command 2016-03-16 21:37:55 -07:00
keystone_ssl.yml Keystone SSL cert/key distribution and configuration 2015-08-19 07:51:09 +00:00
keystone_ssl_key_create.yml Use ansible facts for distributing SSL certs/keys 2016-04-11 18:32:50 +00:00
keystone_ssl_key_distribute.yml Use ansible facts for distributing SSL certs/keys 2016-04-11 18:32:50 +00:00
keystone_ssl_key_store.yml Use ansible facts for distributing SSL certs/keys 2016-04-11 18:32:50 +00:00
keystone_ssl_self_signed.yml Keystone SSL cert/key distribution and configuration 2015-08-19 07:51:09 +00:00
keystone_ssl_user_provided.yml Cleanup syntax issues for Ansible 2 compatibility 2016-01-29 10:53:49 -08:00
keystone_token_cleanup.yml Implement keystone venv support 2015-10-14 13:59:47 -05:00
main.yml Fail fast when required secrets are not present 2016-04-18 16:49:21 -04:00