
Supports merging configuration for the following files: * kolla/globals.yml * kolla/config/bifrost/bifrost.yml * kolla/config/bifrost/dib.yml * kolla/config/bifrost/servers.yml * kolla/kolla-build.conf Configuration is merged from the following sources: * Kayobe source code * Base Kayobe config * Kayobe environment Co-Authored-By: Will Szumski <will@stackhpc.com> Change-Id: I552bd8f7853b2032954b372bf4476676dac3e271 Story: 2002009 Task: 42974
16 lines
493 B
YAML
16 lines
493 B
YAML
---
|
|
# 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(',') }}"
|