Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#178 from abays/fix_network…
Browse files Browse the repository at this point in the history
…_build

Fix network config kustomize build for VA2s
  • Loading branch information
fultonj authored Apr 12, 2024
2 parents 6221c2a + c027526 commit a5a1a53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion va/nfv/ovs-dpdk-sriov/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ transformers:
create: true
components:
- ../../../lib/networking
- ../../../lib/networking/metallb
- ../../../lib/networking/netconfig
- ../../../lib/networking/nad
- ../../../lib/control-plane

resources:
Expand Down
4 changes: 3 additions & 1 deletion va/nfv/ovs-dpdk/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ transformers:
create: true
components:
- ../../../lib/networking
- ../../../lib/networking/metallb
- ../../../lib/networking/netconfig
- ../../../lib/networking/nad
- ../../../lib/control-plane

replacements:
Expand Down
4 changes: 3 additions & 1 deletion va/nfv/sriov/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ transformers:
create: true
components:
- ../../../lib/networking
- ../../../lib/networking/metallb
- ../../../lib/networking/netconfig
- ../../../lib/networking/nad
- ../../../lib/control-plane

replacements:
Expand Down

0 comments on commit a5a1a53

Please sign in to comment.