From ef02d65b79837380b5c28206a6425fd9dd1aa5a3 Mon Sep 17 00:00:00 2001 From: afazekas Date: Wed, 24 Apr 2024 13:37:34 +0200 Subject: [PATCH] Remove extra nova filters The default service filters supposed to be enough, no need for these options. --- examples/dt/uni01alpha/control-plane/service-values.yaml | 7 ------- examples/dt/uni06zeta/control-plane/service-values.yaml | 5 ----- 2 files changed, 12 deletions(-) diff --git a/examples/dt/uni01alpha/control-plane/service-values.yaml b/examples/dt/uni01alpha/control-plane/service-values.yaml index 042c22ab5..55071b900 100644 --- a/examples/dt/uni01alpha/control-plane/service-values.yaml +++ b/examples/dt/uni01alpha/control-plane/service-values.yaml @@ -135,10 +135,3 @@ data: [ml2] type_drivers = geneve,vxlan,vlan,flat tenant_network_types = geneve,flat - - # yamllint disable rule:line-length - nova: - schedulerServiceTemplate: - customServiceConfig: | - [filter_scheduler] - enabled_filters = AggregateInstanceExtraSpecsFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,DifferentHostFilter,SameHostFilter,AllHostsFilter,ServerGroupAffinityFilter,ServerGroupAntiAffinityFilter diff --git a/examples/dt/uni06zeta/control-plane/service-values.yaml b/examples/dt/uni06zeta/control-plane/service-values.yaml index 8b6212e47..75f20f311 100644 --- a/examples/dt/uni06zeta/control-plane/service-values.yaml +++ b/examples/dt/uni06zeta/control-plane/service-values.yaml @@ -118,8 +118,3 @@ data: max_header_size = 38 [ml2_type_vlan] network_vlan_ranges = tenant:1000:2000,datacentre:218:218 - - nova: - customServiceConfig: | - [filter_scheduler] - enabled_filters = AggregateInstanceExtraSpecsFilter, AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,DifferentHostFilter,SameHostFilter,AllHostsFilter,ServerGroupAffinityFilter,ServerGroupAntiAffinityFilter