Skip to content

Commit

Permalink
Remove ocp/okd cluster-up (#405)
Browse files Browse the repository at this point in the history
They are not going to be maintained and current images are not working

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Jul 10, 2020
1 parent 5324021 commit 88a5a98
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 650 deletions.
10 changes: 0 additions & 10 deletions cluster-up/cluster/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@ if [ -z $KUBEVIRTCI_PROVISION_CHECK ]; then
IMAGES[k8s-1.16]="k8s-1.16@sha256:1e153fb62c9a30ce6bc6ddc1af21bb28a56b780ec93ab15e113d729bf664469a"
IMAGES[k8s-1.15]="k8s-1.15@sha256:c58cb9d79968590f24e070bc2517088d44fa2f83ba73e989a7e0f690ad08460b"
IMAGES[k8s-1.14]="k8s-1.14@sha256:46e449b292dcb420f0944cac0a7a5c667c6f19bba2a4192737380e8e77f27ed0"
IMAGES[okd-4.1]="okd-4.1@sha256:e7e3a03bb144eb8c0be4dcd700592934856fb623d51a2b53871d69267ca51c86"
IMAGES[okd-4.2]="okd-4.2@sha256:a830064ca7bf5c5c2f15df180f816534e669a9a038fef4919116d61eb33e84c5"
IMAGES[okd-4.3]="okd-4.3@sha256:63abc3884002a615712dfac5f42785be864ea62006892bf8a086ccdbca8b3d38"
IMAGES[ocp-4.3]="ocp-4.3@sha256:d293f0bca338136ed136b08851de780d710c9e40e2a1d18e5a5595491dbdd1ea"
IMAGES[ocp-4.4]="ocp-4.4@sha256:42497f3a848c2847e3caeff6fbb7f4bb28ee48b692c0541ec7099392067a0387"
fi
export IMAGES

IMAGE_SUFFIX=""
if [[ $KUBEVIRT_PROVIDER =~ (ocp|okd).* ]]; then
IMAGE_SUFFIX="-provision"
fi

image="${IMAGES[$KUBEVIRT_PROVIDER]:-${KUBEVIRT_PROVIDER}${IMAGE_SUFFIX}:latest}"
export image
52 changes: 0 additions & 52 deletions cluster-up/cluster/ocp-4.3/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions cluster-up/cluster/ocp-4.3/provider.sh

This file was deleted.

61 changes: 0 additions & 61 deletions cluster-up/cluster/ocp-4.4/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions cluster-up/cluster/ocp-4.4/provider.sh

This file was deleted.

44 changes: 0 additions & 44 deletions cluster-up/cluster/okd-4.1/README.md

This file was deleted.

Loading

0 comments on commit 88a5a98

Please sign in to comment.