File tree Expand file tree Collapse file tree 5 files changed +36
-23
lines changed Expand file tree Collapse file tree 5 files changed +36
-23
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ source $HOME/.local/bin/env
12
12
```
13
13
git clone https://github.com/chameleoncloud/chi-in-a-box
14
14
cd chi-in-a-box
15
- git checkout ciab_minimal/ussuri -kvm
15
+ git checkout minimal/victoria -kvm
16
16
```
17
17
18
18
## install the ciab tools
Original file line number Diff line number Diff line change 1
- # ansible version for kolla-ansible ussuri release
1
+ # ansible version for kolla-ansible victoria release
2
2
ansible < 2.10
3
3
4
- git+https://github.com/ChameleonCloud/kolla-ansible@backport/ussuri
4
+ git+https://github.com/ChameleonCloud/kolla-ansible@backport/victoria
5
5
6
6
# client tools
7
7
openstackclient
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ keystone_oidc_client_secret: "public"
87
87
keystone_oidc_provider_metadata_url : " {{ keystone_identity_providers[0].identifier }}/.well-known/openid-configuration"
88
88
89
89
# keystone must support mapping multiple projects or keycloak federation will fail
90
- keystone_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:77cca74
91
- keystone_fernet_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:77cca74
92
- keystone_ssh_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:77cca74
93
- horizon_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:77cca74
90
+ keystone_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:fafc71b
91
+ keystone_fernet_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:fafc71b
92
+ keystone_ssh_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:fafc71b
93
+ horizon_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:fafc71b
Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ compute
20
20
storage
21
21
monitoring
22
22
23
+ [chrony-server:children]
24
+ haproxy
25
+
26
+ [chrony:children]
27
+ control
28
+ network
29
+ compute
30
+ storage
31
+ monitoring
32
+
23
33
[collectd:children]
24
34
compute
25
35
@@ -170,9 +180,6 @@ control
170
180
control
171
181
compute
172
182
173
- [congress:children]
174
- control
175
-
176
183
[panko:children]
177
184
control
178
185
@@ -241,6 +248,19 @@ control
241
248
# function appropriately. For example, neutron-metadata-agent must run on the
242
249
# same host as the l3-agent and (depending on configuration) the dhcp-agent.
243
250
251
+ # Common
252
+ [cron:children]
253
+ common
254
+
255
+ [fluentd:children]
256
+ common
257
+
258
+ [kolla-logs:children]
259
+ common
260
+
261
+ [kolla-toolbox:children]
262
+ common
263
+
244
264
# Elasticsearch Curator
245
265
[elasticsearch-curator:children]
246
266
elasticsearch
@@ -547,16 +567,6 @@ compute
547
567
[cyborg-conductor:children]
548
568
cyborg
549
569
550
- # Congress
551
- [congress-api:children]
552
- congress
553
-
554
- [congress-datasource:children]
555
- congress
556
-
557
- [congress-policy-engine:children]
558
- congress
559
-
560
570
# Panko
561
571
[panko-api:children]
562
572
panko
Original file line number Diff line number Diff line change @@ -146,9 +146,6 @@ ceilometer_keystone_password:
146
146
watcher_database_password:
147
147
watcher_keystone_password:
148
148
149
- congress_database_password:
150
- congress_keystone_password:
151
-
152
149
rally_database_password:
153
150
154
151
senlin_database_password:
@@ -171,6 +168,8 @@ octavia_ca_password:
171
168
172
169
searchlight_keystone_password:
173
170
171
+ searchlight_keystone_password:
172
+
174
173
tacker_database_password:
175
174
tacker_keystone_password:
176
175
@@ -207,6 +206,10 @@ bifrost_ssh_key:
207
206
private_key:
208
207
public_key:
209
208
209
+ octavia_amp_ssh_key:
210
+ private_key:
211
+ public_key:
212
+
210
213
####################
211
214
# Gnocchi options
212
215
####################
You can’t perform that action at this time.
0 commit comments