summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-11-16 14:00:51 -0500
committerGitHub <noreply@github.com>2016-11-16 14:00:51 -0500
commitc848f7d0a6c9e5281075a034e26a99739da678f6 (patch)
tree109284804ac921b76b8fbcf5e38eb7316b57756e /roles/openshift_master/templates
parent98e922e7f24bc1bcee2d8b43f2bbbf5b8c2f5127 (diff)
parente5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6 (diff)
downloadopenshift-c848f7d0a6c9e5281075a034e26a99739da678f6.tar.gz
openshift-c848f7d0a6c9e5281075a034e26a99739da678f6.tar.bz2
openshift-c848f7d0a6c9e5281075a034e26a99739da678f6.tar.xz
openshift-c848f7d0a6c9e5281075a034e26a99739da678f6.zip
Merge pull request #2636 from enlinxu/master
Support 3rd party scheduler
Diffstat (limited to 'roles/openshift_master/templates')
-rw-r--r--roles/openshift_master/templates/master.yaml.v1.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/master.yaml.v1.j2 b/roles/openshift_master/templates/master.yaml.v1.j2
index 169d7f2e3..a52ae578c 100644
--- a/roles/openshift_master/templates/master.yaml.v1.j2
+++ b/roles/openshift_master/templates/master.yaml.v1.j2
@@ -131,6 +131,7 @@ kubernetesMasterConfig:
proxyClientInfo:
certFile: master.proxy-client.crt
keyFile: master.proxy-client.key
+ schedulerArguments: {{ openshift_master_scheduler_args | default(None) | to_padded_yaml( level=3 ) }}
schedulerConfigFile: {{ openshift_master_scheduler_conf }}
servicesNodePortRange: ""
servicesSubnet: {{ openshift.common.portal_net }}