Pass SSL certs to graphite.opendev.org

This enables the SSL site for graphite.opendev.org

Change-Id: Ifa9e4864a9b2bad4a9e94ad1312f9e1d05b8aef3
Depends-On: https://review.openstack.org/651686
This commit is contained in:
Ian Wienand 2019-04-11 13:23:41 +10:00
parent a88d836661
commit 74e33f362e
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ node /^graphite\d*\.open.*\.org$/ {
graphite_admin_user => hiera('graphite_admin_user', 'username'),
graphite_admin_email => hiera('graphite_admin_email', 'email@example.com'),
graphite_admin_password => hiera('graphite_admin_password'),
# NOTE(ianw): installed on the host via ansible
ssl_cert_file => '/etc/letsencrypt-certs/graphite01.opendev.org/graphite01.opendev.org.cer',
ssl_key_file => '/etc/letsencrypt-certs/graphite01.opendev.org/graphite01.opendev.org.key',
ssl_chain_file => '/etc/letsencrypt-certs/graphite01.opendev.org/ca.cer',
}
}