File tree Expand file tree Collapse file tree
helm/bundles/cortex-nova/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 This step selects hosts not in the instance group specified in the nova
6262 scheduler request spec, but only until the max_server_per_host limit is
6363 reached (default = 1).
64+ - name : filter_requested_destination
65+ params : {{ .Values.kvm.filterRequestedDestinationParams | toYaml | nindent 8 }}
66+ description : |
67+ This step filters hosts based on the `requested_destination` instruction
68+ from the nova scheduler request spec. It supports filtering by host and
69+ by aggregates.
6470 weighers :
6571 - name : kvm_prefer_smaller_hosts
6672 params :
@@ -152,6 +158,12 @@ spec:
152158 This step selects hosts not in the instance group specified in the nova
153159 scheduler request spec, but only until the max_server_per_host limit is
154160 reached (default = 1).
161+ - name : filter_requested_destination
162+ params : {{ .Values.kvm.filterRequestedDestinationParams | toYaml | nindent 8 }}
163+ description : |
164+ This step filters hosts based on the `requested_destination` instruction
165+ from the nova scheduler request spec. It supports filtering by host and
166+ by aggregates.
155167 weighers :
156168 - name : kvm_prefer_smaller_hosts
157169 params :
You can’t perform that action at this time.
0 commit comments