Skip to content

Commit c9994cc

Browse files
committed
Kustomize bmc section as a whole for nova04delta
Signed-off-by: Bohdan Dobrelia <[email protected]>
1 parent db074b5 commit c9994cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dt/nova/nova04delta/edpm/nodeset/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ replacements:
143143
- source:
144144
kind: ConfigMap
145145
name: edpm-nodeset-values
146-
fieldPath: data.baremetalhosts.edpm-compute-0.bmc.address
146+
fieldPath: data.baremetalhosts.edpm-compute-0.bmc
147147
targets:
148148
- select:
149149
kind: BareMetalHost
150150
name: edpm-compute-0
151151
fieldPaths:
152-
- spec.bmc.address
152+
- spec.bmc
153153
options:
154154
create: true
155155
- source:

dt/nova/nova04delta/edpm/nodeset2/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ replacements:
143143
- source:
144144
kind: ConfigMap
145145
name: edpm-nodeset-values
146-
fieldPath: data.baremetalhosts.edpm-compute-1.bmc.address
146+
fieldPath: data.baremetalhosts.edpm-compute-1.bmc
147147
targets:
148148
- select:
149149
kind: BareMetalHost
150150
name: edpm-compute-1
151151
fieldPaths:
152-
- spec.bmc.address
152+
- spec.bmc
153153
options:
154154
create: true
155155
- source:

0 commit comments

Comments
 (0)