Skip to content

Commit

Permalink
Merge pull request #317 from Jooho/0.11.1-remove-ops
Browse files Browse the repository at this point in the history
remove unnecessary operators for e2e
  • Loading branch information
openshift-merge-bot[bot] authored Apr 17, 2024
2 parents 1a84f12 + bc8a74e commit 57ad7f1
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions test/scripts/openshift-ci/deploy.ossm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,53 +34,6 @@ waitpodready() {
}


# Deploy Distributed tracing operator (Jaeger)
cat <<EOF | oc apply -f -
apiVersion: v1
kind: Namespace
metadata:
name: openshift-distributed-tracing
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: openshift-distributed-tracing
namespace: openshift-distributed-tracing
spec:
upgradeStrategy: Default
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: jaeger-product
namespace: openshift-distributed-tracing
spec:
channel: stable
installPlanApproval: Automatic
name: jaeger-product
source: redhat-operators
sourceNamespace: openshift-marketplace
EOF

waitpodready "openshift-distributed-tracing" "name=jaeger-operator"

# Deploy Kiali operator
cat <<EOF | oc apply -f -
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: kiali-ossm
namespace: openshift-operators
spec:
channel: stable
installPlanApproval: Automatic
name: kiali-ossm
source: redhat-operators
sourceNamespace: openshift-marketplace
EOF

waitpodready "openshift-operators" "app=kiali-operator"

# Deploy OSSM operator
cat <<EOF | oc apply -f -
apiVersion: operators.coreos.com/v1alpha1
Expand Down

0 comments on commit 57ad7f1

Please sign in to comment.