-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See: stackhpc/kayobe#174
- Loading branch information
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
releasenotes/notes/adds-kolla-config-merging-options-6f75d63b4b784d7f.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
features: | ||
- | | ||
Adds kolla config merging options to the ``Kolla custom config generation`` | ||
section of ``etc/kayobe/kolla.yml``. | ||
upgrade: | ||
- | | ||
`Kolla config merging is enabled by default in the Antelope release of Kayobe | ||
<https://github.com/stackhpc/kayobe/pull/174>`__. | ||
This was quite an extensive change and whilst backwards compatbility was | ||
one of the goals, there may be some situations where refactoring of your | ||
Kolla config will be necessary. Extra care should be taken if you are using | ||
the multiple environments feature. It is recommended that you carefully | ||
check the diff in the resultant Kolla configuration by following `these steps | ||
<https://stackhpc.github.io/openstack-admin-guide/working_with_kayobe.html#verifying-changes-before-applying>`__ | ||
to check for missing config or duplicated config options. The | ||
``kolla_openstack_custom_config_environment_merging_enabled`` option can | ||
be set to ``False`` to revert back to the old behaviour. | ||