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 8, 2024
1 parent cbc8230 commit b481745
Show file tree
Hide file tree
Showing 11 changed files with 1,493 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/source/bibliography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ Resources

Java regular expressions
`Java class java.util.regex.Pattern <https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html>`_

.. _`CoD Users Guide`:

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 @@ -60,6 +60,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 b481745

Please sign in to comment.