From 450bc03dfb5a6594ebf407340b988bdcf7683fc4 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Mon, 30 Sep 2024 19:50:03 +0200 Subject: [PATCH] Update defaults.yaml with sysmessages Signed-off-by: 1000TurquoisePogs --- files/defaults.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/files/defaults.yaml b/files/defaults.yaml index 8705166e9a..5fddbd6ce5 100644 --- a/files/defaults.yaml +++ b/files/defaults.yaml @@ -84,6 +84,30 @@ 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