kayobe/ansible/roles/kolla-bifrost/templates/dib.yml.j2
Mark Goddard e9afc5fe24 Add support for Bifrost dib_os_release
There is a Bifrost bug that causes this variable to be required
2017-02-17 17:55:26 +00:00

16 lines
493 B
Django/Jinja

---
# Diskimage-builder element for base OS.
dib_os_element: "{{ kolla_bifrost_dib_os_element }}"
# DIB OS release.
dib_os_release: "{{ kolla_bifrost_dib_os_release }}"
# List of DIB image elements.
dib_elements: "{{ (kolla_bifrost_dib_elements + [kolla_bifrost_dib_init_element]) | join(' ') }}"
# DIB image environment variables.
{{ {'dib_env_vars': kolla_bifrost_dib_env_vars} | to_nice_yaml }}
# List of DIB image packages.
dib_packages: "{{ kolla_bifrost_dib_packages | join(',') }}"