-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LKU, tunables, linting issues, ansible-version update (#595)
* Live kernel update role and linting issues Signed-off-by: Nitish K Mishra <[email protected]> * tunables kernel support for AIX 7.3 Signed-off-by: Nitish K Mishra <[email protected]> * New playbook for LKU operation Signed-off-by: Nitish K Mishra <[email protected]> * fixed linting issues Signed-off-by: Nitish K Mishra <[email protected]> * Update ansible version to 2.16 Signed-off-by: Nitish K Mishra <[email protected]> * LKU linting issues fixed Signed-off-by: Nitish K Mishra <[email protected]> --------- Signed-off-by: Nitish K Mishra <[email protected]>
- Loading branch information
Showing
20 changed files
with
433 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
requires_ansible: '>=2.15.0' | ||
requires_ansible: '>=2.16.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Live Kernel update operation on AIX | ||
hosts: all | ||
gather_facts: false | ||
user: root | ||
tasks: | ||
# CHECK for Yum on inventory host | ||
- ansible.builtin.import_role: | ||
name: live_kernel_update | ||
vars: | ||
live_kernel_update_hmc_name: test1.hmc.hostname | ||
live_kernel_update_hmc_password: password123 | ||
live_kernel_update_directory: /tmp/source | ||
live_kernel_update_file_name: IZ12345.140806.epkg.Z | ||
live_kernel_update_preview_mode: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,3 @@ | |
PVC_user: "{{ pvc_user }}" | ||
directory: "{{ directory }}" | ||
filesets_fixes: update_all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.