kolla-ansible/releasenotes/notes/add-multiple-globals-files-support-a75bde9f02b7b022.yaml
Konstantinos Mouzakitis f6d8c0d481 Adding support for multiple globals files
Added a spec file for this blueprint.
Changed the kolla-ansible script to accept more than one
globals.yml file. That will still be the main one but operators
will be able to create more, under the /etc/kolla/globals.d
directory.
Also added some paragraphs in the quickstart documentation
about this.
Finally, Adding a release note

Change-Id: I34eb91d0e2ed80694594b8fc6801cf8ad77da754
Implements: blueprint multiple-globals-files
2020-06-18 17:33:51 +00:00

8 lines
322 B
YAML

---
features:
- Adds support for multiple globals files.
The main ``globals.yml`` file still exists. In addition to that,
operators can now create a ``globals.d`` directory (next to
``globals.yml``), where they can place any number of ``*.yml`` files,
for example for specific services they want to add.