summaryrefslogtreecommitdiffstats
path: root/inventory/hosts.glusterfs.storage-and-registry.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.glusterfs.storage-and-registry.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.glusterfs.storage-and-registry.example')
-rw-r--r--inventory/hosts.glusterfs.storage-and-registry.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/hosts.glusterfs.storage-and-registry.example b/inventory/hosts.glusterfs.storage-and-registry.example
index 1f3a4282a..184cb600b 100644
--- a/inventory/hosts.glusterfs.storage-and-registry.example
+++ b/inventory/hosts.glusterfs.storage-and-registry.example
@@ -35,7 +35,8 @@ openshift_hosted_registry_storage_kind=glusterfs
master
[nodes]
-master openshift_schedulable=False
+# masters should be schedulable to run web console pods
+master openshift_schedulable=True
# It is recommended to not use a single cluster for both general and registry
# storage, so two three-node clusters will be required.
node0 openshift_schedulable=True