Skip to content

Commit

Permalink
Added zhmc_cpc_capacity module
Browse files Browse the repository at this point in the history
Details:

* Added a new Ansible module 'zhmc_cpc_capacity' for managing the temporary
  processor capacity of a CPC. (issue #243)

* Added end2end testcase for zhmc_cpc_capacity with state=facts.

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 4, 2024
1 parent c084664 commit 2a3d8d8
Show file tree
Hide file tree
Showing 11 changed files with 1,490 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/source/bibliography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ Resources
HMC API 2.15.0
`IBM SC27-2638, IBM Z Hardware Management Console Web Services API (Version 2.15.0) <https://www.ibm.com/support/pages/node/6019720>`_
(covers both GA1 and GA2)

Capacity on Demand User's Guide
`IBM SC28-6985, IBM Z Capacity on Demand User's Guide <https://www.ibm.com/support/pages/node/6018790>`_
1 change: 1 addition & 0 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Modules supported with CPCs in any operational mode:

modules/zhmc_cpc
modules/zhmc_cpc_list
modules/zhmc_cpc_capacity

Modules supported only with CPCs in DPM operational mode:

Expand Down
Loading

0 comments on commit 2a3d8d8

Please sign in to comment.