Skip to content

Commit 56d8c34

Browse files
committed
bump references to xena
1 parent fa3bfa3 commit 56d8c34

File tree

5 files changed

+18
-42
lines changed

5 files changed

+18
-42
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/wallaby-kvm
15+
git checkout minimal/xena-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 wallaby release
2-
ansible<3.0
1+
# ansible version for kolla-ansible xena release
2+
ansible<5.0
33

4-
git+https://github.com/chameleoncloud/kolla-ansible@backport/wallaby
4+
git+https://github.com/chameleoncloud/kolla-ansible@backport/xena
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: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
90+
keystone_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:e193d13
91+
keystone_fernet_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:e193d13
92+
keystone_ssh_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:e193d13
93+
horizon_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:e193d13

site-config/inventory/02-kolla-hosts

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ compute
1818
storage
1919
monitoring
2020

21-
[chrony-server:children]
22-
haproxy
23-
24-
[chrony:children]
25-
control
26-
network
27-
compute
28-
storage
29-
monitoring
30-
3121
[collectd:children]
3222
compute
3323

@@ -65,7 +55,7 @@ control
6555
[hacluster-remote:children]
6656
compute
6757

68-
[haproxy:children]
58+
[loadbalancer:children]
6959
network
7060

7161
[mariadb:children]
@@ -165,9 +155,6 @@ control
165155
control
166156
compute
167157

168-
[panko:children]
169-
control
170-
171158
[gnocchi:children]
172159
control
173160

@@ -177,10 +164,6 @@ control
177164
[trove:children]
178165
control
179166

180-
# Tempest
181-
[tempest:children]
182-
control
183-
184167
[senlin:children]
185168
control
186169

@@ -193,9 +176,6 @@ control
193176
[watcher:children]
194177
control
195178

196-
[rally:children]
197-
control
198-
199179
[octavia:children]
200180
control
201181

@@ -410,9 +390,6 @@ monasca
410390
[monasca-grafana:children]
411391
monasca
412392

413-
[monasca-log-transformer:children]
414-
monasca
415-
416393
[monasca-log-persister:children]
417394
monasca
418395

@@ -533,10 +510,6 @@ compute
533510
[cyborg-conductor:children]
534511
cyborg
535512

536-
# Panko
537-
[panko-api:children]
538-
panko
539-
540513
# Gnocchi
541514
[gnocchi-api:children]
542515
gnocchi
@@ -690,7 +663,7 @@ storage
690663
mariadb
691664

692665
[prometheus-haproxy-exporter:children]
693-
haproxy
666+
loadbalancer
694667

695668
[prometheus-memcached-exporter:children]
696669
memcached
@@ -714,6 +687,9 @@ elasticsearch
714687
[prometheus-blackbox-exporter:children]
715688
monitoring
716689

690+
[prometheus-libvirt-exporter:children]
691+
compute
692+
717693
[masakari-api:children]
718694
control
719695

site-config/passwords.yml.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ cloudkitty_keystone_password:
8888
cyborg_database_password:
8989
cyborg_keystone_password:
9090

91-
panko_database_password:
92-
panko_keystone_password:
93-
9491
freezer_database_password:
9592
freezer_keystone_password:
9693

@@ -141,8 +138,6 @@ ceilometer_keystone_password:
141138
watcher_database_password:
142139
watcher_keystone_password:
143140

144-
rally_database_password:
145-
146141
senlin_database_password:
147142
senlin_keystone_password:
148143

@@ -252,6 +247,11 @@ prometheus_alertmanager_password:
252247
###############################
253248
keystone_federation_openid_crypto_password:
254249

250+
####################
251+
# Ceph RadosGW options
252+
####################
253+
ceph_rgw_keystone_password:
254+
255255
##################
256256
# libvirt options
257257
##################

0 commit comments

Comments
 (0)