tripleo-heat-templates/releasenotes/notes/tls-inject-86ef6706e68f5740.yaml
Cédric Jeanneret 59b762658d Manage public certificate with ansible
This is basically a rewrite of the bash script pushed by
puppet/extraconfig/tls/tls-cert-inject.yaml

UpgradeImpact: NodeTLSData is not used anymore

Change-Id: Iaf7386207e5bd8b336759f51e4405fe15114123a
2018-05-31 14:50:00 +02:00

14 lines
473 B
YAML

---
prelude: >
TLS certificate injection is now done with Ansible instead of a bash
script called by Heat.
It deprecates the NodeTLSData resource and script, while keeping the use of
its variables (SSLCertificate, SSLIntermediateCertificate, SSLKey)
upgrade:
- All NodeTLSData related resources must be removed.
- SSLCertificate, SSLIntermediateCertificate, SSLKey are still used for the
TLS configuration.
deprecations:
- NodeTLSData is now deprecated.