Skip to content

Commit

Permalink
New release 1.5.0 (#214)
Browse files Browse the repository at this point in the history
* New role nim_alt_disk_migration to automate the AIX software migration (upgrades) using an alternate disk.
  *  Information: https://github.com/IBM/ansible-power-aix/blob/dev-collection/roles/nim_alt_disk_migration/README.md
  * New module nim_resource to create, remove or display NIM resource objects such as lpp_source, spot, etc.
  * New enhanced nim module with new option "show" to display NIM object information.
  * New module tunables to automate Kernel Tuning management of no, nfso, vmo, ioo, raso and schedo.
  * New module tunfile_mgnt to automate Kernel Tuning with files containing sets of tuning parameters values: no, nfs, vmo, ioo, raso and schedo.
  * New enhanced inventory information for lpar_facts such full as os level, inc_core_crypto, nxcrypto, processor type/mode are more.
  * New enhanced inventory collection for lpp_facts additional info such as fixes (apar, SP, TL), version concistency (lppchk).
  * Fix DNF bootstrap not to download the AIX Toolbox bundle if it exist in the controller.
  * Updates to sanity tests.

Updates to relese notes and galaxy

Signed-off-by: Pedro Torres <[email protected]>
  • Loading branch information
pvtorres authored Jul 12, 2022
1 parent 762b694 commit 89e2c58
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
31 changes: 30 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@
Releases
========

Version 1.5.0
-------------
Notes
* New role, nim_alt_disk_migration, for automating AIX migration (upgrades) using nimadm ( Network Install Manager Alternate Disk Migration) utility.
* Information: https://github.com/IBM/ansible-power-aix/blob/dev-collection/roles/nim_alt_disk_migration/README.md
* New module, nim_resource, to create, remove or display NIM resource objects such as lpp_source, spot, etc.
* New enhanced nim module, with new option "show" to display NIM object information.
* New module, tunables, for automating Kernel Tuning management of no, nfso, vmo, ioo, raso, and schedo.
* New module, tunfile_mgnt, for automating Kernel Tuning using files with tuning parameter values: no, nfs, vmo, ioo, raso, and schedo.
* Enhanced inventory for lpar_facts. Examples: facts for os level, inc_core_crypto, nxcrypto, processor type/implementation mode, and others.
* Enhanced inventory for lpp_facts. Examples: facts for fixes (apar, SP, TL), version consistency (lppchk).
* New module, chsec, for automating changes to attributes in the security stanza files.
* Fix DNF bootstrap not to download the AIX Toolbox bundle if it exist in the controller.
* Updates to sanity tests.

Availability
* `Automation Hub v1.5.0`_
* `Galaxy v1.5.0`_
* `GitHub v1.5.0`_

.. _Automation Hub v1.5.0:
https://cloud.redhat.com/ansible/automation-hub/ibm/power_aix

.. _Galaxy v1.5.0:
https://galaxy.ansible.com/download/ibm-power_aix-1.5.0.tar.gz

.. _GitHub v1.5.0:
https://github.com/IBM/ansible-power-aix/releases/download/v1.5.0/ibm-power_aix-1.5.0.tar.gz


Version 1.4.1
-------------
Expand All @@ -31,7 +60,7 @@ Availability
https://galaxy.ansible.com/download/ibm-power_aix-1.4.1.tar.gz

.. _GitHub v1.4.1:
https://github.com/IBM/ansible-power-aix/releases/download/v1.4.0/ibm-power_aix-1.4.0.tar.gz
https://github.com/IBM/ansible-power-aix/releases/download/v1.4.1/ibm-power_aix-1.4.1.tar.gz


Version 1.4.0
Expand Down
8 changes: 6 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: ibm
name: power_aix

# The version of the collection.
version: 1.4.1
version: 1.5.0

# Collection README file (relative to root path)
readme: README.md
Expand All @@ -16,7 +16,11 @@ readme: README.md
# @nicks:irc/im.site#channel'
authors:
- Paul B. Finley (@pbfinley1911)

- Pedro Torres (@pvtorres)
- Nitish Mishra (@nitismis)
- Joseph de Joya (@jdejoya17)
- Rae Yang (@raeyacld)
- Gomathi Mohan (@MGomathi)
# Collection Description
description: Ansible Content for IBM Power Systems - AIX provides a collection of content used to manage and deploy Power Systems AIX.

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nim_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module: nim_resource
short_description: show/define/delete NIM resource object(s).
description:
- This module facilitates the display, creation removal or of NIM resource objects.
- This module facilitates the display, creation or deletion of NIM resource objects.
version_added: '1.5.0'
requirements:
- AIX >= 7.1 TL3
Expand Down

0 comments on commit 89e2c58

Please sign in to comment.