you cannot have these be openshift_schedulable=False in 3.9

This commit is contained in:
Kevin Fenzi 2018-05-31 21:40:14 +00:00
parent ee55288c7d
commit b40580b2e3

View file

@ -838,11 +838,7 @@ openshift_node_env_vars={"ENABLE_HTTP2": "true"}
[nodes]
{% for host in groups[openshift_cluster_masters_group] %}
{% if env == 'production' %}
{{ host }} openshift_schedulable=False
{% else %}
{{ host }}
{% endif %}
{% endfor %}
{% for host in groups[openshift_cluster_nodes_group] %}
{{ host }} openshift_node_labels="{'region': 'infra', 'zone': 'default', 'node-role.kubernetes.io/compute': 'true'}"
@ -855,11 +851,7 @@ openshift_node_env_vars={"ENABLE_HTTP2": "true"}
{{ host }} openshift_node_labels="{'region':'infra'}"
{% endfor %}
{% for host in groups[openshift_cluster_masters_group] %}
{% if env == 'production' %}
{{ host }} openshift_schedulable=False
{% else %}
{{ host }}
{% endif %}
{% endfor %}
{% for host in groups[openshift_cluster_nodes_group] %}
{{ host }} openshift_node_labels="{'region': 'primary', 'zone': 'default', 'node-role.kubernetes.io/compute': 'true'}"
@ -875,11 +867,7 @@ openshift_node_env_vars={"ENABLE_HTTP2": "true"}
{% endfor %}
{% for host in groups[openshift_cluster_masters_group] %}
{% if env == 'production' %}
{{ host }} openshift_schedulable=False
{% else %}
{{ host }}
{% endif %}
{% endfor %}
{% for host in groups[openshift_cluster_nodes_group] %}