Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
OperatorSource related files to support extending E2E test to include…
Browse files Browse the repository at this point in the history
… verifying creating Operator from OperatorSource. https://jira.coreos.com/browse/ODC-580
  • Loading branch information
ldimaggi committed May 1, 2019
1 parent 318d397 commit f1fd4f8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/e2e/catalog_source_opsrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: operators.coreos.com/v1
kind: CatalogSourceConfig
metadata:
name: installed-upstream-community-operators
namespace: openshift-marketplace
spec:
targetNamespace: openshift-operator-lifecycle-manager
packages: devconsole
csDisplayName: "Upstream Community Operators"
csPublisher: "Red Hat"
11 changes: 11 additions & 0 deletions test/e2e/devconsole.operatorsource.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: operators.coreos.com/v1
kind: OperatorSource
metadata:
name: devconsole-operators
namespace: openshift-marketplace
spec:
type: appregistry
endpoint: https://quay.io/cnr
registryNamespace: REPLACE_NAMESPACE
displayName: "Red Hat Devconsole Operator"
publisher: "Red Hat"
11 changes: 11 additions & 0 deletions test/e2e/subscription_opsrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: devconsole
namespace: openshift-operator-lifecycle-manager
spec:
channel: alpha
name: devconsole
source: installed-upstream-community-operators
sourceNamespace: openshift-operator-lifecycle-manager

0 comments on commit f1fd4f8

Please sign in to comment.