Skip to content

Commit 9d22c3d

Browse files
committed
bump to wallaby
1 parent 7b8c24b commit 9d22c3d

File tree

5 files changed

+29
-80
lines changed

5 files changed

+29
-80
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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/victoria-kvm
15+
git checkout minimal/wallaby-kvm
1616
```
1717

1818
## install the ciab tools

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# ansible version for kolla-ansible victoria release
2-
ansible<2.10
1+
# ansible version for kolla-ansible wallaby release
2+
ansible<3.0
33

4-
git+https://github.com/ChameleonCloud/kolla-ansible@backport/victoria
4+
git+https://github.com/chameleoncloud/kolla-ansible@backport/wallaby
55

66
# client tools
77
openstackclient

site-config/globals.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ keystone_oidc_client_secret: "public"
8787
keystone_oidc_provider_metadata_url: "{{ keystone_identity_providers[0].identifier }}/.well-known/openid-configuration"
8888

8989
# keystone must support mapping multiple projects or keycloak federation will fail
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
90+
keystone_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:5c89f0c
91+
keystone_fernet_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:5c89f0c
92+
keystone_ssh_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:5c89f0c
93+
horizon_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:5c89f0c

site-config/inventory/02-kolla-hosts

Lines changed: 15 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ control
1010

1111
# You can explicitly specify which hosts run each project by updating the
1212
# groups in the sections below. Common services are grouped together.
13-
[chrony-server:children]
14-
haproxy
1513

16-
[chrony:children]
14+
[common:children]
1715
control
1816
network
1917
compute
@@ -48,9 +46,6 @@ monitoring
4846
[kafka:children]
4947
control
5048

51-
[karbor:children]
52-
control
53-
5449
[kibana:children]
5550
control
5651

@@ -64,18 +59,14 @@ storage
6459
[elasticsearch:children]
6560
control
6661

67-
[haproxy:children]
68-
network
62+
[hacluster:children]
63+
control
6964

70-
[hyperv]
71-
#hyperv_host
65+
[hacluster-remote:children]
66+
compute
7267

73-
[hyperv:vars]
74-
#ansible_user=user
75-
#ansible_password=password
76-
#ansible_port=5986
77-
#ansible_connection=winrm
78-
#ansible_winrm_server_cert_validation=ignore
68+
[haproxy:children]
69+
network
7970

8071
[mariadb:children]
8172
control
@@ -102,9 +93,6 @@ monitoring
10293
[storm:children]
10394
monitoring
10495

105-
[mongodb:children]
106-
control
107-
10896
[keystone:children]
10997
control
11098

@@ -158,9 +146,6 @@ control
158146
[magnum:children]
159147
control
160148

161-
[qinling:children]
162-
control
163-
164149
[sahara:children]
165150
control
166151

@@ -211,9 +196,6 @@ control
211196
[rally:children]
212197
control
213198

214-
[searchlight:children]
215-
control
216-
217199
[octavia:children]
218200
control
219201

@@ -309,6 +291,7 @@ neutron
309291

310292
[neutron-ovn-metadata-agent:children]
311293
compute
294+
network
312295

313296
[neutron-bgp-dragent:children]
314297
neutron
@@ -358,16 +341,6 @@ ironic
358341
[tgtd:children]
359342
storage
360343

361-
# Karbor
362-
[karbor-api:children]
363-
karbor
364-
365-
[karbor-protection:children]
366-
karbor
367-
368-
[karbor-operationengine:children]
369-
karbor
370-
371344
# Manila
372345
[manila-api:children]
373346
manila
@@ -485,13 +458,6 @@ magnum
485458
[magnum-conductor:children]
486459
magnum
487460

488-
# Qinling
489-
[qinling-api:children]
490-
qinling
491-
492-
[qinling-engine:children]
493-
qinling
494-
495461
# Sahara
496462
[sahara-api:children]
497463
sahara
@@ -619,17 +585,13 @@ senlin
619585
[senlin-health-manager:children]
620586
senlin
621587

622-
# Searchlight
623-
[searchlight-api:children]
624-
searchlight
625-
626-
[searchlight-listener:children]
627-
searchlight
628-
629588
# Octavia
630589
[octavia-api:children]
631590
octavia
632591

592+
[octavia-driver-agent:children]
593+
octavia
594+
633595
[octavia-health-manager:children]
634596
octavia
635597

@@ -758,7 +720,10 @@ control
758720
[masakari-engine:children]
759721
control
760722

761-
[masakari-monitors:children]
723+
[masakari-hostmonitor:children]
724+
control
725+
726+
[masakari-instancemonitor:children]
762727
compute
763728

764729
[ovn-controller:children]

site-config/passwords.yml.example

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ glance_keystone_password:
6666
gnocchi_database_password:
6767
gnocchi_keystone_password:
6868

69-
karbor_database_password:
70-
karbor_keystone_password:
71-
karbor_openstack_infra_id:
72-
7369
kuryr_keystone_password:
7470

7571
nova_database_password:
@@ -122,7 +118,6 @@ murano_agent_rabbitmq_password:
122118

123119
monasca_agent_password:
124120
monasca_database_password:
125-
monasca_grafana_admin_password:
126121
monasca_keystone_password:
127122

128123
ironic_database_password:
@@ -165,10 +160,7 @@ manila_keystone_password:
165160
octavia_database_password:
166161
octavia_keystone_password:
167162
octavia_ca_password:
168-
169-
searchlight_keystone_password:
170-
171-
searchlight_keystone_password:
163+
octavia_client_ca_password:
172164

173165
tacker_database_password:
174166
tacker_keystone_password:
@@ -184,9 +176,6 @@ masakari_keystone_password:
184176

185177
memcache_secret_key:
186178

187-
qinling_database_password:
188-
qinling_keystone_password:
189-
190179
# HMAC secret key
191180
osprofiler_secret:
192181

@@ -252,23 +241,18 @@ etcd_cluster_token:
252241
####################
253242
redis_master_password:
254243

255-
################
256-
# XenAPI options
257-
################
258-
xenserver_password:
259-
260244
####################
261245
# Prometheus options
262246
####################
263247
prometheus_mysql_exporter_database_password:
264248
prometheus_alertmanager_password:
265249

266-
##################
267-
# libvirt options
268-
##################
269-
libvirt_sasl_password:
270-
271250
###############################
272251
# OpenStack identity federation
273252
###############################
274253
keystone_federation_openid_crypto_password:
254+
255+
##################
256+
# libvirt options
257+
##################
258+
libvirt_sasl_password:

0 commit comments

Comments
 (0)