ansible-collections / ibm_zos_core

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

Merge staging-v1.9.1 into release v1.9.1 #1514

Closed ddimatos closed 4 months ago

ddimatos commented 4 months ago

Release changes for 1.9.1.

Given that 1.9.1 is a patch for 1.9.0, the back level certification will be run.

ddimatos commented 4 months ago

ansible-lint 6.14.3 - as expected for the 1.9.x stream.

tests/sanity/ignore-2.15.txt:5: sanity[cannot-ignore]: Ignore file contains validate-modules:parameter-type-not-in-doc at line 5, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:6: sanity[cannot-ignore]: Ignore file contains validate-modules:undocumented-parameter at line 6, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:7: sanity[cannot-ignore]: Ignore file contains validate-modules:doc-choices-do-not-match-spec at line 7, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:8: sanity[cannot-ignore]: Ignore file contains validate-modules:doc-type-does-not-match-spec at line 8, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:10: sanity[cannot-ignore]: Ignore file contains validate-modules:undocumented-parameter at line 10, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:13: sanity[cannot-ignore]: Ignore file contains validate-modules:parameter-type-not-in-doc at line 13, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:14: sanity[cannot-ignore]: Ignore file contains validate-modules:undocumented-parameter at line 14, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:25: sanity[cannot-ignore]: Ignore file contains validate-modules:invalid-extension at line 25, which is not a permitted ignore.
tests/sanity/ignore-2.15.txt:26: sanity[cannot-ignore]: Ignore file contains validate-modules:python-syntax-error at line 26, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:5: sanity[cannot-ignore]: Ignore file contains validate-modules:parameter-type-not-in-doc at line 5, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:6: sanity[cannot-ignore]: Ignore file contains validate-modules:undocumented-parameter at line 6, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:7: sanity[cannot-ignore]: Ignore file contains validate-modules:doc-choices-do-not-match-spec at line 7, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:8: sanity[cannot-ignore]: Ignore file contains validate-modules:doc-type-does-not-match-spec at line 8, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:10: sanity[cannot-ignore]: Ignore file contains validate-modules:undocumented-parameter at line 10, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:13: sanity[cannot-ignore]: Ignore file contains validate-modules:parameter-type-not-in-doc at line 13, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:14: sanity[cannot-ignore]: Ignore file contains validate-modules:undocumented-parameter at line 14, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:25: sanity[cannot-ignore]: Ignore file contains validate-modules:invalid-extension at line 25, which is not a permitted ignore.
tests/sanity/ignore-2.16.txt:26: sanity[cannot-ignore]: Ignore file contains validate-modules:python-syntax-error at line 26, which is not a permitted ignore.
Read documentation for instructions on how to ignore specific rule violations.
ddimatos commented 4 months ago

ansible-test --sanity ran fine as well:

~/git/gh/ibm_zos_core $: ./ac --ac-sanity
-----------------------------------------------------------------------
Running ansible-test with docker container and all python versions.
-----------------------------------------------------------------------
Starting new "ansible-test-controller-b5LuzCl8" container.
Adding "ansible-test-controller-b5LuzCl8" to container database.
Running sanity test "action-plugin-docs"
Running sanity test "ansible-doc"
Running sanity test "changelog"
Running sanity test "compile" on Python 2.7
Running sanity test "compile" on Python 3.6
Running sanity test "compile" on Python 3.7
Running sanity test "compile" on Python 3.8
Running sanity test "compile" on Python 3.9
Running sanity test "compile" on Python 3.10
Running sanity test "compile" on Python 3.11
Running sanity test "compile" on Python 3.12
Running sanity test "empty-init"
Running sanity test "future-import-boilerplate"
Running sanity test "ignores"
Running sanity test "import" on Python 2.7
Running sanity test "import" on Python 3.6
Running sanity test "import" on Python 3.7
Running sanity test "import" on Python 3.8
Running sanity test "import" on Python 3.9
Running sanity test "import" on Python 3.10
Running sanity test "import" on Python 3.11
Running sanity test "import" on Python 3.12
Running sanity test "line-endings"
Running sanity test "metaclass-boilerplate"
Running sanity test "no-assert"
Running sanity test "no-basestring"
Running sanity test "no-dict-iteritems"
Running sanity test "no-dict-iterkeys"
Running sanity test "no-dict-itervalues"
Running sanity test "no-get-exception"
Running sanity test "no-illegal-filenames"
Running sanity test "no-main-display"
Running sanity test "no-smart-quotes"
Running sanity test "no-unicode-literals"
Running sanity test "pep8"
Running sanity test "pslint"
Running sanity test "pylint"
Running sanity test "replace-urlopen"
Running sanity test "runtime-metadata"
Running sanity test "shebang"
Running sanity test "shellcheck"
Running sanity test "symlinks"
Running sanity test "use-argspec-type-path"
Running sanity test "use-compat-six"
Running sanity test "validate-modules"
Running sanity test "yamllint"
~/git/gh/ibm_zos_core $:
ddimatos commented 4 months ago

