kayobe/releasenotes/notes/bifrost-dib-extra-c4eac903986ec700.yaml
Pierre Riteau 461b941329 Add new variables for customising the deployment image in Bifrost
Add new variables, ``kolla_bifrost_dib_elements_extra`` and
``kolla_bifrost_dib_env_vars_extra``, in
``${KAYOBE_CONFIG_PATH}/bifrost.yml`` for setting additional
``diskimage-builder`` elements and environment variables for the disk
image generated by Bifrost. Default elements and environment variables
are now respectively defined by ``kolla_bifrost_dib_elements_default``
and ``kolla_bifrost_dib_env_vars_default``.

Change-Id: I22ab15c42d8db772f1a64f325f9371860491ccfb
2019-10-23 22:13:02 +02:00

20 lines
978 B
YAML

---
features:
- |
Adds new variables, ``kolla_bifrost_dib_elements_extra`` and
``kolla_bifrost_dib_env_vars_extra``, in
``${KAYOBE_CONFIG_PATH}/bifrost.yml`` for setting additional
``diskimage-builder`` elements and environment variables for the disk image
generated by Bifrost. Default elements and environment variables are now
respectively defined by ``kolla_bifrost_dib_elements_default`` and
``kolla_bifrost_dib_env_vars_default``.
upgrade:
- |
It is now possible to set additional ``diskimage-builder`` elements and
environment variables for the disk image generated by Bifrost, while
keeping defaults set by Kayobe. If your configuration overrides
``kolla_bifrost_dib_elements`` or ``kolla_bifrost_dib_env_vars`` while
still including default values set in ``ansible/group_vars/all/bifrost``,
you can move your additions to ``kolla_bifrost_dib_elements_extra`` and
``kolla_bifrost_dib_env_vars_extra`` instead.