diff options
| author | Andrew Butcher <abutcher@redhat.com> | 2016-01-19 14:50:55 -0500 |
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-01 17:05:55 -0500 |
| commit | 44e5ddc20e7069e5345f48426a69e725aa8ea1d4 (patch) | |
| tree | 638eb0ffb58c3482e2fd44766e867d6e68fac0f4 /playbooks/gce | |
| parent | 3d3053062ee3bca175df6eb4dd66ff56237234ca (diff) | |
Refactor registry storage options.
Diffstat (limited to 'playbooks/gce')
| -rw-r--r-- | playbooks/gce/openshift-cluster/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/gce/openshift-cluster/config.yml b/playbooks/gce/openshift-cluster/config.yml index 80095d072..089b1db32 100644 --- a/playbooks/gce/openshift-cluster/config.yml +++ b/playbooks/gce/openshift-cluster/config.yml @@ -13,5 +13,6 @@ openshift_debug_level: "{{ debug_level }}" openshift_deployment_type: "{{ deployment_type }}" openshift_hostname: "{{ gce_private_ip }}" + openshift_registry_selector: 'type=infra' openshift_router_selector: 'type=infra' openshift_infra_nodes: "{{ g_infra_hosts }}" |
