We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31e115 commit 078a0e8Copy full SHA for 078a0e8
roles/ci_gen_kustomize_values/templates/nova04delta/edpm-nodeset-values/values.yaml.j2
@@ -54,6 +54,7 @@ data:
54
{% endfor %}
55
{% endif %}
56
57
+{% if cifmw_baremetal_hosts | default({}) | length > 0 %}
58
# source roles/deploy_bmh/template/bmh.yml.j2, but it patches kustomize built outputs
59
baremetalhosts:
60
{% for host, def in cifmw_baremetal_hosts.items() if 'compute' in host %}
@@ -85,6 +86,7 @@ data:
85
86
preprovisioningNetworkDataName: {{ _host }}-nmstate-secret
87
88
89
+{% endif %}
90
91
{% if 'compute' in _vm_type %}
92
nova:
0 commit comments