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 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