Skip to content

Commit 27adf2f

Browse files
committed
bump refs for zed
1 parent 93bf08a commit 27adf2f

File tree

7 files changed

+34
-39
lines changed

7 files changed

+34
-39
lines changed

.github/workflows/ciab_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: checkout chi-in-a-box
1414
uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 2 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 minimal/yoga-kvm
15+
git checkout minimal/zed-kvm
1616
```
1717

1818
## install the ciab tools
@@ -21,7 +21,7 @@ uv venv .venv
2121
source .venv/bin/activate
2222
uv pip install \
2323
-r requirements.txt \
24-
git+https://github.com/chameleoncloud/kolla-ansible@backport/yoga
24+
git+https://github.com/chameleoncloud/kolla-ansible@backport/zed
2525
kolla-ansible install-deps
2626
```
2727

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# ansible version for kolla-ansible xena release
2-
# Kolla Ansible requires at least Ansible 2.10 and supports up to 4.
3-
ansible<5.0
1+
# Kolla Ansible requires at least Ansible 4 and supports up to 5.
2+
ansible>=4,<6
43
# client tools
54
openstackclient
65
osc-lib

site-config/globals.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ kolla_install_type: "source"
3838
docker_namespace: kolla
3939
docker_registry: docker.chameleoncloud.org
4040

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
41+
keystone_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:b61c66c
42+
keystone_fernet_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:b61c66c
43+
keystone_ssh_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:b61c66c
44+
horizon_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:b61c66c
4545

4646
# default superadmin user and project
4747
keystone_admin_user: "admin"

site-config/inventory/02-kolla-hosts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,13 @@ monitoring
3636
[kafka:children]
3737
control
3838

39-
[kibana:children]
40-
control
41-
4239
[telegraf:children]
4340
compute
4441
control
4542
monitoring
4643
network
4744
storage
4845

49-
[elasticsearch:children]
50-
control
51-
5246
[hacluster:children]
5347
control
5448

@@ -67,9 +61,6 @@ control
6761
[outward-rabbitmq:children]
6862
control
6963

70-
[qdrouterd:children]
71-
control
72-
7364
[monasca-agent:children]
7465
compute
7566
control
@@ -200,6 +191,9 @@ control
200191
[blazar:children]
201192
control
202193

194+
[venus:children]
195+
monitoring
196+
203197
# Additional control implemented here. These groups allow you to control which
204198
# services run on which hosts at a per-service level.
205199
#
@@ -220,13 +214,13 @@ common
220214
[kolla-toolbox:children]
221215
common
222216

223-
# Elasticsearch Curator
224-
[elasticsearch-curator:children]
225-
elasticsearch
226-
227217
[opensearch:children]
228218
control
229219

220+
# TODO: This is used for cleanup and can be removed in the Antelope cycle.
221+
[elasticsearch-curator:children]
222+
opensearch
223+
230224
# Opensearch dashboards
231225
[opensearch-dashboards:children]
232226
opensearch
@@ -683,7 +677,6 @@ monitoring
683677
monitoring
684678

685679
[prometheus-elasticsearch-exporter:children]
686-
elasticsearch
687680
opensearch
688681

689682
[prometheus-blackbox-exporter:children]
@@ -728,3 +721,9 @@ ovn-database
728721

729722
[ovn-sb-db:children]
730723
ovn-database
724+
725+
[venus-api:children]
726+
venus
727+
728+
[venus-manager:children]
729+
venus

site-config/passwords.yml.example

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ cinder_rbd_secret_uuid:
1515
database_password:
1616
# Password for the dedicated backup user account
1717
mariadb_backup_database_password:
18+
# Password for the monitor user
19+
mariadb_monitor_password:
1820

1921
####################
2022
# Docker options
@@ -115,10 +117,6 @@ murano_database_password:
115117
murano_keystone_password:
116118
murano_agent_rabbitmq_password:
117119

118-
monasca_agent_password:
119-
monasca_database_password:
120-
monasca_keystone_password:
121-
122120
ironic_database_password:
123121
ironic_keystone_password:
124122

@@ -168,6 +166,9 @@ zun_keystone_password:
168166
vitrage_database_password:
169167
vitrage_keystone_password:
170168

169+
venus_database_password:
170+
venus_keystone_password:
171+
171172
masakari_database_password:
172173
masakari_keystone_password:
173174

@@ -207,11 +208,6 @@ gnocchi_project_id:
207208
gnocchi_resource_id:
208209
gnocchi_user_id:
209210

210-
####################
211-
# Qdrouterd options
212-
####################
213-
qdrouterd_password:
214-
215211
####################
216212
# RabbitMQ options
217213
####################
@@ -227,11 +223,6 @@ outward_rabbitmq_cluster_cookie:
227223
haproxy_password:
228224
keepalived_password:
229225

230-
####################
231-
# Kibana options
232-
####################
233-
kibana_password:
234-
235226
####################
236227
# etcd options
237228
####################
@@ -263,6 +254,12 @@ ceph_rgw_keystone_password:
263254
##################
264255
libvirt_sasl_password:
265256

257+
############
258+
# ProxySQL
259+
############
260+
proxysql_admin_password:
261+
proxysql_stats_password:
262+
266263
############
267264
# OpenSearch
268265
############

testing/setup_ciab.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ uv venv .venv
2929
source .venv/bin/activate
3030
uv pip install \
3131
-r requirements.txt \
32-
git+https://github.com/chameleoncloud/kolla-ansible@backport/yoga
32+
git+https://github.com/chameleoncloud/kolla-ansible@backport/zed
3333

3434
kolla-ansible install-deps
3535

0 commit comments

Comments
 (0)