openstack-ansible/group_vars
Jesse Pretorius 5f7000e185 Improve ansible host & venv bootstrap
The current ansible bootstrap process tried to
pin the versions of pip, setuptools and wheel
on the host and also uses inherited python
packages from the host. This causes problems
when the host has a version of setuptools which
is cannot be changed (perhaps due to some bug)
or when the host has otherwise undesirable
python packages.

The ansible bootstrap process only needs to
be concerned with whether pip is installed
and understands how to use constraints.

From there we can bootstrap the venv using
get-pip and completely avoid package conflicts
with the host. Once Ansible is bootstrapped,
the pip_install role will ensure that pip,
setuptools and wheel are correctly bootstrapped
and pinned across all hosts.

The pip_install role now uses constraints for
the initial get-pip [1], so we can also remove
the list of pip pins from group_vars.

We remove pip, setuptools and wheel from the
requirements.txt to allow the packages on the
host to be installed in the bootstrap without
forcing a change of pip/setuptools/wheel at the
same time (which causes failures in some
circumstances).

[1] https://review.openstack.org/483905

Change-Id: Ida84fb6bb726e1332f0e29ade51b67a5721f0785
2017-07-20 09:23:30 +00:00
..
all Improve ansible host & venv bootstrap 2017-07-20 09:23:30 +00:00
all_containers.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
aodh_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
barbican_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
ceilometer_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
ceph_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
cinder_all.yml Implement rolling upgrades for cinder 2017-06-20 09:40:43 +00:00
cinder_volume.yml Remove ceph_client role execution from playbooks 2017-07-13 22:59:19 +00:00
designate_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
galera_all.yml Set PrivateDevices=false for Galera 2017-06-15 09:00:00 +00:00
glance_all.yml Implement rolling upgrades for glance 2017-06-30 14:17:26 +00:00
gnocchi_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
haproxy_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
heat_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
horizon_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
hosts.yml Use new ansible-hardening role 2017-06-12 18:26:14 +00:00
ironic_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
ironic_compute.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
keystone_all.yml Implement rolling upgrades for keystone 2017-06-20 13:53:51 +00:00
magnum_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
memcached.yml Set PrivateDevices=false for MemcacheD 2017-06-15 17:06:03 +00:00
neutron_agent.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
neutron_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
neutron_calico_dhcp_agent.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
nova_all.yml Implement rolling upgrades for nova 2017-07-07 15:54:58 +01:00
octavia_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
rabbitmq_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
repo_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
rsyslog.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
sahara_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
swift_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
trove_all.yml Use root folder group_vars 2017-05-27 19:50:14 +00:00
utility_all.yml Switch to Cryptography over pycrypto 2017-06-13 16:28:21 +08:00