Skip to content

Commit

Permalink
Merge pull request #3982 from zowe/user/muzikovam/updateZWECONF
Browse files Browse the repository at this point in the history
User/muzikovam/update zweconf
  • Loading branch information
MarkAckert authored Sep 18, 2024
2 parents 369de92 + ba60d9a commit d2f64cc
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 357 deletions.
12 changes: 6 additions & 6 deletions example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ zowe:
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# This is an ID you use to separate multiple Zowe installs when determining
# resource names used in RBAC authorization checks such as dataservices with RBAC
# expects this ID in SAF resources
# expects this ID in SAF resources
rbacProfileIdentifier: "1"

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Expand All @@ -336,7 +336,7 @@ zowe:
externalDomains:
# this should be the domain name to access Zowe APIML Gateway
- sample-domain.com

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# This is the port you use to access Zowe Gateway from your web browser.
#
Expand Down Expand Up @@ -378,8 +378,8 @@ zowe:
# ZWED_TN3270_PORT: 23

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# You can define any Zowe message portions to be checked for and the message added to the
# system log upon its logging, truncated to 126 characters.
# You can define any Zowe message portions to be checked for and the message added to the
# system log upon its logging, truncated to 126 characters.
sysMessages:
# # Zowe starting
- "ZWEL0021I"
Expand Down Expand Up @@ -449,7 +449,7 @@ zowe:
# This mode does not validate certificate Common Name and Subject
# Alternative Name (SAN).
# - DISABLED: disable certificate validation. This is NOT recommended for
# security.
# security.
verifyCertificates: STRICT


Expand Down Expand Up @@ -633,7 +633,7 @@ components:
# # This sysname will be used to route your JES command to target system.
# sysname: LPR1
# # 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.
# lpar2a:
Expand Down
14 changes: 7 additions & 7 deletions pswi/05_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ echo "Mounting ${TEST_HLQ}.ZFS"
sh scripts/tmp_mounts.sh "${TEST_HLQ}.ZFS" "${TEST_MOUNT}"
if [ $? -gt 0 ]; then exit -1; fi

# echo "Registering/testing the configuration workflow ${TEST_HLQ}.WORKFLOW(ZWECONF)"
# sh scripts/wf_run_test.sh "${TEST_HLQ}.WORKFLOW(ZWECONF)"
# if [ $? -gt 0 ];then exit -1;fi
#
# echo "Registering/testing the configuration workflow ${TEST_MOUNT}/content/files/workflows/ZWECONF.xml"
# sh scripts/wf_run_test.sh "${TEST_MOUNT}/files/workflows/ZWECONF.xml"
# if [ $? -gt 0 ];then exit -1;fi
echo "Registering/testing the configuration workflow ${TEST_HLQ}.WORKFLOW(ZWECONF)"
sh scripts/wf_run_test.sh "${TEST_HLQ}.WORKFLOW(ZWECONF)"
if [ $? -gt 0 ];then exit -1;fi

echo "Registering/testing the configuration workflow ${TEST_MOUNT}/content/files/workflows/ZWECONF.xml"
sh scripts/wf_run_test.sh "${TEST_MOUNT}/files/workflows/ZWECONF.xml"
if [ $? -gt 0 ];then exit -1;fi
2 changes: 1 addition & 1 deletion pswi/scripts/wf_run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Port :" $ZOSMF_PORT
echo "z/OSMF system :" $ZOSMF_SYSTEM
echo "Workflow definition file :" $WF_DEF_FILE

WF_NAME="Testing workflows"
WF_NAME="Testing_workflows"
# URLs
CREATE_WF_URL="${BASE_URL}/zosmf/workflow/rest/1.0/workflows"
WF_LIST_URL="${BASE_URL}/zosmf/workflow/rest/1.0/workflows?owner=${ZOSMF_USER}&workflowName=${WF_NAME}"
Expand Down
Loading

0 comments on commit d2f64cc

Please sign in to comment.