Skip to content

Commit

Permalink
Merge branch 'v2.x/staging' into feature/v2/validate-appfw-during-ins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
1000TurquoisePogs authored Jun 25, 2024
2 parents 02fd64c + a2a12b1 commit d010750
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion bin/commands/start/.help
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ zowe:
security:
stcs:
zowe: ZWESLSTC
jobname: ZWE1SV
job:
name: ZWE1SV
haInstances:
[ha-instance]:
sysname: ZLP1
Expand All @@ -21,3 +22,7 @@ haInstances:
- `haInstances.[ha-instance].sysname` is the SYSNAME of the target HA instance.
If you pass `--ha-instance` parameter, this is the SYSNAME the start command
will be routed to.

Note: `zwe start` is only identifying an already configured instance of Zowe.
Any additional changes to the `zowe.yaml` config could possibly require
either manual changes or running related `zwe` commands before issuing `zwe start`.
6 changes: 3 additions & 3 deletions manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -462,17 +462,17 @@
"base": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/base",
"tag" : "2.0-ubuntu"
"tag" : "2-ubuntu"
},
"base-jdk": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/base-jdk",
"tag" : "2.0-ubuntu"
"tag" : "2-ubuntu"
},
"base-node": {
"registry": "zowe-docker-release.jfrog.io",
"name": "ompzowe/base-node",
"tag" : "2.0-ubuntu"
"tag" : "2-ubuntu"
}
},
"dependencyDecisions": {
Expand Down

0 comments on commit d010750

Please sign in to comment.