openstack-ansible/playbooks
Jesse Pretorius 413151fddc 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: I6b6464d517497e461505f64dfd7256baff995653
2016-07-23 10:38:59 +00:00
..
common-tasks Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
defaults/repo_packages Update all SHAs for Newton 2016-07-20 2016-07-21 14:12:54 +01:00
inventory Dynamically determine whether ceilometer should be enabled 2016-07-23 10:34:42 +01:00
roles Fix HAProxy config and install version when ssl is disabled 2016-06-27 10:27:31 -04:00
vars/configs Introduce a playbook for deploying Gnocchi 2016-07-08 11:33:14 -07:00
ansible.cfg Update all SHAs for Newton 2016-07-20 2016-07-21 14:12:54 +01:00
galera-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
haproxy-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
lxc-containers-create.yml Removing duplicate gather_facts in playbooks 2016-06-23 12:32:25 -04:00
lxc-containers-destroy.yml Confirm container destroys 2016-06-25 19:43:47 -07:00
lxc-hosts-setup.yml Move LXC logs to /openstack/log 2016-07-21 23:02:39 +00:00
memcached-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
openstack-hosts-setup.yml Speed up gate: avoid gathering facts more than necessary 2016-06-15 14:09:20 +00:00
os-aodh-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-ceilometer-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-cinder-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-glance-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-gnocchi-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-heat-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-horizon-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-ironic-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-keystone-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-neutron-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-nova-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-swift-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
os-swift-setup.yml Make pip_lock_to_internal_repo a playbook var 2016-06-24 13:37:53 -07:00
os-swift-sync.yml Make pip_lock_to_internal_repo a playbook var 2016-06-24 13:37:53 -07:00
os-tempest-install.yml Make pip_lock_to_internal_repo a playbook var 2016-06-24 13:37:53 -07:00
rabbitmq-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
repo-build.yml Remove excessive tags 2016-07-11 17:20:09 -05:00
repo-install.yml Remove upstream repo dependency 2015-08-24 08:32:07 +01:00
repo-server.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
rsyslog-install.yml Cleanup/standardize common tasks 2016-07-21 17:18:26 -05:00
security-hardening.yml Speed up gate: avoid gathering facts more than necessary 2016-06-15 14:09:20 +00:00
setup-everything.yml Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
setup-hosts.yml Include security role in setup-hosts.yml 2016-03-29 03:28:15 +00:00
setup-infrastructure.yml Add haproxy-install to setup-infrastructure.yml 2016-03-03 16:46:29 +00:00
setup-openstack.yml Introduce a playbook for deploying Gnocchi 2016-07-08 11:33:14 -07:00
utility-install.yml Change pip install task state to 'latest' 2016-07-23 10:38:59 +00:00