diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-03 13:09:59 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-03 13:09:59 -0500 |
commit | b40b5a26bb1a731dce16f3d0ba381a52ecd5dc8a (patch) | |
tree | 0bd81b49530746ed57609bc5770458ecdec08d7c /playbooks/aws/openshift-cluster | |
parent | fda67ef2addee2cb4cb982c8b9e0eb13bcf9ff7e (diff) | |
parent | 5ff53c80f23744bb5f40d60e2b7da504440f450f (diff) | |
download | openshift-b40b5a26bb1a731dce16f3d0ba381a52ecd5dc8a.tar.gz openshift-b40b5a26bb1a731dce16f3d0ba381a52ecd5dc8a.tar.bz2 openshift-b40b5a26bb1a731dce16f3d0ba381a52ecd5dc8a.tar.xz openshift-b40b5a26bb1a731dce16f3d0ba381a52ecd5dc8a.zip |
Merge pull request #1173 from abutcher/nfs-group
Refactor storage options
Diffstat (limited to 'playbooks/aws/openshift-cluster')
-rw-r--r-- | playbooks/aws/openshift-cluster/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/config.yml b/playbooks/aws/openshift-cluster/config.yml index 33fcf6af5..9f077bfc2 100644 --- a/playbooks/aws/openshift-cluster/config.yml +++ b/playbooks/aws/openshift-cluster/config.yml @@ -10,6 +10,7 @@ openshift_debug_level: "{{ debug_level }}" openshift_deployment_type: "{{ deployment_type }}" openshift_public_hostname: "{{ ec2_ip_address }}" + openshift_registry_selector: 'type=infra' openshift_router_selector: 'type=infra' openshift_infra_nodes: "{{ g_infra_hosts }}" openshift_node_labels: '{"region": "{{ ec2_region }}", "type": "{{ hostvars[inventory_hostname]["ec2_tag_sub-host-type"] if inventory_hostname in groups["tag_host-type_node"] else hostvars[inventory_hostname]["ec2_tag_host-type"] }}"}' |