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

Add "Gi" after size value for registry, metrics, and logging #15

Closed netzzer closed 6 years ago

netzzer commented 6 years ago

Specifying the unit appears to be important. Current behavior:

- openshift_hosted_registry_storage_volume_size=20
- openshift_metrics_storage_volume_size=25
- openshift_logging_es_pvc_size=25

Desired output:

+ openshift_hosted_registry_storage_volume_size=20Gi
+ openshift_metrics_storage_volume_size=25Gi
+ openshift_logging_es_pvc_size=25Gi
netzzer commented 6 years ago

Fixed with PR#17