Skip to content

Commit

Permalink
[Nova] Actually configure some weight multipliers
Browse files Browse the repository at this point in the history
The configuration for the `SapphireRapidsWeigher` and for the
`DecommissioningWeigher` was set in the values file but no template used
them. Therefore, the weight for these weighers was never changed away
from 1.
  • Loading branch information
joker-at-work committed Jul 3, 2024
1 parent 1de181e commit d8f3df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/nova/templates/etc/_nova-scheduler.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ prefer_same_host_resize_weight_multiplier = {{ .Values.scheduler.prefer_same_hos
prefer_same_shard_resize_weight_multiplier = {{ .Values.scheduler.prefer_same_shard_resize_weight_multiplier }}
hv_ram_class_weight_multiplier = {{ .Values.scheduler.hv_ram_class_weight_multiplier }}
hv_ram_class_weights_gib = {{ .Values.scheduler.hv_ram_class_weights_gib }}
decommissioning_weight_multiplier = {{ .Values.scheduler.decommissioning_weight_multiplier }}
sapphire_rapids_weight_multiplier = {{ .Values.scheduler.sapphire_rapids_weight_multiplier }}
image_properties_default_architecture = {{ .Values.scheduler.image_properties_default_architecture }}

0 comments on commit d8f3df9

Please sign in to comment.