From 91b61464dee2deb29b76bb3020d592923a74c645 Mon Sep 17 00:00:00 2001 From: Ritika Patil Date: Mon, 30 Sep 2024 16:44:33 -0500 Subject: [PATCH] fix: (PSKD-640) Fixed file path for Workload Orchestrator --- roles/vdm/tasks/workload_orchestrator.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/vdm/tasks/workload_orchestrator.yaml b/roles/vdm/tasks/workload_orchestrator.yaml index ac477d50..3810b430 100644 --- a/roles/vdm/tasks/workload_orchestrator.yaml +++ b/roles/vdm/tasks/workload_orchestrator.yaml @@ -23,7 +23,8 @@ cadence_number: "{{ V4_CFG_CADENCE_VERSION }}" existing: "{{ vdm_overlays }}" add: - - { transformers: examples/sas-workload-orchestrator/enable-disable/sas-workload-orchestrator-disable-patch-transformer.yaml, min: "2023.08", vdm: false } + - { transformers: examples/sas-workload-orchestrator/enable-disable/sas-workload-orchestrator-disable-patch-transformer.yaml, min: "2023.08", max: "2024.06", vdm: false } + - { transformers: overlays/sas-workload-orchestrator/enable-disable/sas-workload-orchestrator-disable-patch-transformer.yaml, min: "2024.07", vdm: false } when: - not V4_WORKLOAD_ORCHESTRATOR_ENABLED tags: