Skip to content

Commit

Permalink
fix: z/OSMF static definition file processing (v2) (#3975)
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 Feb 3, 2025
1 parent 51a1fc5 commit 85aa6a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/service-registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: >
./gradlew runStartUpCheck --info --scan
- name: Store results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: CITests-${{ env.JOB_ID }}
Expand Down
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 @@ -8,7 +8,7 @@ services:
title: z/OSMF
description: IBM z/OS Management Facility REST API service
instanceBaseUrls:
- %ZOSMF_SCHEME%://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/
- ${ZOSMF_SCHEME:-https}://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/
homePageRelativeUrl: # Home page is at the same URL
routedServices:
- gatewayUrl: api/v1
Expand All @@ -29,7 +29,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:-https}://${ZOSMF_HOST}:${ZOSMF_PORT}/
homePageRelativeUrl: # Home page is at the same URL
routedServices:
- gatewayUrl: api/v1
Expand All @@ -40,7 +40,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:-https}://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/api/docs
customMetadata:
apiml:
enableUrlEncodedCharacters: true
Expand Down

0 comments on commit 85aa6a7

Please sign in to comment.