From 3754cf86bc735df31ce24a2ed5814f2ce07fc6f4 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Mon, 30 Sep 2024 19:43:07 +0200 Subject: [PATCH 1/2] Update example-zowe.yaml for ZWEAM001I Signed-off-by: 1000TurquoisePogs --- example-zowe.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example-zowe.yaml b/example-zowe.yaml index 79d9c61186..5370ba8cdf 100644 --- a/example-zowe.yaml +++ b/example-zowe.yaml @@ -384,8 +384,10 @@ zowe: - "ZWEL0001I" # # Zowe components stopped - "ZWEL0002I" - # # API ML components ready + # # API ML components started - "ZWEAM000I" + # # API ML components ready + - "ZWEAM001I" # # App server ready - "ZWED0031I" # # ZSS ready From 025011da246d1c91fb6a38cfa3d177fc9ee4e0df Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Mon, 30 Sep 2024 19:49:45 +0200 Subject: [PATCH 2/2] Update defaults.yaml with sysmessages Signed-off-by: 1000TurquoisePogs --- files/defaults.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/files/defaults.yaml b/files/defaults.yaml index 94cd675cdf..f6cb6a24a7 100644 --- a/files/defaults.yaml +++ b/files/defaults.yaml @@ -84,6 +84,31 @@ zowe: # Default to caching service entry as it predates this one name: "${{ ()=> { if (components['caching-service']?.storage?.vsam?.name) { return components['caching-service'].storage.vsam.name } else { return '' } }() }}" + sysMessages: + # # Zowe starting + - "ZWEL0021I" + # # Zowe started + - "ZWEL0018I" + - "ZWEL0006I" + # # Zowe ready to use + - "ZWES1601I" + # # Zowe stopping + - "ZWEL0008I" + # # Zowe stopped + - "ZWEL0022I" + # # Zowe components starting + - "ZWEL0001I" + # # Zowe components stopped + - "ZWEL0002I" + # # API ML components started + - "ZWEAM000I" + # # API ML components ready + - "ZWEAM001I" + # # App server ready + - "ZWED0031I" + # # ZSS ready + - "ZWES1013I" + configmgr: # STRICT=quit on any error, including missing schema