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 'openshift_hosted_registry_replicas=3' #2

Closed netzzer closed 6 years ago

netzzer commented 6 years ago

Add this option for every scenario that includes Registry. This output does not require a corresponding question. The default of 3 registry pods is a best practice. They all use the SAME glusterfs PV.

Added below as example

registry

openshift_hosted_registry_storage_kind=glusterfs openshift_hosted_registry_storage_volume_size=10 openshift_hosted_registry_replicas=3 openshift_hosted_registry_selector={"region":"infra"}

ramkrsna commented 6 years ago

https://github.com/red-hat-storage/openshift-cic/pull/10

netzzer commented 6 years ago

10 merged