diff --git a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/backingstore.yaml b/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/backingstore.yaml deleted file mode 100644 index 76828c58..00000000 --- a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/backingstore.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: noobaa.io/v1alpha1 -kind: BackingStore -metadata: - name: acm-metrics-2ti-backing-store - namespace: openshift-storage -spec: - pvPool: - numVolumes: 1 - resources: - requests: - storage: 2Ti - storageClass: ocs-external-storagecluster-ceph-rbd - type: pv-pool diff --git a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/bucketclass.yaml b/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/bucketclass.yaml deleted file mode 100644 index 073e456d..00000000 --- a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/bucketclass.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: noobaa.io/v1alpha1 -kind: BucketClass -metadata: - name: acm-metrics-2ti-bucket-class - namespace: openshift-storage -spec: - placementPolicy: - tiers: - - backingStores: - - acm-metrics-2ti-backing-store diff --git a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/kustomization.yaml b/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/kustomization.yaml deleted file mode 100644 index 43e1cb93..00000000 --- a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/kustomization.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -commonLabels: - app: noobaa -resources: -- backingstore.yaml -- bucketclass.yaml -- storageclass.yaml diff --git a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/storageclass.yaml b/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/storageclass.yaml deleted file mode 100644 index 0634a3be..00000000 --- a/cluster-scope/overlays/nerc-ocp-infra/acm-metrics-2ti-storage/storageclass.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: storage.k8s.io/v1 -kind: StorageClass -metadata: - annotations: - description: Provides Object Bucket Claims (OBCs) for ACM metrics - name: acm-metrics-2ti-bucket-storage -parameters: - bucketclass: acm-metrics-2ti-bucket-class -provisioner: openshift-storage.noobaa.io/obc -reclaimPolicy: Delete -volumeBindingMode: Immediate diff --git a/cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml b/cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml index 7d8c61e7..c0d81abb 100644 --- a/cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml +++ b/cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml @@ -30,7 +30,6 @@ resources: - grafana-dashboards - persistentvolumeclaims - nerc-logs-metrics-open-cluster-management-cluster-manager-admin.yaml -- acm-metrics-2ti-storage components: - ../../components/nerc-oauth-github