Skip to content

Commit

Permalink
Adjust iAd idddd AMove all changes under examples/dt/
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Marciano committed Sep 22, 2024
1 parent 14e3a25 commit 04d698a
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 96 deletions.
54 changes: 0 additions & 54 deletions dt/uni04delta-ipv6/nncp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ patches:
name: master-2
patch: *ironicbr_template

- target:
kind: NodeNetworkConfigurationPolicy
name: worker-0
patch: *ironicbr_template

- target:
kind: NodeNetworkConfigurationPolicy
name: master-0
Expand All @@ -86,11 +81,6 @@ patches:
name: master-2
patch: *ironicvrf_template

- target:
kind: NodeNetworkConfigurationPolicy
name: worker-0
patch: *ironicvrf_template

- target:
kind: NodeNetworkConfigurationPolicy
name: master-0
Expand Down Expand Up @@ -128,10 +118,6 @@ patches:
name: master-2
patch: *routes

- target:
kind: NodeNetworkConfigurationPolicy
name: worker-0
patch: *routes

replacements:

Expand All @@ -155,12 +141,6 @@ replacements:
name: master-2
fieldPaths:
- spec.desiredState.interfaces.[name=ironic].bridge.port.0.name
- select:
kind: NodeNetworkConfigurationPolicy
name: worker-0
fieldPaths:
- spec.desiredState.interfaces.[name=ironic].bridge.port.0.name


- source:
kind: ConfigMap
Expand Down Expand Up @@ -195,17 +175,6 @@ replacements:
fieldPaths:
- spec.desiredState.interfaces.[name=ironic].ipv6.address.0.ip

- source:
kind: ConfigMap
name: network-values
fieldPath: data.node_3.ironic_ip
targets:
- select:
kind: NodeNetworkConfigurationPolicy
name: worker-0
fieldPaths:
- spec.desiredState.interfaces.[name=ironic].ipv6.address.0.ip

- source:
kind: ConfigMap
name: network-values
Expand All @@ -226,12 +195,6 @@ replacements:
name: master-2
fieldPaths:
- spec.desiredState.interfaces.[name=ironic].ipv6.address.0.prefix-length
- select:
kind: NodeNetworkConfigurationPolicy
name: worker-0
fieldPaths:
- spec.desiredState.interfaces.[name=ironic].ipv6.address.0.prefix-length


- source:
kind: ConfigMap
Expand All @@ -253,11 +216,6 @@ replacements:
name: master-2
fieldPaths:
- spec.desiredState.routes.config.0.next-hop-address
- select:
kind: NodeNetworkConfigurationPolicy
name: worker-0
fieldPaths:
- spec.desiredState.routes.config.0.next-hop-address

- source:
kind: ConfigMap
Expand All @@ -282,13 +240,6 @@ replacements:
fieldPaths:
- spec.desiredState.routes.config.1.next-hop-address
- spec.desiredState.routes.config.2.next-hop-address
- select:
kind: NodeNetworkConfigurationPolicy
name: worker-0
fieldPaths:
- spec.desiredState.routes.config.1.next-hop-address
- spec.desiredState.routes.config.2.next-hop-address


- source:
kind: ConfigMap
Expand All @@ -310,8 +261,3 @@ replacements:
name: master-2
fieldPaths:
- spec.desiredState.routes.config.1.destination
- select:
kind: NodeNetworkConfigurationPolicy
name: worker-0
fieldPaths:
- spec.desiredState.routes.config.1.destination
Loading

0 comments on commit 04d698a

Please sign in to comment.