Skip to content

Commit 89e2c58

Browse files
authored
New release 1.5.0 (#214)
* 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]>
1 parent 762b694 commit 89e2c58

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

docs/source/release_notes.rst

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@
55
Releases
66
========
77

8+
Version 1.5.0
9+
-------------
10+
Notes
11+
* New role, nim_alt_disk_migration, for automating AIX migration (upgrades) using nimadm ( Network Install Manager Alternate Disk Migration) utility.
12+
* Information: https://github.com/IBM/ansible-power-aix/blob/dev-collection/roles/nim_alt_disk_migration/README.md
13+
* New module, nim_resource, to create, remove or display NIM resource objects such as lpp_source, spot, etc.
14+
* New enhanced nim module, with new option "show" to display NIM object information.
15+
* New module, tunables, for automating Kernel Tuning management of no, nfso, vmo, ioo, raso, and schedo.
16+
* New module, tunfile_mgnt, for automating Kernel Tuning using files with tuning parameter values: no, nfs, vmo, ioo, raso, and schedo.
17+
* Enhanced inventory for lpar_facts. Examples: facts for os level, inc_core_crypto, nxcrypto, processor type/implementation mode, and others.
18+
* Enhanced inventory for lpp_facts. Examples: facts for fixes (apar, SP, TL), version consistency (lppchk).
19+
* New module, chsec, for automating changes to attributes in the security stanza files.
20+
* Fix DNF bootstrap not to download the AIX Toolbox bundle if it exist in the controller.
21+
* Updates to sanity tests.
22+
23+
Availability
24+
* `Automation Hub v1.5.0`_
25+
* `Galaxy v1.5.0`_
26+
* `GitHub v1.5.0`_
27+
28+
.. _Automation Hub v1.5.0:
29+
https://cloud.redhat.com/ansible/automation-hub/ibm/power_aix
30+
31+
.. _Galaxy v1.5.0:
32+
https://galaxy.ansible.com/download/ibm-power_aix-1.5.0.tar.gz
33+
34+
.. _GitHub v1.5.0:
35+
https://github.com/IBM/ansible-power-aix/releases/download/v1.5.0/ibm-power_aix-1.5.0.tar.gz
36+
837

938
Version 1.4.1
1039
-------------
@@ -31,7 +60,7 @@ Availability
3160
https://galaxy.ansible.com/download/ibm-power_aix-1.4.1.tar.gz
3261

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

3665

3766
Version 1.4.0

galaxy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: ibm
77
name: power_aix
88

99
# The version of the collection.
10-
version: 1.4.1
10+
version: 1.5.0
1111

1212
# Collection README file (relative to root path)
1313
readme: README.md
@@ -16,7 +16,11 @@ readme: README.md
1616
# @nicks:irc/im.site#channel'
1717
authors:
1818
- Paul B. Finley (@pbfinley1911)
19-
19+
- Pedro Torres (@pvtorres)
20+
- Nitish Mishra (@nitismis)
21+
- Joseph de Joya (@jdejoya17)
22+
- Rae Yang (@raeyacld)
23+
- Gomathi Mohan (@MGomathi)
2024
# Collection Description
2125
description: Ansible Content for IBM Power Systems - AIX provides a collection of content used to manage and deploy Power Systems AIX.
2226

plugins/modules/nim_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
module: nim_resource
1919
short_description: show/define/delete NIM resource object(s).
2020
description:
21-
- This module facilitates the display, creation removal or of NIM resource objects.
21+
- This module facilitates the display, creation or deletion of NIM resource objects.
2222
version_added: '1.5.0'
2323
requirements:
2424
- AIX >= 7.1 TL3

0 commit comments

Comments
 (0)