summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-08-09 15:35:41 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-08-09 15:35:41 -0400
commit9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89 (patch)
tree0c6778d40914da815bf3da02eca75e28e5f683e5
parent9e0e8485638e36f1bacbd8e1c5df134a5a7595f0 (diff)
downloadopenshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.tar.gz
openshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.tar.bz2
openshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.tar.xz
openshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.zip
Enable 'NoVolumeZoneConflict' policy for scheduler
-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 659f4eba6..f89087aea 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1708,6 +1708,7 @@ class OpenShiftFacts(object):
{"name": "PodFitsResources"},
{"name": "PodFitsPorts"},
{"name": "NoDiskConflict"},
+ {"name": "NoVolumeZoneConflict"},
{"name": "Region", "argument": {"serviceAffinity" : {"labels" : ["region"]}}}
]
scheduler_priorities = [