-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathmarist.yml
39 lines (39 loc) · 1.52 KB
/
marist.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
################################################################################
# variables for zowe uninstallation and installation
work_dir_remote: /ZOWE/zowe-installs
zowe_root_dir: /ZOWE/staging/zowe
zowe_instance_dir: /ZOWE/tmp/.zowe
zowe_extension_dir: /ZOWE/extensions
zowe_keystore_dir: /ZOWE/tmp/keystore
zowe_logs_dir: /ZOWE/tmp/logs
zowe_install_logs_dir: /ZOWE/tmp/logs
zowe_dataset_prefix: ZOWEAD3.ZWE
zowe_apiml_verify_certficates_of_services: false
# enable Non-Strict verify certificates by default
zowe_apiml_nonstrict_verify_certficates_of_services: true
zowe_xmem_proclib: VENDOR.PROCLIB
# this variable is deprecated in favor of zowe_dataset_prefix
zowe_xmem_loadlib: ZOWEAD3.LOADLIB
zowe_xmem_parmlib: ZOWEAD3.PARMLIB
# # variables for zowe smpe uninstallation and installation
# during uninstallation, any data-sets start with {this}.ZOWE.{fmid} will be removed
zowe_smpe_hlq_dsn: ZOWEAD3
# during uninstallation, any data-sets start with this will be removed
zowe_smpe_hlq_csi: ZOWEAD3.SMPE
zowe_smpe_hlq_tzone: ZOWEAD3.SMPE
zowe_smpe_hlq_dzone: ZOWEAD3.SMPE
zowe_smpe_dir_prefix: /ZOWE/staging
zowe_smpe_rel_file_prefix: ZOWEAD3
zowe_smpe_volser: ZOWE02
# marist server tn3270 port
zowe_zlux_terminal_telnet_port: 623
# optional, this is the folder where we store Zowe FMIDs on the z/OS server
zowe_fmids_dir_remote: /ZOWE/zowe-fmids
# caching service volume
zowe_caching_vsam_volume: ZOWE02
zos_zosmf_ca: zOSMFCA
# extra cleanup, mainly to delete v2 data sets
zowe_uninstall_extra_data_sets:
- ZOWEAD3.JCLLIB
- ZOWEAD3.PLUGLIB