summaryrefslogtreecommitdiffstats
path: root/inventory/hosts.glusterfs.mixed.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.glusterfs.mixed.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.glusterfs.mixed.example')
-rw-r--r--inventory/hosts.glusterfs.mixed.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/hosts.glusterfs.mixed.example b/inventory/hosts.glusterfs.mixed.example
index 8a20a037e..b2fc00c58 100644
--- a/inventory/hosts.glusterfs.mixed.example
+++ b/inventory/hosts.glusterfs.mixed.example
@@ -38,7 +38,8 @@ openshift_storage_glusterfs_heketi_ssh_keyfile=/root/id_rsa
master
[nodes]
-master openshift_schedulable=False
+# masters should be schedulable to run web console pods
+master openshift_schedulable=True
node0 openshift_schedulable=True
node1 openshift_schedulable=True
node2 openshift_schedulable=True