From 42efaa23c19ed8b77ca69ee86e086c78e4e3410e Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Tue, 17 Dec 2024 08:58:43 +0100 Subject: [PATCH] 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] https://github.com/openstack-k8s-operators/infra-operator/pull/322 Signed-off-by: Martin Schuppert --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 64e28e0..6da710e 100644 --- a/Makefile +++ b/Makefile @@ -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