Skip to content

Commit

Permalink
Add metallb into infra_prep
Browse files Browse the repository at this point in the history
With [1] the infra-operator provides a CRD to manage FRRConfiguration
for secondary network interfaces in a BGP environment. Therefore this
CRD should be installed when the infra-operator gets deployed. This
adds the metallb target to the infra_prep.

[1] openstack-k8s-operators/infra-operator#322

Signed-off-by: Martin Schuppert <[email protected]>
  • Loading branch information
stuggi committed Dec 17, 2024
1 parent b6028e3 commit 42efaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,7 @@ endif
##@ INFRA
.PHONY: infra_prep
infra_prep: export IMAGE=${INFRA_IMG}
infra_prep: metallb
infra_prep: ## creates the files to install the operator using olm
$(eval $(call vars,$@,infra))
bash scripts/gen-olm.sh
Expand Down

0 comments on commit 42efaa2

Please sign in to comment.