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

Registry deploy Fails for 'openshift_hosted_registry_selector={"region":"infra"}' #12

Closed netzzer closed 6 years ago

netzzer commented 6 years ago

Using the option of: openshift-cic, openshift_hosted_registry_selector={"region":"infra"} fails to deploy the registry.

Needs to be modified to: openshift_registry_selector="region=infra"

This is not consistent with the selector for metrics and logging but it works.

netzzer commented 6 years ago

Fixed with PR#17