Commit 16738f2
committed
Fix missing compute entries in uni05epsilon roles_groups_map
The DCN adoption support commit in ci-framework (78bf394d) changed the
tripleo-ansible-inventory.yaml.j2 template to iterate over
_stack.stack_nodes instead of roles_groups_map.items(). This requires
all stack_nodes groups to have a corresponding entry in roles_groups_map.
The uni05epsilon scenario defines cell1-osp-computes and
cell2-osp-computes in stack_nodes but was missing them from
roles_groups_map, causing an AnsibleUndefinedVariable error during
the "Create tripleo ansible inventory" task for cell stacks.
Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>1 parent 3edf1a9 commit 16738f2
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments