Skip to content

Commit

Permalink
Merge branch 'v3.x/staging' into v3.x/feature/mkdirp
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeNemo authored Sep 25, 2024
2 parents 5e6114c + 4152a80 commit bd09af4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 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
11 changes: 2 additions & 9 deletions files/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,20 +157,13 @@ components:
authorization:
endpoint:
enabled: false
provider: ""
provider: "native"
x509:
enabled: false
server:
internal:
# gateway supports internal connector
enabled: false
port: 7550
ssl:
enabled: false

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
zaas:
enabled: false
enabled: true
port: 7558
debug: false

Expand Down
2 changes: 1 addition & 1 deletion manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"componentGroup": "Zowe Visual Studio Code Extension",
"entries": [{
"repository": "zowe-explorer-vscode",
"tag": "next",
"tag": "main",
"destinations": ["Visual Studio Code Marketplace"]
}]
},
Expand Down

0 comments on commit bd09af4

Please sign in to comment.