Server IP : 85.214.239.14 / Your IP : 18.191.192.113 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/lib/python3/dist-packages/ansible_collections/infinidat/infinibox/ |
Upload File : |
========== Change Log ========== ------------------- v1.3.12 (2022-12-04) ------------------- ^^^^^^^^^ Bug Fixes ^^^^^^^^^ * Fix infini_vol's write_protected field handling. ------------------- v1.3.11 (2022-12-03) ------------------- ^^^^^^^^^^^^^^^^^^^^ Feature Enhancements ^^^^^^^^^^^^^^^^^^^^ * Fix module sanity errors not flagged when run locally, but flagged when uploaded to the automation hub for certification. -------------------- v1.3.10 (2022-12-03) -------------------- ^^^^^^^^^^^^^^^^^^^^ Feature Enhancements ^^^^^^^^^^^^^^^^^^^^ * Add documentation for the delta-time filter. The delta-time filter is used in test_create_resources.yml playbook. ------------------- v1.3.9 (2022-12-02) ------------------- ^^^^^^^^^^^^^^^^^^^^ Feature Enhancements ^^^^^^^^^^^^^^^^^^^^ * Fix module sanity errors not flagged when run locally, but flagged when uploaded to the automation hub for certification. ------------------- v1.3.8 (2022-12-01) ------------------- ^^^^^^^^^^^^^^^^^^^^ Feature Enhancements ^^^^^^^^^^^^^^^^^^^^ * Support thin and thick provisioning in infini_fs. * Refactor module imports. * In the test_create_resources.yml and test_remove_resources.yml example playbooks, run rescan-scsi-bus.sh on host. ^^^^^^^^^ Bug Fixes ^^^^^^^^^ * Fix infini_vol stat state. Return the provisioning type (thin or thick) properly. ------------------- v1.3.7 (2022-10-03) ------------------- ^^^^^^^^^^^^^^^^^^^^ Project Enhancements ^^^^^^^^^^^^^^^^^^^^ * Execute and pass `Ansible Sanity Tests <https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_testing.html#testing-tools>`_. This is in preparation for Ansible Automation Hub (AAH) certification. * No longer pin module versions in requirements.txt. Record module versions used while testing within CICD using pip freeze. ^^^^^^^^^^^^^^^^^^^^ Feature Enhancements ^^^^^^^^^^^^^^^^^^^^ * Add volume restore to infini_vol. ^^^^^^^^^^^ New Modules ^^^^^^^^^^^ * infini_cluster: Create, delete and modify host clusters on an Infinibox. * infini_network_space: Create, delete and modify network spaces on an Infinibox. ^^^^^^^^^^^^^ New Playbooks ^^^^^^^^^^^^^ * infinisafe_demo_runtest.yml * infinisafe_demo_setup.yml * infinisafe_demo_teardown.yml ^^^^^^^^^ Bug Fixes ^^^^^^^^^ * Fix collection path to module_utils when importing utility modules.