summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-09-14 16:37:18 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-09-14 16:37:18 -0400
commit466a45abc175e49573bebd91a6290d75e3970efc (patch)
treeb626fa47c63667ba6dd3ddfc9d4bf9ddf33e2b6b /roles
parent2987e7490ed2fa45772e18bc64b44fc3e22358ca (diff)
downloadopenshift-466a45abc175e49573bebd91a6290d75e3970efc.tar.gz
openshift-466a45abc175e49573bebd91a6290d75e3970efc.tar.bz2
openshift-466a45abc175e49573bebd91a6290d75e3970efc.tar.xz
openshift-466a45abc175e49573bebd91a6290d75e3970efc.zip
Add 'MaxEBSVolumeCount' to default scheduler predicates.
Diffstat (limited to 'roles')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index ebd799466..e5cb0db15 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1730,6 +1730,7 @@ class OpenShiftFacts(object):
{"name": "PodFitsPorts"},
{"name": "NoDiskConflict"},
{"name": "NoVolumeZoneConflict"},
+ {"name": "MaxEBSVolumeCount"},
{"name": "Region", "argument": {"serviceAffinity" : {"labels" : ["region"]}}}
]
scheduler_priorities = [