Skip to content

Commit b97be99

Browse files
chore: update versions (#260)
* Upgrade OpenStack Kolla dependencies * Update GitHub Actions --------- Co-authored-by: electrocucaracha bot <[email protected]>
1 parent a1d13f6 commit b97be99

File tree

5 files changed

+8
-69
lines changed

5 files changed

+8
-69
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
42-
- uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # 7.4.0
42+
- uses: super-linter/super-linter@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # 8.0.0
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
LINTER_RULES_PATH: /

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
51-
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # 6.3.1
51+
- uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # 6.4.3
5252
with:
5353
enable-cache: true
5454
- name: install dependencies

etc/kolla/passwords.yml

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# cinder_rbd_secret_uuid is used for cinder
99
rbd_secret_uuid:
1010
cinder_rbd_secret_uuid:
11-
1211
###################
1312
# Database options
1413
####################
@@ -17,13 +16,11 @@ database_password:
1716
mariadb_backup_database_password:
1817
# Password for the monitor user
1918
mariadb_monitor_password:
20-
2119
####################
2220
# Docker options
2321
####################
2422
# This should only be set if you require a password for your Docker registry
2523
docker_registry_password:
26-
2724
####################
2825
# VMware support
2926
####################
@@ -33,190 +30,141 @@ vmware_vcenter_host_password:
3330
nsxv3_api_password:
3431
vmware_nsxp_api_password:
3532
vmware_nsxp_metadata_proxy_shared_secret:
36-
3733
#####################
3834
# Hitachi NAS support
3935
#####################
4036
hnas_nfs_password:
41-
4237
#######################
4338
# Infoblox IPAM support
4439
#######################
4540
infoblox_admin_password:
46-
4741
####################
4842
# OpenStack options
4943
####################
5044
aodh_database_password:
5145
aodh_keystone_password:
52-
5346
barbican_database_password:
5447
barbican_keystone_password:
5548
barbican_p11_password:
5649
barbican_crypto_key:
57-
5850
blazar_database_password:
5951
blazar_keystone_password:
60-
6152
keystone_admin_password:
6253
keystone_database_password:
63-
6454
grafana_database_password:
6555
grafana_admin_password:
66-
6756
glance_database_password:
6857
glance_keystone_password:
69-
7058
gnocchi_database_password:
7159
gnocchi_keystone_password:
72-
7360
kuryr_keystone_password:
74-
7561
nova_database_password:
7662
nova_api_database_password:
7763
nova_keystone_password:
78-
7964
placement_keystone_password:
8065
placement_database_password:
81-
8266
neutron_database_password:
8367
neutron_keystone_password:
8468
metadata_secret:
85-
8669
cinder_database_password:
8770
cinder_keystone_password:
88-
8971
cloudkitty_database_password:
9072
cloudkitty_keystone_password:
91-
9273
cyborg_database_password:
9374
cyborg_keystone_password:
94-
9575
designate_database_password:
9676
designate_keystone_password:
9777
# This option must be UUID4 value in string format
9878
designate_pool_id:
9979
# This option must be HMAC-MD5 value in string format
10080
designate_rndc_key:
101-
10281
heat_database_password:
10382
heat_keystone_password:
10483
heat_domain_admin_password:
105-
10684
ironic_database_password:
10785
ironic_keystone_password:
108-
10986
ironic_inspector_database_password:
11087
ironic_inspector_keystone_password:
111-
11288
magnum_database_password:
11389
magnum_keystone_password:
114-
11590
mistral_database_password:
11691
mistral_keystone_password:
117-
11892
trove_database_password:
11993
trove_keystone_password:
120-
12194
ceilometer_database_password:
12295
ceilometer_keystone_password:
123-
12496
watcher_database_password:
12597
watcher_keystone_password:
126-
12798
horizon_secret_key:
12899
horizon_database_password:
129-
130100
telemetry_secret_key:
131-
132101
manila_database_password:
133102
manila_keystone_password:
134-
135103
octavia_database_password:
136104
octavia_persistence_database_password:
137105
octavia_keystone_password:
138106
octavia_ca_password:
139107
octavia_client_ca_password:
140-
141108
tacker_database_password:
142109
tacker_keystone_password:
143-
144110
zun_database_password:
145111
zun_keystone_password:
146-
147112
venus_database_password:
148113
venus_keystone_password:
149-
150114
masakari_database_password:
151115
masakari_keystone_password:
152-
153116
memcache_secret_key:
154-
155117
skyline_secret_key:
156118
skyline_database_password:
157119
skyline_keystone_password:
158-
159120
# HMAC secret key
160121
osprofiler_secret:
161-
162122
nova_ssh_key:
163123
private_key:
164124
public_key:
165-
166125
kolla_ssh_key:
167126
private_key:
168127
public_key:
169-
170128
keystone_ssh_key:
171129
private_key:
172130
public_key:
173-
174131
bifrost_ssh_key:
175132
private_key:
176133
public_key:
177-
178134
octavia_amp_ssh_key:
179135
private_key:
180136
public_key:
181-
182137
neutron_ssh_key:
183138
private_key:
184139
public_key:
185-
186140
haproxy_ssh_key:
187141
private_key:
188142
public_key:
189-
190143
####################
191144
# Gnocchi options
192145
####################
193146
gnocchi_project_id:
194147
gnocchi_resource_id:
195148
gnocchi_user_id:
196-
197149
####################
198150
# RabbitMQ options
199151
####################
200152
rabbitmq_password:
201153
rabbitmq_monitoring_password:
202154
rabbitmq_cluster_cookie:
203-
204155
####################
205156
# HAProxy options
206157
####################
207158
haproxy_password:
208159
keepalived_password:
209-
210160
####################
211161
# etcd options
212162
####################
213163
etcd_cluster_token:
214-
215164
####################
216165
# redis options
217166
####################
218167
redis_master_password:
219-
220168
####################
221169
# Prometheus options
222170
####################
@@ -227,28 +175,23 @@ prometheus_grafana_password:
227175
prometheus_haproxy_password:
228176
prometheus_skyline_password:
229177
prometheus_bcrypt_salt:
230-
231178
###############################
232179
# OpenStack identity federation
233180
###############################
234181
keystone_federation_openid_crypto_password:
235-
236182
####################
237183
# Ceph RadosGW options
238184
####################
239185
ceph_rgw_keystone_password:
240-
241186
##################
242187
# libvirt options
243188
##################
244189
libvirt_sasl_password:
245-
246190
############
247191
# ProxySQL
248192
############
249193
proxysql_admin_password:
250194
proxysql_stats_password:
251-
252195
############
253196
# OpenSearch
254197
############

requirements/2023.2/rocky_9.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bcrypt==4.3.0
66
# via
77
# kolla-ansible
88
# passlib
9-
certifi==2025.6.15
9+
certifi==2025.7.14
1010
# via requests
1111
cffi==1.17.1
1212
# via cryptography
@@ -17,9 +17,7 @@ cryptography==45.0.5
1717
# ansible-core
1818
# kolla-ansible
1919
debtcollector==3.0.0
20-
# via
21-
# oslo-config
22-
# oslo-utils
20+
# via oslo-utils
2321
hvac==2.3.0
2422
# via kolla-ansible
2523
idna==3.10
@@ -42,7 +40,7 @@ netaddr==1.3.0
4240
# via
4341
# oslo-config
4442
# oslo-utils
45-
oslo-config==9.8.0
43+
oslo-config==10.0.0
4644
# via kolla-ansible
4745
oslo-i18n==6.5.1
4846
# via

requirements/2024.1/rocky_9.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bcrypt==4.3.0
66
# via
77
# kolla-ansible
88
# passlib
9-
certifi==2025.6.15
9+
certifi==2025.7.14
1010
# via requests
1111
cffi==1.17.1
1212
# via cryptography
@@ -17,9 +17,7 @@ cryptography==45.0.5
1717
# ansible-core
1818
# kolla-ansible
1919
debtcollector==3.0.0
20-
# via
21-
# oslo-config
22-
# oslo-utils
20+
# via oslo-utils
2321
hvac==2.3.0
2422
# via kolla-ansible
2523
idna==3.10
@@ -42,7 +40,7 @@ netaddr==1.3.0
4240
# via
4341
# oslo-config
4442
# oslo-utils
45-
oslo-config==9.8.0
43+
oslo-config==10.0.0
4644
# via kolla-ansible
4745
oslo-i18n==6.5.1
4846
# via

0 commit comments

Comments
 (0)