0c190a22f0
When a kolla-ansible group is composed of a kayobe group with the same name and of at least one other kayobe group, kayobe would generate an invalid Ansible inventory such as: [compute:children] controllers compute Because the top-level group should already be defined, we only need to add as children the kayobe groups using different names. Change-Id: I88bdf1e3d0c08271ac8938ae2f9ac3f9fee1efa5 Story: 2009927 Task: 44798
7 lines
240 B
YAML
7 lines
240 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes Ansible inventory generation with some custom group mappings using
|
|
the same group names for Kayobe and Kolla Ansible. See `story 2009927
|
|
<https://storyboard.openstack.org/#!/story/2009927>`__ for details.
|