-
Notifications
You must be signed in to change notification settings - Fork 85
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
Updates to environment variable configurations for ibm zos core 1.10 compatibility #252
Updates to environment variable configurations for ibm zos core 1.10 compatibility #252
Conversation
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
f293919
to
852416d
Compare
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
…, also fix typo Signed-off-by: Ketan Kelkar <[email protected]>
…r option to zoau_pythonpath description Signed-off-by: Ketan Kelkar <[email protected]>
…ining zos_host.yml files Signed-off-by: Ketan Kelkar <[email protected]>
…ath values Signed-off-by: Ketan Kelkar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor questions, not issues. One old date, and a question about versioning of python.
Signed-off-by: Ketan Kelkar <[email protected]>
f322d13
to
7a5ca6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ketankelkar nice work, I had a few comments for you, I did not comment on each reoccurring change but my comments apply to many of the redundant content.
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
Signed-off-by: Ketan Kelkar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the added updates @ketankelkar , looks good.
The ibm_zos_core collection version 1.10 brings with it a migration to ZOAU version 1.3.x. The new version of ZOAU packages the
zoautil_py
library files differently than version 1.2.x. Correctly configuring thePYTHONPATH
variable is all that is needed for continued support of both old and new.To adopt the new as well as continue backwards compatibility in these playbooks with ZOAU version 1.2.x and ibm_zos_core collection version 1.9, a number of changes are introduced through this PR.
inventories/host_vars/all.yml
:PYTHONPATH
is now a variable that is defined/configured ingroup_vars/zos_host.yml
.inventories/group_vars/zos_host.yml
:PYZ_VERSION
is introduced to track the version of python. This info is needed to select the correct ZOAU python libraryZOAU_PYTHONPATH
is introduced (with 3 variations) to point to the ZOAUzoautil_py
python library files.