Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # 7.4.0
- uses: super-linter/super-linter@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # 8.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # 6.3.1
- uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # 6.4.3
with:
enable-cache: true
- name: install dependencies
Expand Down
57 changes: 0 additions & 57 deletions etc/kolla/passwords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# cinder_rbd_secret_uuid is used for cinder
rbd_secret_uuid:
cinder_rbd_secret_uuid:

###################
# Database options
####################
Expand All @@ -17,13 +16,11 @@ database_password:
mariadb_backup_database_password:
# Password for the monitor user
mariadb_monitor_password:

####################
# Docker options
####################
# This should only be set if you require a password for your Docker registry
docker_registry_password:

####################
# VMware support
####################
Expand All @@ -33,190 +30,141 @@ vmware_vcenter_host_password:
nsxv3_api_password:
vmware_nsxp_api_password:
vmware_nsxp_metadata_proxy_shared_secret:

#####################
# Hitachi NAS support
#####################
hnas_nfs_password:

#######################
# Infoblox IPAM support
#######################
infoblox_admin_password:

####################
# OpenStack options
####################
aodh_database_password:
aodh_keystone_password:

barbican_database_password:
barbican_keystone_password:
barbican_p11_password:
barbican_crypto_key:

blazar_database_password:
blazar_keystone_password:

keystone_admin_password:
keystone_database_password:

grafana_database_password:
grafana_admin_password:

glance_database_password:
glance_keystone_password:

gnocchi_database_password:
gnocchi_keystone_password:

kuryr_keystone_password:

nova_database_password:
nova_api_database_password:
nova_keystone_password:

placement_keystone_password:
placement_database_password:

neutron_database_password:
neutron_keystone_password:
metadata_secret:

cinder_database_password:
cinder_keystone_password:

cloudkitty_database_password:
cloudkitty_keystone_password:

cyborg_database_password:
cyborg_keystone_password:

designate_database_password:
designate_keystone_password:
# This option must be UUID4 value in string format
designate_pool_id:
# This option must be HMAC-MD5 value in string format
designate_rndc_key:

heat_database_password:
heat_keystone_password:
heat_domain_admin_password:

ironic_database_password:
ironic_keystone_password:

ironic_inspector_database_password:
ironic_inspector_keystone_password:

magnum_database_password:
magnum_keystone_password:

mistral_database_password:
mistral_keystone_password:

trove_database_password:
trove_keystone_password:

ceilometer_database_password:
ceilometer_keystone_password:

watcher_database_password:
watcher_keystone_password:

horizon_secret_key:
horizon_database_password:

telemetry_secret_key:

manila_database_password:
manila_keystone_password:

octavia_database_password:
octavia_persistence_database_password:
octavia_keystone_password:
octavia_ca_password:
octavia_client_ca_password:

tacker_database_password:
tacker_keystone_password:

zun_database_password:
zun_keystone_password:

venus_database_password:
venus_keystone_password:

masakari_database_password:
masakari_keystone_password:

memcache_secret_key:

skyline_secret_key:
skyline_database_password:
skyline_keystone_password:

# HMAC secret key
osprofiler_secret:

nova_ssh_key:
private_key:
public_key:

kolla_ssh_key:
private_key:
public_key:

keystone_ssh_key:
private_key:
public_key:

bifrost_ssh_key:
private_key:
public_key:

octavia_amp_ssh_key:
private_key:
public_key:

neutron_ssh_key:
private_key:
public_key:

haproxy_ssh_key:
private_key:
public_key:

####################
# Gnocchi options
####################
gnocchi_project_id:
gnocchi_resource_id:
gnocchi_user_id:

####################
# RabbitMQ options
####################
rabbitmq_password:
rabbitmq_monitoring_password:
rabbitmq_cluster_cookie:

####################
# HAProxy options
####################
haproxy_password:
keepalived_password:

####################
# etcd options
####################
etcd_cluster_token:

####################
# redis options
####################
redis_master_password:

####################
# Prometheus options
####################
Expand All @@ -227,28 +175,23 @@ prometheus_grafana_password:
prometheus_haproxy_password:
prometheus_skyline_password:
prometheus_bcrypt_salt:

###############################
# OpenStack identity federation
###############################
keystone_federation_openid_crypto_password:

####################
# Ceph RadosGW options
####################
ceph_rgw_keystone_password:

##################
# libvirt options
##################
libvirt_sasl_password:

############
# ProxySQL
############
proxysql_admin_password:
proxysql_stats_password:

############
# OpenSearch
############
Expand Down
8 changes: 3 additions & 5 deletions requirements/2023.2/rocky_9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bcrypt==4.3.0
# via
# kolla-ansible
# passlib
certifi==2025.6.15
certifi==2025.7.14
# via requests
cffi==1.17.1
# via cryptography
Expand All @@ -17,9 +17,7 @@ cryptography==45.0.5
# ansible-core
# kolla-ansible
debtcollector==3.0.0
# via
# oslo-config
# oslo-utils
# via oslo-utils
hvac==2.3.0
# via kolla-ansible
idna==3.10
Expand All @@ -42,7 +40,7 @@ netaddr==1.3.0
# via
# oslo-config
# oslo-utils
oslo-config==9.8.0
oslo-config==10.0.0
# via kolla-ansible
oslo-i18n==6.5.1
# via
Expand Down
8 changes: 3 additions & 5 deletions requirements/2024.1/rocky_9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bcrypt==4.3.0
# via
# kolla-ansible
# passlib
certifi==2025.6.15
certifi==2025.7.14
# via requests
cffi==1.17.1
# via cryptography
Expand All @@ -17,9 +17,7 @@ cryptography==45.0.5
# ansible-core
# kolla-ansible
debtcollector==3.0.0
# via
# oslo-config
# oslo-utils
# via oslo-utils
hvac==2.3.0
# via kolla-ansible
idna==3.10
Expand All @@ -42,7 +40,7 @@ netaddr==1.3.0
# via
# oslo-config
# oslo-utils
oslo-config==9.8.0
oslo-config==10.0.0
# via kolla-ansible
oslo-i18n==6.5.1
# via
Expand Down
Loading