e7894c0b23
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
14 lines
499 B
YAML
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.
|