|
@@ -21,11 +21,11 @@ From this role:
|
|
|
| openshift_hosted_router_certificate | None | Dictionary containing "certfile", "keyfile" and "cafile" keys with values containing paths to local certificate files. |
|
|
|
| openshift_hosted_router_registryurl | 'openshift3/ose-${component}:${version}' | The image to base the OpenShift router on. |
|
|
|
| openshift_hosted_router_replicas | Number of nodes matching selector | The number of replicas to configure. |
|
|
|
-| openshift_hosted_router_selector | region=infra | Node selector used when creating router. The OpenShift router will only be deployed to nodes matching this selector. |
|
|
|
+| openshift_hosted_router_selector | node-role.kubernetes.io/infra=true | Node selector used when creating router. The OpenShift router will only be deployed to nodes matching this selector. |
|
|
|
| openshift_hosted_router_name | router | The name of the router to be created. |
|
|
|
| openshift_hosted_registry_registryurl | 'openshift3/ose-${component}:${version}' | The image to base the OpenShift registry on. |
|
|
|
| openshift_hosted_registry_replicas | Number of nodes matching selector | The number of replicas to configure. |
|
|
|
-| openshift_hosted_registry_selector | region=infra | Node selector used when creating registry. The OpenShift registry will only be deployed to nodes matching this selector. |
|
|
|
+| openshift_hosted_registry_selector | node-role.kubernetes.io/infra=true | Node selector used when creating registry. The OpenShift registry will only be deployed to nodes matching this selector. |
|
|
|
| openshift_hosted_registry_cert_expire_days | `730` (2 years) | Validity of the certificates in days. Works only with OpenShift version 1.5 (3.5) and later. |
|
|
|
| openshift_hosted_registry_clusterip | None | Cluster IP for registry service |
|
|
|
|