summaryrefslogtreecommitdiffstats
path: root/inventory/hosts.example
diff options
context:
space:
mode:
authorVadim Rutkovsky <vrutkovs@redhat.com>2018-01-31 15:37:26 +0100
committerVadim Rutkovsky <vrutkovs@redhat.com>2018-01-31 19:36:17 +0100
commit6093e718a91879c140fa6a6967a345456f583144 (patch)
tree38ecc868e1a8775bafabc9f0896c458d2c3a1527 /inventory/hosts.example
parenta23f90f25130f11a7020aca1d8780c243732b00a (diff)
downloadopenshift-6093e718a91879c140fa6a6967a345456f583144.tar.gz
openshift-6093e718a91879c140fa6a6967a345456f583144.tar.bz2
openshift-6093e718a91879c140fa6a6967a345456f583144.tar.xz
openshift-6093e718a91879c140fa6a6967a345456f583144.zip
Update hosts examples with a note about scheduling on masters
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 f9f331880..322d23888 100644
--- a/inventory/hosts.example
+++ b/inventory/hosts.example
@@ -1114,10 +1114,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]