Skip to content

Commit f8f45d7

Browse files
Add filter_requested_destination to hot pipelines
1 parent 4a51aea commit f8f45d7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

helm/bundles/cortex-nova/templates/pipelines_kvm.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ spec:
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:

0 commit comments

Comments
 (0)