Update lxc_hosts SHA for CentOS systemd fix

There are a few manual workarounds that we're placing in order
to workaround old versions of machinectl however we don't actually
leverage those and they seem to be causing a dbus restart which
causes extra problems.

This patch updates the role SHA to include the fix in the lxc_hosts
role to ensure that CentOS builds work after the recent upgrade to
7.6.

Change-Id: I07fcbb33028677196892fbed6038487da87eb673
Closes-Bug: #1807405
This commit is contained in:
Jesse Pretorius 2018-12-10 10:01:41 +00:00
parent 8caf01dcc0
commit bae39fb8a8
2 changed files with 8 additions and 1 deletions

View File

@ -37,7 +37,7 @@
- name: lxc_hosts
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
version: e282a90774b1591500e49f2290af2ac0d5c1c0f8
version: 83e20af591b00fc796eba0e0e1c7650faaa20cd7
- name: memcached_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server

View File

@ -0,0 +1,7 @@
---
fixes:
- With the release of CentOS 7.6, deployments were breaking and becoming very
slow when we restart dbus in order to catch some PolicyKit changes. However,
those changes were never actaully used so they were happening for no reason.
We no longer make any modifications to the systemd-machined configuration
and/or PolicyKit to maintain upstream compatibility.