Merge "Add zuul keystore password"

This commit is contained in:
Zuul 2021-04-13 17:15:09 +00:00 committed by Gerrit Code Review
commit c2ba9ae565
3 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,11 @@ tls_key=/etc/zuul/keys/key.pem
tls_ca=/etc/zuul/certs/cacert.pem
session_timeout=40
[keystore]
{% if zuul_keystore_password is defined -%}
password={{ zuul_keystore_password }}
{% endif -%}
[statsd]
server=graphite.opendev.org

View File

@ -27,3 +27,4 @@ nodepool_test_node_ssh_private_key_contents: |
kKs0kTPPsrkufb/VkksOGVP6WqcaHIfEbcTqxapjrBgLPhPQ9zDI5JSVziJkh4XGzmGNw6
2oaCng9UyII8j8R3AAAAH21vcmRyZWRATWFjQm9vay1BaXIubG9jYWxkb21haW4BAgM=
-----END OPENSSH PRIVATE KEY-----
zuul_keystore_password: secretpassword

View File

@ -109,3 +109,4 @@ zuul_ssh_private_key_contents: |
X58RKjrCY/UVW4xaMikMXZuTzq2F4KA0F5rpFD+1E00UledMWq7u1o1R1qnFEW6z/B9rUl
TFg6lZUdaYGinDUAAAAfbW9yZHJlZEBNYWNCb29rLUFpci5sb2NhbGRvbWFpbgECAwQ=
-----END OPENSSH PRIVATE KEY-----
zuul_keystore_password: secretpassword