openshift-evangelists / openshifter

Tool for deploying OpenShift clusters and workshops
Apache License 2.0
24 stars 12 forks source link

Configuration parameters for boot and disk are over rider with default value #50

Closed tqvarnst closed 6 years ago

tqvarnst commented 6 years ago

The solution to issue #49 introduced another issue where it checks for 'size' instead of 'docker' and 'boot' here https://github.com/openshift-evangelists/openshifter/blob/master/openshifter/deployment.py#L53 and here https://github.com/openshift-evangelists/openshifter/blob/master/openshifter/deployment.py#L56, which again will only allow of the default values (100GB) to be used.

marekjelen commented 6 years ago

Fixed in 18b70ec