Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#200 from openstack-k8s-ope…
Browse files Browse the repository at this point in the history
…rators/no-filter

Remove extra nova filters
  • Loading branch information
abays authored Apr 26, 2024
2 parents 8909094 + e9d4fa4 commit d016fec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions dt/uni01alpha/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,18 +338,6 @@ replacements:
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.nova.schedulerServiceTemplate.customServiceConfig
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.nova.template.schedulerServiceTemplate.customServiceConfig
options:
create: true

- source:
kind: ConfigMap
name: network-values
Expand Down
7 changes: 0 additions & 7 deletions examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 0 additions & 5 deletions examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d016fec

Please sign in to comment.