tripleo-heat-templates/releasenotes/notes/bug-1907214-df2f07cbacbe8a24.yaml
Takashi Kajinami e7894c0b23 Restore PreNetworkConfig resources
This change restores the PreNetworkConfig resources, so that we migrate
back ExtraCnfigPre and NodeExtraConfig from pre network configurations
to post network configurations, to be consistent with older version
depending on Heat software deployments instead of config download.

Depends-on: https://review.opendev.org/772303
Closes-Bug: #1907214
Change-Id: I96e7e4c570839cfba6011788464d8e93925b2f01
2021-02-01 05:56:59 +00:00

14 lines
499 B
YAML

---
features:
- |
The ``OS::TripleO::{{role.name}}::PreNetworkConfig`` resource has been
restored. This resource can be used to implement any configuration steps
executed before network configurations are applied.
fixes:
- |
Now ``ExtraConfigPre`` resource and ``NodeExtraConfig`` resource are
executed after network configurations are applied in nodes. This is
consitent with the previous version with heat software deployment
mechanism instead of config-download.