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

Inventory file options for metrics nodeselector not correct #11

Closed netzzer closed 6 years ago

netzzer commented 6 years ago

For the choice of [4] and 3 nodes metrics nodeselector is not correct. All other scenarios should be checked as well for this error. This issue has been fixed more than one time and it is back again.

- openshift_metrics_hawkular_nodeselector:{"region":"infra"}
- openshift_metrics_cassandra_nodeselector:{"region":"infra"}
- openshift_metrics_heapster_nodeselector:{"region":"infra"}

+ openshift_metrics_hawkular_nodeselector={"region":"infra"}
+ openshift_metrics_cassandra_nodeselector={"region":"infra"}
+ openshift_metrics_heapster_nodeselector={"region":"infra"}
netzzer commented 6 years ago

Fixed with PR#17