Skip to content

Commit 8b7ea25

Browse files
committed
aufn-ceph: Sync inventory with kolla-ansible
1 parent 87d6171 commit 8b7ea25

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

etc/kayobe/environments/aufn-ceph/kolla/inventory/overcloud-services.j2

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ common
2424
[kolla-toolbox:children]
2525
common
2626

27+
[opensearch:children]
28+
control
29+
30+
# TODO: This is used for cleanup and can be removed in the Antelope cycle.
31+
[elasticsearch-curator:children]
32+
opensearch
33+
34+
# Opensearch dashboards
35+
[opensearch-dashboards:children]
36+
opensearch
37+
2738
# Glance
2839
[glance-api:children]
2940
glance
@@ -477,7 +488,7 @@ monitoring
477488

478489
# NOTE(Alex-Welsh): This might need removing, since we have moved to opensearch
479490
[prometheus-elasticsearch-exporter:children]
480-
elasticsearch
491+
opensearch
481492

482493
[prometheus-blackbox-exporter:children]
483494
monitoring
@@ -520,4 +531,4 @@ ovn-database
520531
ovn-database
521532

522533
[ovn-sb-db:children]
523-
ovn-database
534+
ovn-database

0 commit comments

Comments
 (0)