ansible-collections / ibm_zos_core

Red Hat Ansible Certified Content for IBM Z
75 stars 44 forks source link

[Enabler] Evaluate the IBM z/OS Core collection when running on z/OS 3.1 #1423

Closed ddimatos closed 1 week ago

ddimatos commented 3 months ago

Is there an existing issue for this?

Enabler description

This issue aims to run the collection on z/OS 3.1 and evaluate if there are any issues.

With the inclusion of Open Enterprise Foundation for z/OS (OEF), we now have 4 shells: bash , sh, tcsh and zsh.

Identify any gaps, if time permits within the issues size and scope fix them else draft new issues for further development.

This issue will perform some limited smoke tests on z/OS 3.1, if they pass then the next release (beta) can run full regression on z/OS 3.1.

Ansible module

No response

ddimatos commented 1 week ago

I performed 6 - 8 module tests locally, its enough to consider this issue smoke tested; I was not expecting any issues with the default shell /bin/sh so we can consider this ready for full regression during the next beta release.

Do note, other shells like /bin/zsh do have problems, we are not going to be supporting those anytime soon and there is really no need to given how Ansible can be configured to use a specific shell with ansible_shell_executable: /bin/sh