Skip to content

Commit 42efaa2

Browse files
committed
Add metallb into infra_prep
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]>
1 parent b6028e3 commit 42efaa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ endif
10211021
##@ INFRA
10221022
.PHONY: infra_prep
10231023
infra_prep: export IMAGE=${INFRA_IMG}
1024+
infra_prep: metallb
10241025
infra_prep: ## creates the files to install the operator using olm
10251026
$(eval $(call vars,$@,infra))
10261027
bash scripts/gen-olm.sh

0 commit comments

Comments
 (0)