Skip to content

Commit 7b8c24b

Browse files
committed
Update refs for victoria
1 parent 7be30ef commit 7b8c24b

File tree

5 files changed

+36
-23
lines changed

5 files changed

+36
-23
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 ciab_minimal/ussuri-kvm
15+
git checkout minimal/victoria-kvm
1616
```
1717

1818
## install the ciab tools

requirements.txt

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

4-
git+https://github.com/ChameleonCloud/kolla-ansible@backport/ussuri
4+
git+https://github.com/ChameleonCloud/kolla-ansible@backport/victoria
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: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

site-config/inventory/02-kolla-hosts

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ compute
2020
storage
2121
monitoring
2222

23+
[chrony-server:children]
24+
haproxy
25+
26+
[chrony:children]
27+
control
28+
network
29+
compute
30+
storage
31+
monitoring
32+
2333
[collectd:children]
2434
compute
2535

@@ -170,9 +180,6 @@ control
170180
control
171181
compute
172182

173-
[congress:children]
174-
control
175-
176183
[panko:children]
177184
control
178185

@@ -241,6 +248,19 @@ control
241248
# function appropriately. For example, neutron-metadata-agent must run on the
242249
# same host as the l3-agent and (depending on configuration) the dhcp-agent.
243250

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+
244264
# Elasticsearch Curator
245265
[elasticsearch-curator:children]
246266
elasticsearch
@@ -547,16 +567,6 @@ compute
547567
[cyborg-conductor:children]
548568
cyborg
549569

550-
# Congress
551-
[congress-api:children]
552-
congress
553-
554-
[congress-datasource:children]
555-
congress
556-
557-
[congress-policy-engine:children]
558-
congress
559-
560570
# Panko
561571
[panko-api:children]
562572
panko

site-config/passwords.yml.example

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ ceilometer_keystone_password:
146146
watcher_database_password:
147147
watcher_keystone_password:
148148

149-
congress_database_password:
150-
congress_keystone_password:
151-
152149
rally_database_password:
153150

154151
senlin_database_password:
@@ -171,6 +168,8 @@ octavia_ca_password:
171168

172169
searchlight_keystone_password:
173170

171+
searchlight_keystone_password:
172+
174173
tacker_database_password:
175174
tacker_keystone_password:
176175

@@ -207,6 +206,10 @@ bifrost_ssh_key:
207206
private_key:
208207
public_key:
209208

209+
octavia_amp_ssh_key:
210+
private_key:
211+
public_key:
212+
210213
####################
211214
# Gnocchi options
212215
####################

0 commit comments

Comments
 (0)