Closed OnnoVdT closed 5 years ago
Should be covered by #446
I'm fine with removing the .zowe_profile and that makes a lot of sense. The remaining question I have is what to do with the ZOWE_ZOSMF_PORT, ZOWE_JAVA_HOME, ZOWE_EXPLORER_HOST, ZOWE_IPADDRESS, ZOWE_EXPLORER_HOST, ZOWE_NODE_HOME
variables. Do we want to still try and be clever and detect them? I think we have the following options:
@OnnoVdT @Joe-Winchester - any suggestions, or elaboration on new suggestions or other things that I've missed?
resolved by #844
Describe the bug zowe-install.sh -I, which does only install of Zowe, still uses/updates ~/.zowe_profile, while the data within is only needed for customization/runtime. This can break automated install by a userid that does not have ~/.zowe_profile set up properly.
To Reproduce Steps to reproduce the behavior:
Expected behavior ~/.zowe_profile should be removed completely (values belong in zowe.yaml), but until then, all references to it should move in zowe-isntall.sh to after -i (install) processing.
Screenshots none
Desktop (please complete the following information): n/a
Smartphone (please complete the following information): n/a
Additional context none