Fixed the ironic automated clean flag replacement

The variable was changed and replacement rule needs to be updated.

Change-Id: I269df1ea5c671dc1ca9ecf0bc0be20bbd2efd219
This commit is contained in:
James Gu 2021-09-17 10:36:10 -06:00
parent eb9ac97ce2
commit c6e8caadf8
3 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@ replacements:
objref:
kind: ConfigMap
name: ironic-vars
fieldrefs: ["data.IRONIC_AUTOMATED_CLEAN"]
fieldrefs: ["data.AUTOMATED_CLEAN"]
- source:
objref:
kind: NetworkCatalogue

View File

@ -17,3 +17,4 @@ spec:
ironic:
provisioningIp: "10.23.24.101"
dhcpRange: "10.23.24.200,10.23.24.250"
ironicAutomatedClean: true

View File

@ -16,3 +16,4 @@ spec:
ironic:
provisioningIp: "10.23.24.102"
dhcpRange: "10.23.24.200,10.23.24.250"
ironicAutomatedClean: true