tripleo-heat-templates/releasenotes/notes/os-net-config-mappings-move-to-ansible-940a48711870ac58.yaml
Harald Jensås 7b9199de95 os-net-config-mappings move out of firsboot
Define the parameter NetConfigDataLookup in overcloud.yaml,
and write it's content into ansible group_vars. The parameter
was previously used in the firstboot heat software config
resource firstboot/os-net-config-mappings.yaml. With nova-less
none of the firstboot software configuration resource can be
used. The depends-on change in tripleo-ansible will parse the
lookup data, and write the os-net-config mapping file.

Depends-On: https://review.opendev.org/749669
Change-Id: I583bf17c0020bb2a90f885ece0cd5684fc27a980
Blueprint: nova-less-deploy
2020-09-07 13:26:08 +00:00

15 lines
566 B
YAML

---
upgrade:
- |
Operators utilizing the ``firstboot/os-net-config-mappings.yaml`` should
remove the resource registry entry. The template was replaced by a module
in ansible. The data format and parameter ``NetConfigDataLookup`` is still
used.
deprecations:
- |
The firstboot template ``firstboot/os-net-config-mappings.yaml`` that was
used to create an os-net-config mapping file has been deprecated and
replaced by an ansible module. The parameter ``NetConfigDataLookup``
remains with no data format change for compatibility.