forked from openshift-kni/cnf-features-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ztp: add the Operator source CR for each subscription
The new operator resource added is used for determining the successful operator install/upgrade. Signed-off-by: Angie Wang <[email protected]>
- Loading branch information
1 parent
8690796
commit b9b9d85
Showing
8 changed files
with
192 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This CR verifies the installation/upgrade of the Sriov Fec Operator | ||
apiVersion: operators.coreos.com/v1 | ||
kind: Operator | ||
metadata: | ||
name: sriov-fec.vran-acceleration-operators | ||
annotations: | ||
ran.openshift.io/ztp-deploy-wave: "2" | ||
status: | ||
components: | ||
refs: | ||
- kind: Subscription | ||
namespace: vran-acceleration-operators | ||
conditions: | ||
- type: CatalogSourcesUnhealthy | ||
status: "False" | ||
- kind: InstallPlan | ||
namespace: vran-acceleration-operators | ||
conditions: | ||
- type: Installed | ||
status: "True" | ||
- kind: ClusterServiceVersion | ||
namespace: vran-acceleration-operators | ||
conditions: | ||
- type: Succeeded | ||
status: "True" | ||
reason: InstallSucceeded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This CR verifies the installation/upgrade of the Amq Operator | ||
apiVersion: operators.coreos.com/v1 | ||
kind: Operator | ||
metadata: | ||
name: amq7-interconnect-operator.amq-router | ||
annotations: | ||
ran.openshift.io/ztp-deploy-wave: "2" | ||
status: | ||
components: | ||
refs: | ||
- kind: Subscription | ||
namespace: amq-router | ||
conditions: | ||
- type: CatalogSourcesUnhealthy | ||
status: "False" | ||
- kind: InstallPlan | ||
namespace: amq-router | ||
conditions: | ||
- type: Installed | ||
status: "True" | ||
- kind: ClusterServiceVersion | ||
namespace: amq-router | ||
conditions: | ||
- type: Succeeded | ||
status: "True" | ||
reason: InstallSucceeded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This CR verifies the installation/upgrade of the Cluster Logging Operator | ||
apiVersion: operators.coreos.com/v1 | ||
kind: Operator | ||
metadata: | ||
name: cluster-logging.openshift-logging | ||
annotations: | ||
ran.openshift.io/ztp-deploy-wave: "2" | ||
status: | ||
components: | ||
refs: | ||
- kind: Subscription | ||
namespace: openshift-logging | ||
conditions: | ||
- type: CatalogSourcesUnhealthy | ||
status: "False" | ||
- kind: InstallPlan | ||
namespace: openshift-logging | ||
conditions: | ||
- type: Installed | ||
status: "True" | ||
- kind: ClusterServiceVersion | ||
namespace: openshift-logging | ||
conditions: | ||
- type: Succeeded | ||
status: "True" | ||
reason: InstallSucceeded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This CR verifies the installation/upgrade of the Performance Addon Operator | ||
apiVersion: operators.coreos.com/v1 | ||
kind: Operator | ||
metadata: | ||
name: performance-addon-operator.openshift-performance-addon-operator | ||
annotations: | ||
ran.openshift.io/ztp-deploy-wave: "2" | ||
status: | ||
components: | ||
refs: | ||
- kind: Subscription | ||
namespace: openshift-performance-addon-operator | ||
conditions: | ||
- type: CatalogSourcesUnhealthy | ||
status: "False" | ||
- kind: InstallPlan | ||
namespace: openshift-performance-addon-operator | ||
conditions: | ||
- type: Installed | ||
status: "True" | ||
- kind: ClusterServiceVersion | ||
namespace: openshift-performance-addon-operator | ||
conditions: | ||
- type: Succeeded | ||
status: "True" | ||
reason: InstallSucceeded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This CR verifies the installation/upgrade of the Ptp Operator | ||
apiVersion: operators.coreos.com/v1 | ||
kind: Operator | ||
metadata: | ||
name: ptp-operator.openshift-ptp | ||
annotations: | ||
ran.openshift.io/ztp-deploy-wave: "2" | ||
status: | ||
components: | ||
refs: | ||
- kind: Subscription | ||
namespace: openshift-ptp | ||
conditions: | ||
- type: CatalogSourcesUnhealthy | ||
status: "False" | ||
- kind: InstallPlan | ||
namespace: openshift-ptp | ||
conditions: | ||
- type: Installed | ||
status: "True" | ||
- kind: ClusterServiceVersion | ||
namespace: openshift-ptp | ||
conditions: | ||
- type: Succeeded | ||
status: "True" | ||
reason: InstallSucceeded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This CR verifies the installation/upgrade of the Sriov Network Operator | ||
apiVersion: operators.coreos.com/v1 | ||
kind: Operator | ||
metadata: | ||
name: sriov-network-operator.openshift-sriov-network-operator | ||
annotations: | ||
ran.openshift.io/ztp-deploy-wave: "2" | ||
status: | ||
components: | ||
refs: | ||
- kind: Subscription | ||
namespace: openshift-sriov-network-operator | ||
conditions: | ||
- type: CatalogSourcesUnhealthy | ||
status: "False" | ||
- kind: InstallPlan | ||
namespace: openshift-sriov-network-operator | ||
conditions: | ||
- type: Installed | ||
status: "True" | ||
- kind: ClusterServiceVersion | ||
namespace: openshift-sriov-network-operator | ||
conditions: | ||
- type: Succeeded | ||
status: "True" | ||
reason: InstallSucceeded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This CR verifies the installation/upgrade of the Local Storage Operator | ||
apiVersion: operators.coreos.com/v1 | ||
kind: Operator | ||
metadata: | ||
name: local-storage-operator.openshift-local-storage | ||
annotations: | ||
ran.openshift.io/ztp-deploy-wave: "2" | ||
status: | ||
components: | ||
refs: | ||
- kind: Subscription | ||
namespace: openshift-local-storage | ||
conditions: | ||
- type: CatalogSourcesUnhealthy | ||
status: "False" | ||
- kind: InstallPlan | ||
namespace: openshift-local-storage | ||
conditions: | ||
- type: Installed | ||
status: "True" | ||
- kind: ClusterServiceVersion | ||
namespace: openshift-local-storage | ||
conditions: | ||
- type: Succeeded | ||
status: "True" | ||
reason: InstallSucceeded |