Galaxy importer ran clean as well:

(venv-2.16) python -m galaxy_importer.main ibm-ibm_zos_core-1.9.1.tar.gz
INFO: Content search - Analyzing collection structure
INFO:
INFO: ===== LOADING MODULE: zos_data_set =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_data_set --json
INFO:
INFO: ===== LOADING MODULE: zos_ping =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_ping --json
INFO:
INFO: ===== LOADING MODULE: zos_encode =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_encode --json
INFO:
INFO: ===== LOADING MODULE: zos_mount =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_mount --json
INFO:
INFO: ===== LOADING MODULE: zos_job_output =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_job_output --json
INFO:
INFO: ===== LOADING MODULE: zos_operator_action_query =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_operator_action_query --json
INFO:
INFO: ===== LOADING MODULE: zos_find =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_find --json
INFO:
INFO: ===== LOADING MODULE: zos_mvs_raw =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_mvs_raw --json
INFO:
INFO: ===== LOADING MODULE: zos_backup_restore =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_backup_restore --json
INFO:
INFO: ===== LOADING MODULE: zos_unarchive =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_unarchive --json
INFO:
INFO: ===== LOADING MODULE: zos_lineinfile =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_lineinfile --json
INFO:
INFO: ===== LOADING MODULE: zos_copy =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_copy --json
INFO:
INFO: ===== LOADING MODULE: zos_volume_init =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_volume_init --json
INFO:
INFO: ===== LOADING MODULE: zos_apf =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_apf --json
INFO:
INFO: ===== LOADING MODULE: zos_tso_command =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_tso_command --json
INFO:
INFO: ===== LOADING MODULE: zos_job_query =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_job_query --json
INFO:
INFO: ===== LOADING MODULE: zos_job_submit =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_job_submit --json
INFO:
INFO: ===== LOADING MODULE: zos_operator =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_operator --json
INFO:
INFO: ===== LOADING MODULE: zos_gather_facts =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_gather_facts --json
INFO:
INFO: ===== LOADING MODULE: zos_fetch =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_fetch --json
INFO:
INFO: ===== LOADING MODULE: zos_script =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_script --json
INFO:
INFO: ===== LOADING MODULE: zos_archive =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_archive --json
INFO:
INFO: ===== LOADING MODULE: zos_blockinfile =====
INFO: Getting doc strings via ansible-doc
DEBUG: CMD: ansible-doc --type module -M plugins/modules zos_blockinfile --json
INFO:
INFO: ===== LOADING MODULE_UTILS: ickdsf =====
INFO:
INFO: ===== LOADING MODULE_UTILS: better_arg_parser =====
INFO:
INFO: ===== LOADING MODULE_UTILS: mvs_cmd =====
INFO:
INFO: ===== LOADING MODULE_UTILS: zoau_version_checker =====
INFO:
INFO: ===== LOADING MODULE_UTILS: backup =====
INFO:
INFO: ===== LOADING MODULE_UTILS: system =====
INFO:
INFO: ===== LOADING MODULE_UTILS: encode =====
INFO:
INFO: ===== LOADING MODULE_UTILS: job =====
INFO:
INFO: ===== LOADING MODULE_UTILS: vtoc =====
INFO:
INFO: ===== LOADING MODULE_UTILS: zos_mvs_raw =====
INFO:
INFO: ===== LOADING MODULE_UTILS: copy =====
INFO:
INFO: ===== LOADING MODULE_UTILS: ansible_module =====
INFO:
INFO: ===== LOADING MODULE_UTILS: file =====
INFO:
INFO: ===== LOADING MODULE_UTILS: dd_statement =====
INFO:
INFO: ===== LOADING MODULE_UTILS: data_set =====
INFO:
INFO: ===== LOADING MODULE_UTILS: template =====
INFO:
INFO: ===== LOADING MODULE_UTILS: import_handler =====
INFO:
INFO: ===== LOADING MODULE_UTILS: validation =====
INFO:
INFO: ===== LOADING ACTION_PLUGIN: zos_ping =====
INFO:
INFO: ===== LOADING ACTION_PLUGIN: zos_unarchive =====
INFO:
INFO: ===== LOADING ACTION_PLUGIN: zos_copy =====
INFO:
INFO: ===== LOADING ACTION_PLUGIN: zos_job_submit =====
INFO:
INFO: ===== LOADING ACTION_PLUGIN: zos_fetch =====
INFO:
INFO: ===== LOADING ACTION_PLUGIN: zos_script =====
INFO:
INFO: ===== LOADING DOC_FRAGMENTS_PLUGIN: template =====
INFO:
INFO: ===== LOADING FILTER_PLUGIN: wtor =====
DEBUG:
DEBUG: Loaded module: zos_data_set, Manage data sets
DEBUG: Loaded module: zos_ping, Ping z/OS and check dependencies.
DEBUG: Loaded module: zos_encode, Perform encoding operations.
DEBUG: Loaded module: zos_mount, Mount a z/OS file system.
DEBUG: Loaded module: zos_job_output, Display job output
DEBUG: Loaded module: zos_operator_action_query, Display messages requiring action
DEBUG: Loaded module: zos_find, Find matching data sets
DEBUG: Loaded module: zos_mvs_raw, Run a z/OS program.
DEBUG: Loaded module: zos_backup_restore, Backup and restore data sets and volumes
DEBUG: Loaded module: zos_unarchive, Unarchive files and data sets in z/OS.
DEBUG: Loaded module: zos_lineinfile, Manage textual data on z/OS
DEBUG: Loaded module: zos_copy, Copy data to z/OS
DEBUG: Loaded module: zos_volume_init, Initialize volumes or minidisks.
DEBUG: Loaded module: zos_apf, Add or remove libraries to Authorized Program Facility (APF)
DEBUG: Loaded module: zos_tso_command, Execute TSO commands
DEBUG: Loaded module: zos_job_query, Query job status
DEBUG: Loaded module: zos_job_submit, Submit JCL
DEBUG: Loaded module: zos_operator, Execute operator command
DEBUG: Loaded module: zos_gather_facts, Gather z/OS system facts.
DEBUG: Loaded module: zos_fetch, Fetch data from z/OS
DEBUG: Loaded module: zos_script, Run scripts in z/OS
DEBUG: Loaded module: zos_archive, Archive files and data sets on z/OS.
DEBUG: Loaded module: zos_blockinfile, Manage block of multi-line textual data on z/OS
DEBUG: Loaded module_utils: ickdsf, None
DEBUG: Loaded module_utils: better_arg_parser, None
DEBUG: Loaded module_utils: mvs_cmd, None
DEBUG: Loaded module_utils: zoau_version_checker, None
DEBUG: Loaded module_utils: backup, None
DEBUG: Loaded module_utils: system, None
DEBUG: Loaded module_utils: encode, None
DEBUG: Loaded module_utils: job, None
DEBUG: Loaded module_utils: vtoc, None
DEBUG: Loaded module_utils: zos_mvs_raw, None
DEBUG: Loaded module_utils: copy, None
DEBUG: Loaded module_utils: ansible_module, None
DEBUG: Loaded module_utils: file, None
DEBUG: Loaded module_utils: dd_statement, None
DEBUG: Loaded module_utils: data_set, None
DEBUG: Loaded module_utils: template, None
DEBUG: Loaded module_utils: import_handler, None
DEBUG: Loaded module_utils: validation, None
DEBUG: Loaded action: zos_ping, None
DEBUG: Loaded action: zos_unarchive, None
DEBUG: Loaded action: zos_copy, None
DEBUG: Loaded action: zos_job_submit, None
DEBUG: Loaded action: zos_fetch, None
DEBUG: Loaded action: zos_script, None
DEBUG: Loaded doc_fragments: template, None
DEBUG: Loaded filter: wtor, None
Importer processing completed successfully
(venv-2.16)
ddimatos commented 4 months ago

(venv-2.16) pyflakes plugins/* ran clean.