nodepool-builder: use SSL for log and artefact export
We want this more for it's transparent-cache busting effects than security, but we live in a https world. This starts with self-signed certificates, which might even be enough as it is really only developers who are interested in build logs and test images. Change-Id: Ifd5823ff51de40226c72930c69faf50b677a7dfe Depends-On: https://review.openstack.org/569007
This commit is contained in:
parent
0f4fc7c037
commit
779b6c152a
@ -1144,6 +1144,8 @@ node /^nb\d+\.openstack\.org$/ {
|
||||
revision => 'master',
|
||||
python_version => 3,
|
||||
zuulv3 => true,
|
||||
ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem',
|
||||
ssl_key_file => '/etc/ssl/private/ssl-cert-snakeoil.key',
|
||||
}
|
||||
|
||||
file { '/home/nodepool/.config/openstack/limestone_cacert.pem':
|
||||
|
Loading…
x
Reference in New Issue
Block a user