1
+ [baremetal:children]
2
+ control
3
+ network
4
+ compute
5
+ storage
6
+ monitoring
7
+
8
+ [tls-backend:children]
9
+ control
10
+
1
11
# You can explicitly specify which hosts run each project by updating the
2
12
# groups in the sections below. Common services are grouped together.
13
+
14
+ [common:children]
15
+ control
16
+ network
17
+ compute
18
+ storage
19
+ monitoring
20
+
3
21
[chrony-server:children]
4
22
haproxy
5
23
6
24
[chrony:children]
25
+ control
7
26
network
8
27
compute
9
28
storage
@@ -12,18 +31,18 @@ monitoring
12
31
[collectd:children]
13
32
compute
14
33
15
- [baremetal:children]
16
- control
17
-
18
- [tls-backend:children]
19
- control
20
-
21
34
[grafana:children]
22
35
monitoring
23
36
24
37
[etcd:children]
25
38
control
26
39
40
+ [influxdb:children]
41
+ monitoring
42
+
43
+ [prometheus:children]
44
+ monitoring
45
+
27
46
[kafka:children]
28
47
control
29
48
@@ -46,16 +65,6 @@ control
46
65
[haproxy:children]
47
66
network
48
67
49
- [hyperv]
50
- #hyperv_host
51
-
52
- [hyperv:vars]
53
- #ansible_user=user
54
- #ansible_password=password
55
- #ansible_port=5986
56
- #ansible_connection=winrm
57
- #ansible_winrm_server_cert_validation=ignore
58
-
59
68
[mariadb:children]
60
69
control
61
70
@@ -81,9 +90,6 @@ monitoring
81
90
[storm:children]
82
91
monitoring
83
92
84
- [mongodb:children]
85
- control
86
-
87
93
[keystone:children]
88
94
control
89
95
@@ -128,14 +134,11 @@ control
128
134
[murano:children]
129
135
control
130
136
131
- [ironic :children]
137
+ [solum :children]
132
138
control
133
139
134
- [influxdb:children]
135
- monitoring
136
-
137
- [prometheus:children]
138
- monitoring
140
+ [ironic:children]
141
+ control
139
142
140
143
[magnum:children]
141
144
control
@@ -146,21 +149,12 @@ control
146
149
[sahara:children]
147
150
control
148
151
149
- [solum:children]
150
- control
151
-
152
152
[mistral:children]
153
153
control
154
154
155
155
[manila:children]
156
156
control
157
157
158
- [panko:children]
159
- control
160
-
161
- [gnocchi:children]
162
- control
163
-
164
158
[ceilometer:children]
165
159
control
166
160
@@ -171,13 +165,16 @@ control
171
165
control
172
166
compute
173
167
174
- [congress:children]
168
+ [panko:children]
169
+ control
170
+
171
+ [gnocchi:children]
175
172
control
176
173
177
174
[tacker:children]
178
175
control
179
176
180
- [vitrage :children]
177
+ [trove :children]
181
178
control
182
179
183
180
# Tempest
@@ -190,7 +187,7 @@ control
190
187
[vmtp:children]
191
188
control
192
189
193
- [trove :children]
190
+ [vitrage :children]
194
191
control
195
192
196
193
[watcher:children]
@@ -236,6 +233,19 @@ control
236
233
# function appropriately. For example, neutron-metadata-agent must run on the
237
234
# same host as the l3-agent and (depending on configuration) the dhcp-agent.
238
235
236
+ # Common
237
+ [cron:children]
238
+ common
239
+
240
+ [fluentd:children]
241
+ common
242
+
243
+ [kolla-logs:children]
244
+ common
245
+
246
+ [kolla-toolbox:children]
247
+ common
248
+
239
249
# Elasticsearch Curator
240
250
[elasticsearch-curator:children]
241
251
elasticsearch
@@ -284,6 +294,7 @@ neutron
284
294
285
295
[neutron-ovn-metadata-agent:children]
286
296
compute
297
+ network
287
298
288
299
[neutron-bgp-dragent:children]
289
300
neutron
@@ -379,16 +390,6 @@ barbican
379
390
[barbican-worker:children]
380
391
barbican
381
392
382
- # Trove
383
- [trove-api:children]
384
- trove
385
-
386
- [trove-conductor:children]
387
- trove
388
-
389
- [trove-taskmanager:children]
390
- trove
391
-
392
393
# Heat
393
394
[heat-api:children]
394
395
heat
@@ -477,6 +478,13 @@ qinling
477
478
[qinling-engine:children]
478
479
qinling
479
480
481
+ # Sahara
482
+ [sahara-api:children]
483
+ sahara
484
+
485
+ [sahara-engine:children]
486
+ sahara
487
+
480
488
# Solum
481
489
[solum-api:children]
482
490
solum
@@ -509,6 +517,19 @@ mistral
509
517
[mistral-event-engine:children]
510
518
mistral
511
519
520
+ # Ceilometer
521
+ [ceilometer-central:children]
522
+ ceilometer
523
+
524
+ [ceilometer-notification:children]
525
+ ceilometer
526
+
527
+ [ceilometer-compute:children]
528
+ compute
529
+
530
+ [ceilometer-ipmi:children]
531
+ compute
532
+
512
533
# Aodh
513
534
[aodh-api:children]
514
535
aodh
@@ -546,35 +567,15 @@ gnocchi
546
567
[gnocchi-metricd:children]
547
568
gnocchi
548
569
549
- # Sahara
550
- [sahara-api:children]
551
- sahara
552
-
553
- [sahara-engine:children]
554
- sahara
555
-
556
- # Ceilometer
557
- [ceilometer-central:children]
558
- ceilometer
559
-
560
- [ceilometer-notification:children]
561
- ceilometer
562
-
563
- [ceilometer-compute:children]
564
- compute
565
-
566
- [ceilometer-ipmi:children]
567
- compute
568
-
569
- # Congress
570
- [congress-api:children]
571
- congress
570
+ # Trove
571
+ [trove-api:children]
572
+ trove
572
573
573
- [congress-datasource :children]
574
- congress
574
+ [trove-conductor :children]
575
+ trove
575
576
576
- [congress-policy-engine :children]
577
- congress
577
+ [trove-taskmanager :children]
578
+ trove
578
579
579
580
# Multipathd
580
581
[multipathd:children]
@@ -615,6 +616,9 @@ searchlight
615
616
[octavia-api:children]
616
617
octavia
617
618
619
+ [octavia-driver-agent:children]
620
+ octavia
621
+
618
622
[octavia-health-manager:children]
619
623
octavia
620
624
0 commit comments