Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Simplify and fix passwords (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
Christian Berendt authored Sep 24, 2020
1 parent 21beaa8 commit d329fb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions environments/kolla/secrets.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
database_password: password
docker_registry_password:
haproxy_password: ASXLLxA49TywBftdCFokFmBsMvCJRlSiSJqjBQmb
haproxy_password: password
horizon_database_password: TTgPSOSmgdmQAJUKu627DuzutgnIoAzsSxFg2ntu
horizon_secret_key: 7LgyaIETFGDH5584qwst6F5dyb9JrF25SYLmfp6T
keepalived_password: bgsTaS50T0uaptCmUcrV9Aru7hB7pvhKtngQrHxx
Expand Down Expand Up @@ -226,4 +226,4 @@ memcache_secret_key: WaXf8YPrZn9mc9VJNUGaMTjsmwaky0olJsmnlkxX
rabbitmq_cluster_cookie: zdd6geSBXefcI7IoHnP1U1fxtRWS3u5QtnPCvQTT
rabbitmq_monitoring_password: kohveeCh9eesheepaivautaceihaehai
rabbitmq_password: password
redis_master_password: QHNA1SZRlOKzLADhUd5ZDgpHfQe6dNfr3bwEdY24
redis_master_password: password
2 changes: 1 addition & 1 deletion environments/openstack/openrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export OS_AUTH_URL=http://api.osism.test:5000/v3
export OS_PROJECT_NAME="admin"
export OS_TENANT_NAME=$OS_PROJECT_NAME
export OS_USERNAME="admin"
export OS_PASSWORD=pYV8bV749aDMXLPlYJwoJs4ouRPWezCIOXYAQP6v
export OS_PASSWORD=password
export OS_PROJECT_DOMAIN_NAME=default
export OS_DOMAIN_NAME=default
export OS_USER_DOMAIN_NAME=$OS_DOMAIN_NAME
Expand Down
2 changes: 1 addition & 1 deletion environments/openstack/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
clouds:
admin:
auth:
password: pYV8bV749aDMXLPlYJwoJs4ouRPWezCIOXYAQP6v
password: password
2 changes: 1 addition & 1 deletion environments/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ operator_private_key: "{{ lookup('file', '/home/dragon/.ssh/id_rsa', errors='ign
# passwords

ara_password: password
ara_server_mariadb_password: dFMWEEARUWSeTNPb
ara_server_mariadb_password: password

keystone_admin_password: password

Expand Down

0 comments on commit d329fb0

Please sign in to comment.