Closed jp669844 closed 1 year ago
The intention is to provide a Portable Software Instance that can be added to z/OSMF. It will be another way how to install Zowe besides SMP/E installation and regular convenient build.
REXX script that is creating Portable Software Instance using z/OS client web enablement toolkit and z/OSMF REST APIs:
CIZT_SMPE_HLQ_CSI, CIZT_SMPE_TARGET_ZONE, CIZT_ZOSMF_SYSTEM
). For calling z/OSMF REST API there is needed host, port(CIZT_ZOSMF_PORT
), userid, password and SAF KeyRing (using the default CIZT_ZOSMF_SAFKEYRING
).//ZWEPSI02 JOB
job statement to a temporary dataset that is allocated at the beginning of the scripts (using 'CIZT_PSI_DSNand
CIZT_PSI_VOLSER`) and that will create a Portable Software Instance in CIZT_TMP/export.Obstacles: host, userid and password exist only in Jenkins, not available on the server.
Change of plans: There will be bash script running directly on Jenkins so it will have access to host, userid and password. There will be used curl for REST API calls.
Waiting for ZLC decision.
Steps:
NOT Covered Here:
PSWI has been delivered with Zowe 2.x
@muzikovam Please describe the process here.