tripleo-heat-templates/releasenotes/notes/deprecate-etcd-tls-workaround-de5dd1fc19dae5b2.yaml
Alan Bishop 9949a8efeb Turn off the etcd TLS workaround used with novajoin
[1] introduced a workaround that was required when TLS-everywhere was
implemented with novajoin. The workaround is no longer required because
novajoin is deprecated in favor of the tripleo-ipa ansible module. The
workaround is disabled by changing the EnableEtcdInternalTLS parameter's
default value changes from False to True.

[1] Iec0d02f8f51067098dd58beb4fe57a7fd5ab5651

Change-Id: Ic41738392fbbe9239b927e26c0b2ed3b7abe3a09
2021-01-08 16:57:53 -08:00

15 lines
650 B
YAML

---
upgrade:
- |
The `EnableEtcdInternalTLS` parameter's default value changes from false
to true. The change is related to the fact that novajoin is deprecated,
and the functionality associated with the `EnableEtcdInternalTLS` parameter
is not required when TLS is deployed using the tripleo-ansible ansible
module.
deprecations:
- |
The `EnableEtcdInternalTLS` parameter is deprecated. It was added to support
a workaround that is necessary when novajoin is used to deploy TLS, but
novajoin itself is deprecated. The workaround is not necessary when TLS
is deployed using the tripleo-ansible ansible module.