From fab7d8d51390a4bbd6e12cf14c547b6f8db6fabd Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Mon, 24 Aug 2026 11:43:57 +0200 Subject: [PATCH] fix(hypershift): remove unused VolumeSnapshotLocation in OADP setup Removes VolumeSnapshotLocation resource creation from OADP v2 setup step for hypershift, simplifying the configuration. Co-Authored-By: Claude Haiku 4.5 --- .../hypershift-aws-oadp-setup-commands.sh | 18 ------------------ ...ershift-mce-agent-oadp-v2-setup-commands.sh | 17 ----------------- 2 files changed, 35 deletions(-) diff --git a/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh b/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh index 76caf7cec3adf..91f7964e781d2 100755 --- a/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh +++ b/ci-operator/step-registry/hypershift/aws/oadp-setup/hypershift-aws-oadp-setup-commands.sh @@ -97,22 +97,4 @@ spec: profile: default EOF -# Create VolumeSnapshotLocation -echo "Creating VolumeSnapshotLocation..." -cat </dev/null) == \"True\" ]]; do sleep 15; done" timeout 5m bash -c "until [[ \$(oc get backupStorageLocation/${CLUSTER_NAME} -n openshift-adp -o jsonpath='{.status.phase}' 2>/dev/null) == \"Available\" ]]; do sleep 15; done"