Skip to content

Commit f39083b

Browse files
ednxzupriteau
authored andcommitted
Fix inventory file for cyborg control services
Fix a scheduling issue in the multinode and all-in-one inventory files, that would cause cyborg api and conductor service to also be scheduled on compute nodes rather then exclusively staying on the control plane. Closes-Bug: #2087552 Change-Id: I69d9a44db037fce42cb5a25b5688313eece15484 (cherry picked from commit 568e186) Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
1 parent c2d1255 commit f39083b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

ansible/inventory/all-in-one

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ control
130130

131131
[cyborg:children]
132132
control
133-
compute
134133

135134
[tacker:children]
136135
control

ansible/inventory/multinode

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ control
145145

146146
[cyborg:children]
147147
control
148-
compute
149148

150149
[gnocchi:children]
151150
control
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes a placement problem for cyborg api and conductor services,
5+
that would be also be scheduled on compute nodes, rather than
6+
being exclusively on control plane.
7+
`LP#2087552 <https://bugs.launchpad.net/kolla-ansible/+bug/2087552>`__

0 commit comments

Comments
 (0)