WIP: chart-ironic_v29.0.0 #210
@@ -88,8 +88,7 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then\
|
|||||||
COPY --from=base /tmp/esp-x86_64.img /tmp/uefi_esp-x86_64.img
|
COPY --from=base /tmp/esp-x86_64.img /tmp/uefi_esp-x86_64.img
|
||||||
COPY --from=base /tmp/esp-aarch64.img /tmp/uefi_esp-arm64.img
|
COPY --from=base /tmp/esp-aarch64.img /tmp/uefi_esp-arm64.img
|
||||||
|
|
||||||
COPY ironic-config/ironic.conf.j2 /etc/ironic/
|
COPY ironic-config/ironic.conf.j2 ironic-config/network-data-schema-empty.json /etc/ironic/
|
||||||
COPY ironic-config/network-data-schema-empty.json /etc/ironic/
|
|
||||||
|
|
||||||
# DNSMASQ
|
# DNSMASQ
|
||||||
COPY ironic-config/dnsmasq.conf.j2 /etc/
|
COPY ironic-config/dnsmasq.conf.j2 /etc/
|
||||||
|
@@ -73,6 +73,9 @@ enable_ssl_api = true
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
api_workers = {{ env.NUMWORKERS }}
|
api_workers = {{ env.NUMWORKERS }}
|
||||||
|
|
||||||
|
# Disable schema validation so we can pass nmstate format
|
||||||
|
network_data_schema = /etc/ironic/network-data-schema-empty.json
|
||||||
|
|
||||||
[conductor]
|
[conductor]
|
||||||
automated_clean = {{ env.IRONIC_AUTOMATED_CLEAN }}
|
automated_clean = {{ env.IRONIC_AUTOMATED_CLEAN }}
|
||||||
# NOTE(dtantsur): keep aligned with [pxe]boot_retry_timeout below.
|
# NOTE(dtantsur): keep aligned with [pxe]boot_retry_timeout below.
|
||||||
|
@@ -0,0 +1 @@
|
|||||||
|
{}
|
Reference in New Issue
Block a user