Skip to content

Commit

Permalink
fix: zosmf static definition conversion (#3938)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Pablo Carle <[email protected]>
Co-authored-by: Pablo Carle <[email protected]>
  • Loading branch information
pablocarle and Pablo Carle authored Jan 3, 2025
1 parent 30c2054 commit d998b5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 53 deletions.
50 changes: 0 additions & 50 deletions discovery-package/src/main/resources/bin/configure.sh

This file was deleted.

1 change: 0 additions & 1 deletion discovery-package/src/main/resources/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build:
commands:
start: bin/start.sh
validate: bin/validate.sh
configure: bin/configure.sh
# if we need to automatically tag file encoding on z/OS during installation
autoEncoding:
# tag all files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
description: 'IBM z/OS Management Facility REST API service. Once configured you can access z/OSMF via the API gateway: https://${ZOWE_EXPLORER_HOST}:${GATEWAY_PORT}/ibmzosmf/api/v1/info'
catalogUiTileId: zosmf
instanceBaseUrls:
- %ZOSMF_SCHEME%://${ZOSMF_HOST}:${ZOSMF_PORT}/
- ${ZOSMF_SCHEME}://${ZOSMF_HOST}:${ZOSMF_PORT}/
homePageRelativeUrl: # Home page is at the same URL
routedServices:
- gatewayUrl: api/v1
Expand All @@ -20,7 +20,7 @@ services:
- apiId: ibm.zosmf
gatewayUrl: api/v1
documentationUrl: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua700/IZUHPINFO_RESTServices.htm
swaggerUrl: %ZOSMF_SCHEME%://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/api/docs
swaggerUrl: ${ZOSMF_SCHEME}://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/api/docs
customMetadata:
apiml:
enableUrlEncodedCharacters: true
Expand Down

0 comments on commit d998b5a

Please sign in to comment.