Skip to content

Commit 446ffa4

Browse files
committed
changes from U -> V
1 parent fc87191 commit 446ffa4

File tree

4 files changed

+113
-119
lines changed

4 files changed

+113
-119
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source $HOME/.local/bin/env
1212
```
1313
git clone https://github.com/chameleoncloud/chi-in-a-box
1414
cd chi-in-a-box
15-
git checkout ciab_minimal/2023.1
15+
git checkout ciab_minimal/victoria-kvm-ci
1616
```
1717

1818
## install the ciab tools
@@ -21,8 +21,7 @@ uv venv .venv
2121
source .venv/bin/activate
2222
uv pip install \
2323
-r requirements.txt \
24-
../kolla-ansible
25-
kolla-ansible install-deps
24+
git+https://github.com/chameleoncloud/kolla-ansible@backport/victoria
2625
```
2726

2827
## Customize site-config

site-config/inventory/02-kolla-hosts

Lines changed: 78 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1+
[baremetal:children]
2+
control
3+
network
4+
compute
5+
storage
6+
monitoring
7+
8+
[tls-backend:children]
9+
control
10+
111
# You can explicitly specify which hosts run each project by updating the
212
# 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+
321
[chrony-server:children]
422
haproxy
523

624
[chrony:children]
25+
control
726
network
827
compute
928
storage
@@ -12,18 +31,18 @@ monitoring
1231
[collectd:children]
1332
compute
1433

15-
[baremetal:children]
16-
control
17-
18-
[tls-backend:children]
19-
control
20-
2134
[grafana:children]
2235
monitoring
2336

2437
[etcd:children]
2538
control
2639

40+
[influxdb:children]
41+
monitoring
42+
43+
[prometheus:children]
44+
monitoring
45+
2746
[kafka:children]
2847
control
2948

@@ -46,16 +65,6 @@ control
4665
[haproxy:children]
4766
network
4867

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-
5968
[mariadb:children]
6069
control
6170

@@ -81,9 +90,6 @@ monitoring
8190
[storm:children]
8291
monitoring
8392

84-
[mongodb:children]
85-
control
86-
8793
[keystone:children]
8894
control
8995

@@ -128,14 +134,11 @@ control
128134
[murano:children]
129135
control
130136

131-
[ironic:children]
137+
[solum:children]
132138
control
133139

134-
[influxdb:children]
135-
monitoring
136-
137-
[prometheus:children]
138-
monitoring
140+
[ironic:children]
141+
control
139142

140143
[magnum:children]
141144
control
@@ -146,21 +149,12 @@ control
146149
[sahara:children]
147150
control
148151

149-
[solum:children]
150-
control
151-
152152
[mistral:children]
153153
control
154154

155155
[manila:children]
156156
control
157157

158-
[panko:children]
159-
control
160-
161-
[gnocchi:children]
162-
control
163-
164158
[ceilometer:children]
165159
control
166160

@@ -171,13 +165,16 @@ control
171165
control
172166
compute
173167

174-
[congress:children]
168+
[panko:children]
169+
control
170+
171+
[gnocchi:children]
175172
control
176173

177174
[tacker:children]
178175
control
179176

180-
[vitrage:children]
177+
[trove:children]
181178
control
182179

183180
# Tempest
@@ -190,7 +187,7 @@ control
190187
[vmtp:children]
191188
control
192189

193-
[trove:children]
190+
[vitrage:children]
194191
control
195192

196193
[watcher:children]
@@ -236,6 +233,19 @@ control
236233
# function appropriately. For example, neutron-metadata-agent must run on the
237234
# same host as the l3-agent and (depending on configuration) the dhcp-agent.
238235

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+
239249
# Elasticsearch Curator
240250
[elasticsearch-curator:children]
241251
elasticsearch
@@ -284,6 +294,7 @@ neutron
284294

285295
[neutron-ovn-metadata-agent:children]
286296
compute
297+
network
287298

288299
[neutron-bgp-dragent:children]
289300
neutron
@@ -379,16 +390,6 @@ barbican
379390
[barbican-worker:children]
380391
barbican
381392

382-
# Trove
383-
[trove-api:children]
384-
trove
385-
386-
[trove-conductor:children]
387-
trove
388-
389-
[trove-taskmanager:children]
390-
trove
391-
392393
# Heat
393394
[heat-api:children]
394395
heat
@@ -477,6 +478,13 @@ qinling
477478
[qinling-engine:children]
478479
qinling
479480

481+
# Sahara
482+
[sahara-api:children]
483+
sahara
484+
485+
[sahara-engine:children]
486+
sahara
487+
480488
# Solum
481489
[solum-api:children]
482490
solum
@@ -509,6 +517,19 @@ mistral
509517
[mistral-event-engine:children]
510518
mistral
511519

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+
512533
# Aodh
513534
[aodh-api:children]
514535
aodh
@@ -546,35 +567,15 @@ gnocchi
546567
[gnocchi-metricd:children]
547568
gnocchi
548569

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
572573

573-
[congress-datasource:children]
574-
congress
574+
[trove-conductor:children]
575+
trove
575576

576-
[congress-policy-engine:children]
577-
congress
577+
[trove-taskmanager:children]
578+
trove
578579

579580
# Multipathd
580581
[multipathd:children]
@@ -615,6 +616,9 @@ searchlight
615616
[octavia-api:children]
616617
octavia
617618

619+
[octavia-driver-agent:children]
620+
octavia
621+
618622
[octavia-health-manager:children]
619623
octavia
620624

0 commit comments

Comments
 (0)