kolla-ansible/releasenotes/notes/bootstrap-without-zun-67d6ee5d84fcec22.yaml
Mark Goddard 5c39810de2 Apply Zun configuration for Docker based on inventory
If docker_configure_for_zun is set to true, then Zun-specific
configuration for Docker is applied to all nodes. It should only be
applied based on the relevant inventory groups. In some cases this can
cause Docker to fail to start. See
https://storyboard.openstack.org/#!/story/2008544 for details.

This change applies the configuration based on the zun-compute and
zun-cni-daemon groups. It also modifies the expression to not assume
that these groups exist in the inventory.

Change-Id: I0141abf0dd83e3a567ea6dcca945f86db129becf
Closes-Bug: #1914378
Story: 2008544
Task: 41645
Co-Authored-By: Buddhika Sanjeewa <bsanjeewa@kln.ac.lk>
2021-04-21 10:42:55 +00:00

7 lines
244 B
YAML

---
fixes:
- |
Fixes an issue with ``kolla-ansible bootstrap-servers`` if Zun is enabled
where Zun-specific configuration for Docker was applied to all nodes.
`LP#1914378 <https://bugs.launchpad.net/kolla-ansible/+bug/1914378>`__