tripleo-heat-templates/releasenotes/notes/nic-config-with-ansible-default-cbcaedd0a5ad49b0.yaml
Rabi Mishra 58ca6aebbd Fix some typos in the releasenote for nic config with ansible
This fixes some nits and adds the upgrade section.

Change-Id: I6c00ec5de3ed1072b65ce208f7cac52388d6e55c
2020-10-22 16:42:56 +05:30

20 lines
818 B
YAML

---
features:
- |
This changes network config generation with ansible, using the provided
jinja templates for roles, the default. To keep using old heat templates
for network config with``OS::TripleO::{{role.name}}::Net::SoftwareConfig``
mappings, use ``NetworkConfigWithAnsible: false`` ``parameter_defaults``
in an environment file.
deprecations:
- |
The old way of generating network configs with heat templates has been
deprecated.
upgrade:
- |
Network config generation with ansible is the default now. Please
make necessary changes in the custom environment files and migrate
the custom network config temmplates used. To keep using the old
heat network config templates use ``NetworkConfigWithAnsible: false``
``parameter_defaults`` in an environment file.