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

Manual retrofit of fixes for issues 4074,4076,4077,4081,4082,4083,4085,4086 to V2 #4101

Merged
merged 5 commits into from
Dec 2, 2024
Merged
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
12 changes: 6 additions & 6 deletions example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zowe:
# MVS data set related configurations
dataset:
# **COMMONLY_CUSTOMIZED**
# where Zowe MVS data sets will be installed
# where are existing Zowe SZWEEXEC Target libraries
prefix: IBMUSER.ZWEV2
# **COMMONLY_CUSTOMIZED**
# PROCLIB where Zowe STCs will be copied over
Expand Down Expand Up @@ -469,17 +469,17 @@ java:


#-------------------------------------------------------------------------------
# node.js configuration
# Node.js configuration
#
# Some Zowe components requires node.js. Define the path where you have your
# node.js is installed.
# Some Zowe components requires Node.js. Define the path where you have your
# Node.js is installed.
#
# **NOTE**: this field can be updated automatically if you pass `--update-config`
# to `zwe init` command.
#-------------------------------------------------------------------------------
node:
# **COMMONLY_CUSTOMIZED**
# Path to your node.js home directory
# Path to your Node.js home directory
home: ""


Expand Down Expand Up @@ -667,7 +667,7 @@ components:
# # for this HA instance, we did not customize "components", so it will use default value.

# # HA instance ID, we will start 2 instances on LPAR2
# # **NOTE**, we can only start one gateway in same LPAR.
# # **NOTE**, we can only start one Gateway in same LPAR.
# lpar2a:
# # hostname where this instance will be started
# hostname: lpar2.my-company.com
Expand Down
4 changes: 2 additions & 2 deletions workflows/files/ZWECONF.properties
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ zowe_job_prefix=ZWE1

# zowe_externalDomains
# Label: Zowe external domains
# Abstract: This should be the domain name of your Dynamic VIP Address (DVIPA)
# Abstract: The list of external domains
# Category: zowe
# Description:
# This should be the domain name of your Dynamic VIP Address (DVIPA)
# Defines a list of external domains that will be used by the Zowe instance.
zowe_externalDomains=sample-domain.com

# zowe_externalPort
Expand Down
Loading
Loading