From 7631e3ad9c64abcbcfb35656df3c1462e818dd47 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Fri, 11 Aug 2023 13:39:16 -0400 Subject: [PATCH] fix(striker-ui-api): send job to target host instead of local in prepare network --- striker-ui-api/src/lib/request_handlers/host/prepareNetwork.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/striker-ui-api/src/lib/request_handlers/host/prepareNetwork.ts b/striker-ui-api/src/lib/request_handlers/host/prepareNetwork.ts index f2afed11..02412fc5 100644 --- a/striker-ui-api/src/lib/request_handlers/host/prepareNetwork.ts +++ b/striker-ui-api/src/lib/request_handlers/host/prepareNetwork.ts @@ -140,6 +140,7 @@ export const prepareNetwork: RequestHandler< entries: configEntries, getValue: ({ value }) => String(value), }), + job_host_uuid: hostUUID, job_name: 'configure::network', job_title: 'job_0001', job_description: 'job_0071',