- Update CHANGELOG.
- psdev-1178: Add infini_infinimetrics module. Allows adding an Infinibox to Infinimetrics.
- psdev-1108: Extend configure_array example playbook to further demonstrate extensive customization of an Infinibox using Ansible.
- psdev-1222: Add pool threshold alarm setting support to infini_pool.
- psdev-1221: Fix infini_notification_rule. Find the correct target ID when using a recipient. The ID cannot be assumed to be 3.
- psdev-1188: Refactor CICD to use Infinibox 2503.
- psdev-1150: Update galaxy.yml for publication on Automation Hub.
- psdev-1150: Update galaxy.yml for publication on Automation Hub.
- Require Ansible >= 2.14.0
- The default for the write_protected parameter when creating a master volume or master file system has changed from true to false. For snapshots, the default is true.
- psdev-1147: Fix an issue network space module where when removing a space the management interface was not removed last. This is required.
- psdev-1138: Add infini_sso module. Allow SSO configuration.
- psdev-1151: Add infini_fibre_channel_switch module. Allow renaming of FC switches.
- psdev-1148: Add infini_certificate module. Allow uploading SSL certificates.
- psdev-1045: Add infini_event module. Allow posting of custom events.
- Add infini_config module.
- Add infini_notification_rule module.
- Add infini_notification_target module.
- psdev-1108: Provide configure_array.yml playbook. This is an example playbook demonstrating detailed configuration of Infiniboxes. It is idempotent so may be run against new or existing Infiniboxes repeatedly.
- psdev-1147: Implement network space module present state to handle updating parameters in an existing network space. Add support for is_async option.
- psdev-1108: Add state "login" to infini_user module. This tests credentials. Added to support Active Directory testing.
- Add syslog_server script to allow testing of syslog notifications.
- Add new infini_users_repository module. Use this module to configure Active Directory and LDAP resournces on an Infinibox.
- Add new infini_metadata module. This module will set, get and remove metadata (keys and values) to and from objects of these types: ["cluster", "fs", "fs-snap", "host", "pool", "system", "vol", "vol-snap"].
- Add snapshot support to the infini_fs module. File system snapshot locks, regular and immutable are supported.
- Fix infini_vol's write_protected field handling.
- Fix module sanity errors not flagged when run locally, but flagged when uploaded to the automation hub for certification.
- Add documentation for the delta-time filter. The delta-time filter is used in test_create_resources.yml playbook.
- Fix module sanity errors not flagged when run locally, but flagged when uploaded to the automation hub for certification.
- 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.
- Fix infini_vol stat state. Return the provisioning type (thin or thick) properly.
- Execute and pass Ansible Sanity Tests. 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.
- Add volume restore to infini_vol.
- infini_cluster: Create, delete and modify host clusters on an Infinibox.
- infini_network_space: Create, delete and modify network spaces on an Infinibox.
- infinisafe_demo_runtest.yml
- infinisafe_demo_setup.yml
- infinisafe_demo_teardown.yml
- Fix collection path to module_utils when importing utility modules.