-
Notifications
You must be signed in to change notification settings - Fork 51
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
zwe start -c /path/to/custom.zowe.yaml ignore custom.zowe.yaml
#3848
Comments
When you were looking into the actual jobs, the additional service wasn't started, just to validate? If that is the case @Martin-Zeithaml @jp669844 this seems like a relevant bug. |
|
It is probably better to run this under SDSF or EJES or Sysview, I don't know how well these cases are documented. |
SDSF or SYSVIEW will not help, the config path is coded inside the JCL.
If you make additional changes to config or rename config, it is up to user to take corresponding actions:
The last 2 bullets are the reason, why |
Yes, expected service was down after restart. (other changes has not been applied as well) |
We continue to desire other 3rd-party products to be supported in addtion to SDSF. @Martin-Zeithaml is looking at Sysview. |
I agree with Martin that we should keep the |
Describe the bug
I've installed zowe.
I want to be able to start zowe with customized set of APIML services so I've created copy of
zowe.yaml
-custom.zowe.yaml
in which I've enabled a additional service.
I've stopped running zowe and trying to start it with:
bin/zwe start -c custom.zowe.yaml
I the job log I see -
I cannot find any reference to
custom.zowe.yaml
at all.-c
parameter just ignored.Expected behavior
As
-c path/to/zowe.yaml
parameter is MANDATORY - zowe should use itcustom.zowe.yaml should be applied with the higher precedence that default config or instead of default config.
Additional context
zowe 2.16
The text was updated successfully, but these errors were encountered: