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

install command step optional #3904

Merged
merged 5 commits into from
Jul 17, 2024
Merged
Changes from 1 commit
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
72 changes: 36 additions & 36 deletions workflows/files/ZWECONF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
</variable>
<variable name="zowe_setup_vsam_mode" scope="instance" visibility="public">
<label>Zowe setup VSAM mode</label>
<abstract>VSAM data set with Record-Level-Sharing enabled or not</abstract>
<description>VSAM data set with Record-Level-Sharing enabled or not</description>
<abstract>VSAM data set with Record-Level-Sharing enabled or disabled</abstract>
<description>VSAM data set with Record-Level-Sharing enabled or disabled</description>
<category>components</category>
<string valueMustBeChoice="false" multiLine="false">
<!-- Put validation here -->
Expand Down Expand Up @@ -202,8 +202,8 @@ It is used by ZWESLSTC or by zwe command</description>
</variable>
<variable name="zowe_externalDomains" scope="instance" visibility="public">
<label>Zowe external domains</label>
<abstract>This should be the domain name of your Dynamic VIP Address (DVIPA)</abstract>
<description>This should be the domain name of your Dynamic VIP Address (DVIPA)</description>
<abstract>The domain name of your Dynamic VIP Address (DVIPA)</abstract>
<description>The domain name of your Dynamic VIP Address (DVIPA)</description>
<category>zowe</category>
<string valueMustBeChoice="false" multiLine="true">
<!-- Put validation here -->
Expand All @@ -213,7 +213,7 @@ It is used by ZWESLSTC or by zwe command</description>
</variable>
<variable name="zowe_externalPort" scope="instance" visibility="public">
<label>Zowe external port</label>
<abstract>This is the port you use to access Zowe Gateway from your web browser</abstract>
<abstract>The port you use to access Zowe Gateway from your web browser</abstract>
<description>This is the port you use to access Zowe Gateway from your web browser.
In many use cases, this should be same as &lt;b&gt;components.gateway.port&lt;/b&gt;. But in
some use cases, like containerization, this port could be different.</description>
Expand Down Expand Up @@ -268,7 +268,7 @@ some use cases, like containerization, this port could be different.</descriptio
</variable>
<variable name="zowe_certificate_keystore_file" scope="instance" visibility="public">
<label>Zowe certificate keystore file</label>
<abstract>Zowe certificate keystore file. In case of keyring the format is "safkeyring://OWNER/KEYRING".</abstract>
<abstract>Zowe certificate keystore file. For keyring, the format is "safkeyring://OWNER/KEYRING".</abstract>
<description>Zowe certificate keystore file</description>
<category>certificates</category>
<string valueMustBeChoice="false" multiLine="false">
Expand Down Expand Up @@ -317,7 +317,7 @@ some use cases, like containerization, this port could be different.</descriptio
</variable>
<variable name="zowe_certificate_truststore_file" scope="instance" visibility="public">
<label>Zowe certificate truststore file</label>
<abstract>File location for the certificate truststore. Keyring is in the format "safkeyring://OWNER/KEYRING".</abstract>
<abstract>File location for cert truststore. For keyring, the format is "safkeyring://OWNER/KEYRING"</abstract>
<description>File location for the certificate truststore</description>
<category>certificates</category>
<string valueMustBeChoice="false" multiLine="false">
Expand Down Expand Up @@ -460,8 +460,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_gateway_port" scope="instance" visibility="public">
<label>Gateway port</label>
<abstract>Port for the APIML gateway</abstract>
<description>Port for the APIML gateway</description>
<abstract>Port for the API ML gateway</abstract>
<description>Port for the API ML gateway</description>
<category>components</category>
<integer>
<!-- Put validation here -->
Expand Down Expand Up @@ -515,8 +515,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_gateway_apiml_security_authorization_endpoint_enabled" scope="instance" visibility="public">
<label>Enable gateway APIML security authorization endpoint</label>
<abstract>Use this to enable the security authorization endpoint</abstract>
<description>Use this to enable the security authorization endpoint</description>
<abstract>Check to enable the security authorization endpoint</abstract>
<description>Check to enable the security authorization endpoint</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand Down Expand Up @@ -547,8 +547,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_gateway_server_internal_enabled" scope="instance" visibility="public">
<label>Enable gateway server internal connector</label>
<abstract>Enable gateway server internal connector</abstract>
<description>Enable gateway server internal connector</description>
<abstract>Check this option to enable gateway server internal connector</abstract>
<description>Check this option to enable gateway server internal connector</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand Down Expand Up @@ -657,8 +657,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_api_catalog_port" scope="instance" visibility="public">
<label>API catalog port</label>
<abstract>Port on which the API catalog should be running.</abstract>
<description>Port on which the API catalog should be running.</description>
<abstract>Port on which the API Catalog should be running.</abstract>
<description>Port on which the API Catalog should be running.</description>
<category>components</category>
<integer>
<!-- Put validation here -->
Expand All @@ -668,8 +668,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_api_catalog_debug" scope="instance" visibility="public">
<label>API catalog debug</label>
<abstract>Extra debugging information from API catalog.</abstract>
<description>Extra debugging information from API catalog.</description>
<abstract>Extra debugging information from API Catalog.</abstract>
<description>Extra debugging information from API Catalog.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -690,8 +690,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_discovery_port" scope="instance" visibility="public">
<label>Discovery port</label>
<abstract>Port on which the discovery service should be running</abstract>
<description>Port on which the discovery service should be running</description>
<abstract>Port on which the Discovery service should be running</abstract>
<description>Port on which the Discovery service should be running</description>
<category>components</category>
<integer>
<!-- Put validation here -->
Expand All @@ -701,8 +701,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_discovery_debug" scope="instance" visibility="public">
<label>Discovery debug</label>
<abstract>Should there be extra debugging information?</abstract>
<description>Should there be extra debugging information?</description>
<abstract>Check this option to include extra debugging information</abstract>
<description>Check this option to include extra debugging information</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand Down Expand Up @@ -745,7 +745,7 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="components_caching_service_storage_evictionStrategy" scope="instance" visibility="public">
<label>Caching service storage eviction strategy</label>
<abstract>Specifies the eviction strategy when storage size is achieved.</abstract>
<abstract>Specifies the eviction strategy when storage size is achieved</abstract>
<description>Specifies the eviction strategy when storage size is achieved.</description>
<category>components</category>
<string valueMustBeChoice="true" multiLine="false">
Expand All @@ -759,7 +759,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_caching_service_storage_mode" scope="instance" visibility="public">
<label>Caching service storage mode</label>
<abstract>Specifies the components caching service storage mode</abstract>
<description>Specifies the components caching service storage mode</description>
<description>Specifies the components caching service storage mode.</description>
<category>components</category>
<string valueMustBeChoice="true" multiLine="false">
<!-- Put validation here -->
Expand All @@ -774,7 +774,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_caching_service_storage_size" scope="instance" visibility="public">
<label>Caching service storage size</label>
<abstract>Number of records before the eviction strategies kick in</abstract>
<description>Number of records before the eviction strategies kick in</description>
<description>Number of records before the eviction strategies kick in.</description>
<category>components</category>
<integer>
<!-- Put validation here -->
Expand Down Expand Up @@ -806,7 +806,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_app_server_enabled" scope="instance" visibility="public">
<label>Enable the app server</label>
<abstract>Check this option to enable the app server</abstract>
<description>Check this option to enable the app server</description>
<description>Check this option to enable the app server.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -817,7 +817,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_app_server_debug" scope="instance" visibility="public">
<label>App server debug</label>
<abstract>Check to get extra debug information from the service</abstract>
<description>Check to get extra debug information from the service</description>
<description>Check to get extra debug information from the service.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand Down Expand Up @@ -894,7 +894,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_jobs_api_enabled" scope="instance" visibility="public">
<label>Enable jobs API</label>
<abstract>Check this option to enable the jobs API</abstract>
<description>Check this option to enable the jobs API</description>
<description>Check this option to enable the jobs API.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -905,7 +905,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_jobs_api_debug" scope="instance" visibility="public">
<label>Jobs API debug</label>
<abstract>Check to get extra debug information from the service</abstract>
<description>Check to get extra debug information from the service</description>
<description>Check to get extra debug information from the service.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -927,7 +927,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_files_api_enabled" scope="instance" visibility="public">
<label>Enable files API</label>
<abstract>Check this option to enable the files API</abstract>
<description>Check this option to enable the files API</description>
<description>Check this option to enable the files API.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -938,7 +938,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_files_api_debug" scope="instance" visibility="public">
<label>Files API debug</label>
<abstract>Check to get extra debug information from the service</abstract>
<description>Check to get extra debug information from the service</description>
<description>Check to get extra debug information from the service.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -960,7 +960,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_explorer_jes_enabled" scope="instance" visibility="public">
<label>Enable explorer JES</label>
<abstract>Check this option to enable the JES explorer</abstract>
<description>Check this option to enable the JES explorer</description>
<description>Check this option to enable the JES explorer.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -971,7 +971,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_explorer_mvs_enabled" scope="instance" visibility="public">
<label>Enable explorer MVS</label>
<abstract>Check this option to enable the MVS explorer</abstract>
<description>Check this option to enable the MVS explorer</description>
<description>Check this option to enable the MVS explorer.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -982,7 +982,7 @@ How we want to verify SSL certificates of services. Valid values are:
<variable name="components_explorer_uss_enabled" scope="instance" visibility="public">
<label>Enable explorer USS</label>
<abstract>Check this option to enable the USS explorer</abstract>
<description>Check this option to enable the USS explorer</description>
<description>Check this option to enable the USS explorer.</description>
<category>components</category>
<boolean>
<!-- Put validation here -->
Expand All @@ -992,8 +992,8 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="useconfig_manager_enabled" scope="instance" visibility="public">
<label>Enable Zowe configuration manager</label>
<abstract>Should Zowe configuration manager be enabled?</abstract>
<description>Should Zowe configuration manager be enabled?</description>
<abstract>Check this option to enable Zowe configuration manager</abstract>
<description>Check this option to enable Zowe configuration manager.</description>
<category>configManager</category>
<boolean>
<!-- Put validation here -->
Expand Down Expand Up @@ -1149,7 +1149,7 @@ How we want to verify SSL certificates of services. Valid values are:
</variable>
<variable name="zowe_setup_installStep_enabled" scope="instance" visibility="public">
<label>Install the MVS data sets</label>
<abstract>This install option is only for convenience build. Check this option to enable this run step with the zwe install command.</abstract>
<abstract>Check to enable this run step with the zwe install command. For convenience build only.</abstract>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, tested, working again

<description>Check this option to enable the optional workflow step with zwe install command. After Zowe convenience build is extracted,
you can enable this flag to run the zwe install command to install MVS data sets within this workflow run.
This option is for convenience build only. SMP/E installs the MVS data sets during installation.</description>
Expand Down
Loading