diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-08-09 15:35:41 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-08-09 15:35:41 -0400 |
commit | 9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89 (patch) | |
tree | 0c6778d40914da815bf3da02eca75e28e5f683e5 | |
parent | 9e0e8485638e36f1bacbd8e1c5df134a5a7595f0 (diff) | |
download | openshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.tar.gz openshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.tar.bz2 openshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.tar.xz openshift-9f8a5e5aaf5877943b0934dd8f2cda5394ba1e89.zip |
Enable 'NoVolumeZoneConflict' policy for scheduler
-rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 1 |
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 = [ |