Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc196b3

Browse files
committedMay 8, 2022
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

File tree

13 files changed

+0
-533
lines changed

13 files changed

+0
-533
lines changed
 

‎.gitignore‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 0 additions & 14 deletions
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‎

Lines changed: 0 additions & 329 deletions
This file was deleted.

‎metallb/Makefile‎

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎metallb/OWNERS‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎metallb/README.md‎

Lines changed: 0 additions & 37 deletions
This file was deleted.

‎metallb/configure_metallb.sh‎

Lines changed: 0 additions & 11 deletions
This file was deleted.

‎metallb/deploy_operator.sh‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎metallb/metallb-operator-deploy/controller_manager_patch.yaml‎

Lines changed: 0 additions & 19 deletions
This file was deleted.

‎metallb/metallb-operator-deploy/kustomization.yaml‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎metallb/metallb.yaml‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎metallb/metallb_common.sh‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎metallb/run_e2e.sh‎

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.