Skip to content

Commit dc196b3

Browse files
committed
MetalLB: Remove MetalLB deployment scripts
The MetalLB deployment scripts for OCP CI are now part of the openshift/metallb repo: https://github.com/openshift/metallb/tree/main/openshift-ci
1 parent 4e93a89 commit dc196b3

13 files changed

+0
-533
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ clouds.yaml
88
_clouds_yaml
99
metal3-dev/deployment-*.yaml
1010
assets/generated
11-
metallb/frr/
1211

1312
# Conditionally created for appropriate environments
1413
assets/templates/99_master-chronyd-redhat.yaml

06_create_cluster.sh

-14
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,6 @@ if [[ ${NUM_EXTRA_WORKERS} -ne 0 && -d "${OCP_DIR}/extras" ]]; then
6969
oc create secret generic extraworkers-secret --from-file="${OCP_DIR}/extras/" -n openshift-machine-api
7070
fi
7171

72-
if [[ ! -z "${ENABLE_METALLB}" ]]; then
73-
74-
if [[ -z ${METALLB_IMAGE_BASE} ]]; then
75-
export METALLB_IMAGE_BASE=$(\
76-
jq -r .references.spec.tags[0].from.name ${OCP_DIR}/release_info.json | sed -e 's/@.*$//g')
77-
export METALLB_IMAGE_TAG="metallb"
78-
export FRR_IMAGE_TAG="metallb-frr"
79-
fi
80-
81-
pushd metallb
82-
./configure_metallb.sh
83-
popd
84-
fi
85-
8672
if [[ ! -z "${ENABLE_VIRTUAL_MEDIA_VIA_EXTERNAL_NETWORK}" ]]; then
8773
oc patch provisioning provisioning-configuration --type merge -p "{\"spec\":{\"virtualMediaViaExternalNetwork\":true}}"
8874
fi

config_example.sh

-329
This file was deleted.

metallb/Makefile

-10
This file was deleted.

metallb/OWNERS

-7
This file was deleted.

0 commit comments

Comments
 (0)