Skip to content

Commit

Permalink
Merge pull request #195 from sp98/update-csv-annotation
Browse files Browse the repository at this point in the history
Update csv annotation
  • Loading branch information
nbalacha authored Jun 1, 2022
2 parents e770bcb + 8aaa288 commit c7d35ae
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 6 deletions.
32 changes: 29 additions & 3 deletions bundle/manifests/lvm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
"apiVersion": "lvm.topolvm.io/v1alpha1",
"kind": "LVMCluster",
"metadata": {
"name": "lvmcluster-sample"
"name": "odf-lvmcluster"
},
"spec": {
"storage": {
Expand All @@ -17,8 +17,8 @@ metadata:
"name": "vg1",
"thinPoolConfig": {
"name": "thin-pool-1",
"overprovisionRatio": 50,
"sizePercent": 50
"overprovisionRatio": 10,
"sizePercent": 90
}
}
]
Expand All @@ -28,11 +28,37 @@ metadata:
]
capabilities: Basic Install
categories: Storage
containerImage: quay.io/ocs-dev/lvm-operator:latest
description: The ODF LVM Operator manages local storage using LVM
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/initialization-resource: |-
{
"apiVersion": "lvm.topolvm.io/v1alpha1",
"kind": "LVMCluster",
"metadata": {
"name": "odf-lvmcluster"
},
"spec": {
"storage": {
"deviceClasses": [
{
"name": "vg1",
"thinPoolConfig": {
"name": "thin-pool-1",
"overprovisionRatio": 10,
"sizePercent": 90
}
}
]
}
}
}
operatorframework.io/suggested-namespace: openshift-storage
operators.operatorframework.io/builder: operator-sdk-v1.13.0+git
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.cybozu.com",
"lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/red-hat-storage/lvm-operator
name: lvm-operator.v0.0.1
namespace: placeholder
spec:
Expand Down
26 changes: 26 additions & 0 deletions config/manifests/bases/clusterserviceversion.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Storage
containerImage: quay.io/ocs-dev/lvm-operator:latest
description: The ODF LVM Operator manages local storage using LVM
operatorframework.io/cluster-monitoring: "true"
operatorframework.io/initialization-resource: |-
{
"apiVersion": "lvm.topolvm.io/v1alpha1",
"kind": "LVMCluster",
"metadata": {
"name": "odf-lvmcluster"
},
"spec": {
"storage": {
"deviceClasses": [
{
"name": "vg1",
"thinPoolConfig": {
"name": "thin-pool-1",
"overprovisionRatio": 10,
"sizePercent": 90
}
}
]
}
}
}
repository: https://github.com/red-hat-storage/lvm-operator
operatorframework.io/suggested-namespace: openshift-storage
operators.operatorframework.io/internal-objects: '["logicalvolumes.topolvm.cybozu.com", "lvmvolumegroups.lvm.topolvm.io", "lvmvolumegroupnodestatuses.lvm.topolvm.io"]'
name: @[email protected]
Expand Down
6 changes: 3 additions & 3 deletions config/samples/lvm_v1alpha1_lvmcluster.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: lvm.topolvm.io/v1alpha1
kind: LVMCluster
metadata:
name: lvmcluster-sample
name: odf-lvmcluster
spec:
storage:
deviceClasses:
- name: vg1
thinPoolConfig:
name: thin-pool-1
sizePercent: 50
overprovisionRatio: 50
sizePercent: 90
overprovisionRatio: 10

0 comments on commit c7d35ae

Please sign in to comment.