Skip to content

Commit 4213e6b

Browse files
committed
[DNM] Deploy a specific old version.
Just for testing purpose.
1 parent 44608a4 commit 4213e6b

24 files changed

+303
-5
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: barbican
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: barbican-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: barbican-operator.v1.0.3

lib/olm-openstack/catalogsource.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
apiVersion: operators.coreos.com/v1alpha1
33
kind: CatalogSource
44
metadata:
5-
name: openstack-operator-index
5+
name: rhoso-testing-operator-catalog
66
namespace: openstack-operators
77
spec:
88
image: quay.io/openstack-k8s-operators/openstack-operator-index:latest
99
sourceType: grpc
10+
displayName: RHOSO Operator Test Catalog
11+
publisher: grpc
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: cinder
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: cinder-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: cinder-operator.v1.0.3
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: designate
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: designate-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: designate-operator.v1.0.3
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: glance
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: glance-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: glance-operator.v1.0.3
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: heat
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: heat-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: heat-operator.v1.0.3
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: horizon
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: horizon-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: horizon-operator.v1.0.3
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: infra
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: infra-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: infra-operator.v1.0.3
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: ironic
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: ironic-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: ironic-operator.v1.0.3
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
apiVersion: operators.coreos.com/v1alpha1
3+
kind: Subscription
4+
metadata:
5+
name: keystone
6+
namespace: openstack-operators
7+
spec:
8+
channel: stable-v1.0
9+
installPlanApproval: Manual
10+
name: keystone-operator
11+
source: rhoso-testing-operator-catalog
12+
sourceNamespace: openshift-marketplace
13+
startingCSV: keystone-operator.v1.0.3

0 commit comments

Comments
 (0)