Skip to content

Commit

Permalink
Merge pull request #4101 from zowe/user/zlatnikp/retrofitFixes
Browse files Browse the repository at this point in the history
Manual retrofit of fixes for issues 4074,4076,4077,4081,4082,4083,4085,4086 to V2
  • Loading branch information
MarkAckert authored Dec 2, 2024
2 parents 7a2f0f4 + fd57438 commit 009e1ce
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 80 deletions.
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

0 comments on commit 009e1ce

Please sign in to comment.