Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for new ZWEAM001I message #4026

Open
wants to merge 2 commits into
base: v2.x/staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,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
Expand Down
24 changes: 24 additions & 0 deletions files/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading