File tree Expand file tree Collapse file tree 5 files changed +31
-15
lines changed Expand file tree Collapse file tree 5 files changed +31
-15
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 minimal/xena -kvm
15
+ git checkout minimal/yoga -kvm
16
16
```
17
17
18
18
## install the ciab tools
@@ -21,7 +21,7 @@ uv venv .venv
21
21
source .venv/bin/activate
22
22
uv pip install \
23
23
-r requirements.txt \
24
- git+https://github.com/chameleoncloud/kolla-ansible@backport/xena
24
+ git+https://github.com/chameleoncloud/kolla-ansible@backport/yoga
25
25
```
26
26
27
27
## Customize site-config
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ kolla_install_type: "source"
38
38
docker_namespace : kolla
39
39
docker_registry : docker.chameleoncloud.org
40
40
41
- keystone_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:e193d13
42
- keystone_fernet_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:e193d13
43
- keystone_ssh_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:e193d13
44
- horizon_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:e193d13
41
+ keystone_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:807524d
42
+ keystone_fernet_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:807524d
43
+ keystone_ssh_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:807524d
44
+ horizon_image_full : ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:807524d
45
45
46
46
# default superadmin user and project
47
47
keystone_admin_user : " admin"
Original file line number Diff line number Diff line change @@ -167,9 +167,6 @@ control
167
167
[senlin:children]
168
168
control
169
169
170
- [vmtp:children]
171
- control
172
-
173
170
[vitrage:children]
174
171
control
175
172
@@ -227,6 +224,13 @@ common
227
224
[elasticsearch-curator:children]
228
225
elasticsearch
229
226
227
+ [opensearch:children]
228
+ control
229
+
230
+ # Opensearch dashboards
231
+ [opensearch-dashboards:children]
232
+ opensearch
233
+
230
234
# Glance
231
235
[glance-api:children]
232
236
glance
@@ -387,9 +391,6 @@ monasca-agent
387
391
[monasca-api:children]
388
392
monasca
389
393
390
- [monasca-grafana:children]
391
- monasca
392
-
393
394
[monasca-log-persister:children]
394
395
monasca
395
396
@@ -422,10 +423,10 @@ ironic
422
423
[ironic-inspector:children]
423
424
ironic
424
425
425
- [ironic-pxe :children]
426
+ [ironic-tftp :children]
426
427
ironic
427
428
428
- [ironic-ipxe :children]
429
+ [ironic-http :children]
429
430
ironic
430
431
431
432
# Magnum
@@ -683,13 +684,17 @@ monitoring
683
684
684
685
[prometheus-elasticsearch-exporter:children]
685
686
elasticsearch
687
+ opensearch
686
688
687
689
[prometheus-blackbox-exporter:children]
688
690
monitoring
689
691
690
692
[prometheus-libvirt-exporter:children]
691
693
compute
692
694
695
+ [prometheus-msteams:children]
696
+ prometheus-alertmanager
697
+
693
698
[masakari-api:children]
694
699
control
695
700
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ vmware_dvs_host_password:
29
29
vmware_nsxv_password:
30
30
vmware_vcenter_host_password:
31
31
nsxv3_api_password:
32
+ vmware_nsxp_api_password:
33
+ vmware_nsxp_metadata_proxy_shared_secret:
32
34
33
35
#####################
34
36
# Hitachi NAS support
@@ -194,6 +196,10 @@ octavia_amp_ssh_key:
194
196
private_key:
195
197
public_key:
196
198
199
+ neutron_ssh_key:
200
+ private_key:
201
+ public_key:
202
+
197
203
####################
198
204
# Gnocchi options
199
205
####################
@@ -256,3 +262,8 @@ ceph_rgw_keystone_password:
256
262
# libvirt options
257
263
##################
258
264
libvirt_sasl_password:
265
+
266
+ ############
267
+ # OpenSearch
268
+ ############
269
+ opensearch_dashboards_password:
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ uv venv .venv
29
29
source .venv/bin/activate
30
30
uv pip install \
31
31
-r requirements.txt \
32
- git+https://github.com/chameleoncloud/kolla-ansible@backport/xena
32
+ git+https://github.com/chameleoncloud/kolla-ansible@backport/yoga
33
33
34
34
# setup passwords. Not overwriting to permit repeated runs
35
35
cp --no-clobber site-config/passwords.yml{.example,}
You can’t perform that action at this time.
0 commit comments