-
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
Create a Jenkins job to test launching multiple copies & update of zowe from the same runtime #517
Comments
Extra comment from Steven Horsman 11:24 AM @ Apr 20, 2020: So this issue was created before I separated runtime and instance, so they were all together then. There was a plan to have a migrate step for each component (still on the backlog), so they could manually migrate any changed property names, but we’d want to make sure they didn’t replace the extender added ones. I’m not sure if there is plans to create any automation to test adding any zowe extensions (like the IMS one maybe), but the scenario would now be:
|
Idea to solve multiple instances in one server: so far what i’m thinking is the difficulty of uninstall. we currently try to wipe everything possible on the server. but if the user has 2 or 3 instances on the server, we need a way to define the instance, and provide option to uninstall only one of them or all of them extra_instances:
test1:
zowe_instance_dir: /ZOWE/tmp/.
zowe_instance_id: A
zowe_apiml_gateway_port: 17554
# ....more
jack-testa:
zowe_instance_dir: /u/jack/.zowe
zowe_instance_id: J
zowe_apiml_gateway_port: 22222
# ....more when we do a full uninstall, we find all the extra instances and clean up the folders |
After discussed with Steve, this item will be postponed to PI3. |
Once the dev work in #433 is done we should be able to run multiple copies of zowe with different config from the same runtime (binaries) and also update the runtime without losing any config data (assuming that at each release any migration of config is done.
Also need to test bringing up sub-sets of components and test them
We should create pipeline jobs for these tests
The text was updated successfully, but these errors were encountered: