a5cc06517e
Allow the role to accept all possible arguments to disk-image-builder. Also, modify the dib role to allow ramdisk builds using ramdisk-image-builder, i.e. for the ironic inspector. Implements: blueprint bifrost-inspector-support Change-Id: I2dc12e5033100ad5e8d7893c47b3bb00a57ab0a5
16 lines
423 B
YAML
16 lines
423 B
YAML
---
|
|
dib_os_element: "debian"
|
|
dib_env_vars:
|
|
ELEMENTS_PATH: "/opt/stack/diskimage-builder/elements"
|
|
http_proxy: "{{ lookup('env','http_proxy') }}"
|
|
https_proxy: "{{ lookup('env','https_proxy') }}"
|
|
# extra_dib_elements is a space separated list of elements.
|
|
extra_dib_elements: ""
|
|
build_ramdisk: false
|
|
dib_trace: false
|
|
dib_uncompressed: false
|
|
dib_clearenv: false
|
|
dib_notmpfs: false
|
|
dib_offline: false
|
|
dib_skipbase: false
|