-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.10.0] [Enabler] Standardization of choices in modules (#1388)
* Update zos_archive choices * Update zos_backup_restore choices * Update zos_copy choices * Update zos_data_set choices * Update module docs * Update zos_job_submit choices * Update zos_mount choices * Update zos_unarchive choices * Fix zos_archive and update its tests This also includes major work on zos_data_set since half of the test suite for zos_archive depends on creating data sets. * Update zos_backup_restore tests * Update zos_blockinfile tests * Update more modules * Updated more tests * Update zos_unarchive and zos_mount * Update zos_backup_restore unit tests * Update zos_mvs_raw * Update zos_copy tests * Fix some sanity issues * Fix zos_copy KSDS test * Update zos_copy some more * Fix ZFS call * Update zos_unarchive tests * Add massive changelog fragment * Fix call to zos_data_set * Fix more test issues in zos_fetch * Fix zos_find tests * Generate updated docs
- Loading branch information
Showing
54 changed files
with
2,302 additions
and
1,880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
breaking_changes: | ||
- zos_archive - option ``terse_pack`` no longer accepts uppercase choices, | ||
users should replace them with lowercase ones. | ||
Suboption ``type`` of ``dest_data_set`` no longer accepts uppercase | ||
choices, users should replace them with lowercase ones. | ||
Suboption ``space_type`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboption ``record_format`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_backup_restore - option ``space_type`` no longer accepts uppercase | ||
choices, users should replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_copy - suboption ``type`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboption ``space_type`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboption ``record_format`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_data_set - option ``type`` no longer accepts uppercase choices, | ||
users should replace them with lowercase ones. | ||
Option ``space_type`` no longer accepts uppercase choices, users | ||
should replace them with lowercase ones. | ||
Option ``record_format`` no longer accepts uppercase choices, users | ||
should replace them with lowercase ones. | ||
Options inside ``batch`` no longer accept uppercase choices, users should | ||
replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_job_submit - option ``location`` no longer accepts uppercase choices, | ||
users should replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_mount - option ``fs_type`` no longer accepts uppercase choices, | ||
users should replace them with lowercase ones. | ||
Option ``unmount_opts`` no longer accepts uppercase choices, users | ||
should replace them with lowercase ones. | ||
Option ``mount_opts`` no longer accepts uppercase choices, users | ||
should replace them with lowercase ones. | ||
Option ``tag_untagged`` no longer accepts uppercase choices, users | ||
should replace them with lowercase ones. | ||
Option ``automove`` no longer accepts uppercase choices, users | ||
should replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_mvs_raw - suboption ``type`` of ``dd_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboptions ``disposition_normal`` and ``disposition_abnormal`` of | ||
``dd_data_set`` no longer accept ``catlg`` and ``uncatlg`` as choices. | ||
This also applies when defining a ``dd_data_set`` inside ``dd_concat``. | ||
Suboption ``space_type`` of ``dd_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboption ``record_format`` of ``dd_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboption ``record_format`` of ``dd_unix`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Options inside ``dd_concat`` no longer accept uppercase choices, | ||
users should replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_unarchive - suboption ``type`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboption ``space_type`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
Suboption ``record_format`` of ``dest_data_set`` no longer accepts | ||
uppercase choices, users should replace them with lowercase ones. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
|
||
trivial: | ||
- zos_blockinfile - updated tests to use lowercase options when calling | ||
another module in the collection. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_find - updated tests to use lowercase options when calling | ||
another module in the collection. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_lineinfile - updated tests to use lowercase options when calling | ||
another module in the collection. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_encode - updated tests to use lowercase options when calling | ||
another module in the collection. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_fetch - updated tests to use lowercase options when calling | ||
another module in the collection. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_job_output - updated tests to use lowercase options when calling | ||
another module in the collection. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). | ||
- zos_job_query - updated tests to use lowercase options when calling | ||
another module in the collection. | ||
(https://github.com/ansible-collections/ibm_zos_core/pull/1388). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.