Browse Source

Add 'MaxEBSVolumeCount' to default scheduler predicates.

Andrew Butcher 8 years ago
parent
commit
466a45abc1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_facts/library/openshift_facts.py

+ 1 - 0
roles/openshift_facts/library/openshift_facts.py

@@ -1730,6 +1730,7 @@ class OpenShiftFacts(object):
                 {"name": "PodFitsPorts"},
                 {"name": "PodFitsPorts"},
                 {"name": "NoDiskConflict"},
                 {"name": "NoDiskConflict"},
                 {"name": "NoVolumeZoneConflict"},
                 {"name": "NoVolumeZoneConflict"},
+                {"name": "MaxEBSVolumeCount"},
                 {"name": "Region", "argument": {"serviceAffinity" : {"labels" : ["region"]}}}
                 {"name": "Region", "argument": {"serviceAffinity" : {"labels" : ["region"]}}}
             ]
             ]
             scheduler_priorities = [
             scheduler_priorities = [