red-hat-storage / openshift-cic

CNS Inventory file Creator (CIC) , also works for OCS
GNU General Public License v3.0
31 stars 7 forks source link

[OCP 3.10] Metrics PVC uses default SC with option 'openshift_metrics_cassanda_pvc_storage_class_name' #26

Closed netzzer closed 6 years ago

netzzer commented 6 years ago

There was a necessary misspelling in OCP 3.9 for the metrics storage_class_name option. Instead of cassandra it was 'cassanda'. The misspelling has been fixed in OCP 3.10 and if left misspelled, the default SC will be used instead of SC specified as shown below.

Example change for OCP 3.10:

- openshift_metrics_cassanda_pvc_storage_class_name='glusterfs-storage-block'
+ openshift_metrics_cassandra_pvc_storage_class_name='glusterfs-storage-block'