summaryrefslogtreecommitdiffstats
path: root/inventory/hosts.example
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-02-02 04:59:16 -0800
committerGitHub <noreply@github.com>2018-02-02 04:59:16 -0800
commit22462aa17098116660d4600c9a1e87cd3ad40698 (patch)
treea1f848e11070e1fee1f638b34f952e6060d670c4 /inventory/hosts.example
parent55b91ccaa38d759829327589fbaa27ad12d7fd26 (diff)
parent6093e718a91879c140fa6a6967a345456f583144 (diff)
downloadopenshift-22462aa17098116660d4600c9a1e87cd3ad40698.tar.gz
openshift-22462aa17098116660d4600c9a1e87cd3ad40698.tar.bz2
openshift-22462aa17098116660d4600c9a1e87cd3ad40698.tar.xz
openshift-22462aa17098116660d4600c9a1e87cd3ad40698.zip
Merge pull request #6949 from vrutkovs/schedulable-masters
Automatic merge from submit-queue. Make masters schedulable by default Fixes #6930
Diffstat (limited to 'inventory/hosts.example')
-rw-r--r--inventory/hosts.example5
1 files changed, 2 insertions, 3 deletions
diff --git a/inventory/hosts.example b/inventory/hosts.example
index 18e094812..82c588100 100644
--- a/inventory/hosts.example
+++ b/inventory/hosts.example
@@ -1117,10 +1117,9 @@ ose3-etcd[1:3]-ansible.test.example.com
ose3-lb-ansible.test.example.com containerized=false
# NOTE: Currently we require that masters be part of the SDN which requires that they also be nodes
-# However, in order to ensure that your masters are not burdened with running pods you should
-# make them unschedulable by adding openshift_schedulable=False any node that's also a master.
[nodes]
-ose3-master[1:3]-ansible.test.example.com
+# masters should be schedulable to run web console pods
+ose3-master[1:3]-ansible.test.example.com openshift_schedulable=True
ose3-node[1:2]-ansible.test.example.com openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
[nfs]