From 723221f9ec2730128e1bf6c92c1689a5021afd5b Mon Sep 17 00:00:00 2001 From: Alex Corvin Date: Fri, 8 Mar 2024 09:28:35 -0500 Subject: [PATCH] Delete RHODS deployment artifacts --- rhods/README.md | 14 -------------- rhods/ods-operator/.sops.yaml | 3 --- rhods/ods-operator/base/kustomization.yaml | 3 --- .../base/rhods-operator-subscription.yaml | 13 ------------- rhods/ods-operator/overlays/dev/kustomization.yaml | 4 ---- .../overlays/production/kustomization.yaml | 3 --- .../ods-operator/overlays/stage/kustomization.yaml | 3 --- rhods/ods-operator/privileged/kustomization.yaml | 4 ---- rhods/ods-operator/privileged/namespace.yaml | 4 ---- .../privileged/redhat-layer-product-og.yaml | 4 ---- 10 files changed, 55 deletions(-) delete mode 100644 rhods/README.md delete mode 100644 rhods/ods-operator/.sops.yaml delete mode 100644 rhods/ods-operator/base/kustomization.yaml delete mode 100644 rhods/ods-operator/base/rhods-operator-subscription.yaml delete mode 100644 rhods/ods-operator/overlays/dev/kustomization.yaml delete mode 100644 rhods/ods-operator/overlays/production/kustomization.yaml delete mode 100644 rhods/ods-operator/overlays/stage/kustomization.yaml delete mode 100644 rhods/ods-operator/privileged/kustomization.yaml delete mode 100644 rhods/ods-operator/privileged/namespace.yaml delete mode 100644 rhods/ods-operator/privileged/redhat-layer-product-og.yaml diff --git a/rhods/README.md b/rhods/README.md deleted file mode 100644 index 67523378..00000000 --- a/rhods/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# RHODS Installation - -## PSI Requirements - -There are certain components in the RHODS installation that the Data Hub team does not have permissions to deploy in production -These portions can be found in the following locations: - -1) The `privileged` directory within any of the ods-* directories -2) (As of 10/04/21) We currently can not update catalogsources in prod. We have a ticket open with PSI to grant us permissions to do so. - -## Deployment - -We have three folders, once for each core rhods namespace. Simply run `kustomize build . --enable-alpha-plugins` to get the manifests for each namespace. -These are currently all managed by ArgoCD diff --git a/rhods/ods-operator/.sops.yaml b/rhods/ods-operator/.sops.yaml deleted file mode 100644 index bd34a2d5..00000000 --- a/rhods/ods-operator/.sops.yaml +++ /dev/null @@ -1,3 +0,0 @@ -creation_rules: - - encrypted_regex: '^(data|stringData)$' - pgp: 'EFDB9AFBD18936D9AB6B2EECBD2C73FF891FBC7E' diff --git a/rhods/ods-operator/base/kustomization.yaml b/rhods/ods-operator/base/kustomization.yaml deleted file mode 100644 index 7e79291f..00000000 --- a/rhods/ods-operator/base/kustomization.yaml +++ /dev/null @@ -1,3 +0,0 @@ -namespace: redhat-ods-operator -resources: - - rhods-operator-subscription.yaml diff --git a/rhods/ods-operator/base/rhods-operator-subscription.yaml b/rhods/ods-operator/base/rhods-operator-subscription.yaml deleted file mode 100644 index ed5f3cb5..00000000 --- a/rhods/ods-operator/base/rhods-operator-subscription.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: operators.coreos.com/v1alpha1 -kind: Subscription -metadata: - labels: - operators.coreos.com/rhods-operator.redhat-ods-operator: "" - name: rhods-operator -spec: - channel: stable - installPlanApproval: Automatic - name: rhods-operator - source: redhat-operators - sourceNamespace: openshift-marketplace - startingCSV: rhods-operator.1.21.0-22 diff --git a/rhods/ods-operator/overlays/dev/kustomization.yaml b/rhods/ods-operator/overlays/dev/kustomization.yaml deleted file mode 100644 index a77ba4ff..00000000 --- a/rhods/ods-operator/overlays/dev/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -namespace: redhat-ods-operator -resources: - - ../../base - - ../../privileged diff --git a/rhods/ods-operator/overlays/production/kustomization.yaml b/rhods/ods-operator/overlays/production/kustomization.yaml deleted file mode 100644 index 18d458f2..00000000 --- a/rhods/ods-operator/overlays/production/kustomization.yaml +++ /dev/null @@ -1,3 +0,0 @@ -namespace: redhat-ods-operator -resources: - - ../../base diff --git a/rhods/ods-operator/overlays/stage/kustomization.yaml b/rhods/ods-operator/overlays/stage/kustomization.yaml deleted file mode 100644 index 18d458f2..00000000 --- a/rhods/ods-operator/overlays/stage/kustomization.yaml +++ /dev/null @@ -1,3 +0,0 @@ -namespace: redhat-ods-operator -resources: - - ../../base diff --git a/rhods/ods-operator/privileged/kustomization.yaml b/rhods/ods-operator/privileged/kustomization.yaml deleted file mode 100644 index 3d1fb8af..00000000 --- a/rhods/ods-operator/privileged/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -namespace: redhat-ods-operator -resources: - - redhat-layer-product-og.yaml - - namespace.yaml diff --git a/rhods/ods-operator/privileged/namespace.yaml b/rhods/ods-operator/privileged/namespace.yaml deleted file mode 100644 index 653888a9..00000000 --- a/rhods/ods-operator/privileged/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: redhat-ods-operator diff --git a/rhods/ods-operator/privileged/redhat-layer-product-og.yaml b/rhods/ods-operator/privileged/redhat-layer-product-og.yaml deleted file mode 100644 index a9890487..00000000 --- a/rhods/ods-operator/privileged/redhat-layer-product-og.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: operators.coreos.com/v1alpha2 -kind: OperatorGroup -metadata: - name: redhat-layered-product-og