Bug 2263476
| Summary: | change the sample yaml in the CSV | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Nitin Goyal <nigoyal> |
| Component: | odf-operator | Assignee: | Nitin Goyal <nigoyal> |
| Status: | CLOSED WONTFIX | QA Contact: | Elad <ebenahar> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.11 | CC: | ebenahar, muagarwa, odf-bz-bot |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2263472 | Environment: | |
| Last Closed: | 2024-02-20 05:27:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2263472 | ||
| Bug Blocks: | 2263473, 2263474, 2263475 | ||
|
Description
Nitin Goyal
2024-02-09 06:48:21 UTC
efforts to verify it will be quite simple, We just need to look at the CSV yaml output We need to look for the below annotation in the csv
annotations:
alm-examples: |-
[
{
"apiVersion": "odf.openshift.io/v1alpha1",
"kind": "StorageSystem",
"metadata": {
"name": "my-flashsystemcluster-storagesystem",
"namespace": "openshift-storage"
},
"spec": {
"kind": "flashsystemcluster.odf.ibm.com/v1alpha1",
"name": "my-flashsystemcluster",
"namespace": "openshift-storage"
}
},
{
"apiVersion": "odf.openshift.io/v1alpha1",
"kind": "StorageSystem",
"metadata": {
"name": "my-storagecluster-storagesystem",
"namespace": "openshift-storage"
},
"spec": {
"kind": "storagecluster.ocs.openshift.io/v1",
"name": "my-storagecluster",
"namespace": "openshift-storage"
}
}
]
|