From 58ca6aebbdbcacdbde2e1d4a08d8f6eba6b2131f Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Thu, 22 Oct 2020 14:29:25 +0530 Subject: [PATCH] Fix some typos in the releasenote for nic config with ansible This fixes some nits and adds the upgrade section. Change-Id: I6c00ec5de3ed1072b65ce208f7cac52388d6e55c --- ...onfig-with-ansible-default-cbcaedd0a5ad49b0.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/nic-config-with-ansible-default-cbcaedd0a5ad49b0.yaml b/releasenotes/notes/nic-config-with-ansible-default-cbcaedd0a5ad49b0.yaml index 067a600acb..2924e7ad26 100644 --- a/releasenotes/notes/nic-config-with-ansible-default-cbcaedd0a5ad49b0.yaml +++ b/releasenotes/notes/nic-config-with-ansible-default-cbcaedd0a5ad49b0.yaml @@ -2,11 +2,18 @@ features: - | This changes network config generation with ansible, using the provided - jinja templates for roles, the default. Too keep using old heat templates + 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_default`` - in an environment file. + 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.