59b762658d
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
14 lines
473 B
YAML
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.
|