Skip to content

Commit

Permalink
Merge pull request #3963 from zowe/chore/v3/configmgr
Browse files Browse the repository at this point in the history
Set v3 configmgr defaults
  • Loading branch information
MarkAckert authored Sep 25, 2024
2 parents 51d84e4 + 655d789 commit b5984dc
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,22 +292,10 @@ zowe:
# Where extensions are installed
extensionDirectory: /global/zowe/extensions

# **COMMONLY_CUSTOMIZED**
useConfigmgr: true
# Setting to true will enable:
# * schema-backed validation of zowe.yaml
# * should greatly improve startup time.
# * can supply multiple zowe.yaml as defaults & overrides in the format of
# FILE(/my/customizations.yaml):PARMLIB(MYORG.ZOWE(YAML)):FILE(/zowe/defaults.yaml)
# * allows templating in zowe.yaml by putting references within ${{ }} blocks such as
# rewriting the job section below as
# job:
# name: ${{ zowe.job.prefix }}SV
# prefix: ZWE1
configmgr:
# STRICT=quit on any error, including missing schema
# COMPONENT-COMPAT=if component missing schema, skip it with warning instead of quit
validation: "COMPONENT-COMPAT"
validation: "STRICT"

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# runtime z/OS job name
Expand Down

0 comments on commit b5984dc

Please sign in to comment.