summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates
diff options
context:
space:
mode:
authorenlinxu <jannleno1@gmail.com>2016-10-20 09:11:42 -0400
committerenlinxu <jannleno1@gmail.com>2016-10-20 09:11:42 -0400
commite5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6 (patch)
tree14b208c47ee3e1ba9894518c3270efd402c8c983 /roles/openshift_master/templates
parent4a5b2dd0510ac092da44a09730a734fe9ef7e112 (diff)
downloadopenshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.tar.gz
openshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.tar.bz2
openshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.tar.xz
openshift-e5cb11494c2fdc2a6e2c4c60349e0d4c6f6561e6.zip
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 4d45e8591..70233c73f 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 }}