Skip to content

Commit

Permalink
removing useless build overrides now (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
k8soneill authored Jan 16, 2019
1 parent 91dacb5 commit d6cc8e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/initialisation/templates/ansible-hosts-multimaster.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ openshift_image_tag=v{{ installed_version[0] }}
# This sets the nodeIP setting in node-config on each host to the correct IP
#openshift_set_node_ip=true

{% if multinetwork %}
# Adding buildoverride values to make build pods target infra nodes in multi-network deployments
openshift_buildoverrides_nodeselectors={'build':'true'}
openshift_buildoverrides_tolerations=[{'key':'infra','value':'only','effect':'NoSchedule','operator':'Equal'}]
{% endif %}

openshift_master_default_subdomain={{ domainSuffix }}

# Set Docker log driver to write to journald
Expand Down

0 comments on commit d6cc8e4

Please sign in to comment.