[Announcement] IBM z/OS Core v1.4.0 has released #582
Replies: 1 comment 4 replies
-
|
@ddimatos is there any news on the release date of the v1.5.0 ? We are running on (E)JES, so we would be happy to see the SDSF dependencies finally gone (ZOAU 1.2.x). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 1.4.0
New
zos_mountsystem data set.
Bug fixes and enhancements
zos_copyforce=trueand the remote file ordata set
destis NOT empty, thedestwill be deleted and recreatedwith the
srcdata set attributes, otherwise it will be recreatedwith the
destdata set attributes.the
dest. This change now reviews the source files instead oftraversing the entire
destpath.in the
destpath. Prior to this change, if a parent directoryanywhere in the path did not exist the task would fail as it was
stated in documentation.
elements that allow different z/OS® systems to share PARMLIB definitions
while retaining unique values in those definitions. This was fixed in a
future release through the use of one of the ZOAU dependency but this
version of
ibm_zos_coredoes not support that dependency version sothis support was added.
managed node and a mode is set, the mode is applied to the directory
on the managed node. If the directory being copied contains files and
mode is set, mode will only be applied to the files being copied not
the pre-existing files.
that will result in error when running
ansible-corev2.11 and usingoptions
forceormode.such that if
dest_data_setis set, this will take precedence.If
destis an empty data set, the empty data set will be written withthe expectation its attributes satisfy the copy. If no precedent rule
has been exercised,
destwill be created with the same attributes ofsrc.destis anonexistent data set, the attributes assigned will depend on the type
of
src. Ifsrcis a USS file,destwill have a Fixed Block (FB)record format and the remaining attributes will be computed. If
srcis binary,
destwill have a Fixed Block (FB) record format with arecord length of 80, block size of 32760, and the remaining attributes
will be computed.
srcis a directory and ends with "/", thecontents of it will be copied into the root of
dest. It it doesn'tend with
/, the directory itself will be copied.further reference refer to the SSH plugin documentation.
a USS file and the destination is a data set with a record length.
This is done by inspecting the destination data set attributes and
using these attributes to create a new data set.
from within the module. In the case where you are copying to
a data set destination that does not exist, you can now do so using
the new module option
dest_data_set.using
dest_data_set.zos_fetchfor further reference refer to the SSH plugin documentation.
zos_job_outputjob step as part of the ret_code response.
provided. Now a specific ddname can be returned and all others ignored.
content. This would occur for jobs with very large amounts of content
from a ddname.
zos_job_querythe module and returns a proper response.
greater than 99,999 jobs in the history.
zos_job_submitresult in a proper module response.
waiting a predetermined time.
zos_operator_action_querythe event an error is encountered.
zos_pingzos_sshconnection plugindependency.
zos_mounttag_ccsidto correctly allow for type int.zos_operatorSETcommand,SETis equivalentto the abbreviated
Tcommand.Deprecated Features
zos_copysupported options in the ansible.builtin.ssh plugin. Refer to
the
SSH port <https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html#parameter-port>__option to configure the port used during the modules SFTP transport.
automatically managed and data sets are either created based on the
src data set or overridden by the new option destination_dataset.
dest_datasethas been deprecated and removed in favor of thenew option
dest_data_set.zos_fetchsupported options in the ansible.builtin.ssh plugin. Refer to
the
SSH port <https://docs.ansible.com/ansible/latest/collections/ansible/builtin/ssh_connection.html#parameter-port>__option to configure the port used during the modules SFTP transport.
zos_sshremove all playbook references to connection ibm.ibm_zos_core.zos_ssh.
This discussion was created from the release release-v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions