Skip to content

Commit

Permalink
Support for image/load activation profiles
Browse files Browse the repository at this point in the history
Details:

* Added a new command group "imageprofile" for managing Image Activation
  Profiles.

* Added a new command group "loadprofile" for managing Load Activation
  Profiles.

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 3, 2023
1 parent 36b9f60 commit 725c2a8
Show file tree
Hide file tree
Showing 4 changed files with 2,325 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ Released: not yet
commands have been grouped to be more easily identifiable. This required
adding the "click-option-group" Python package to the dependencies.

* Added command group 'imageprofile' for operations on image activation
profiles in classic mode CPCs.

* Added command group 'loadprofile' for operations on load activation
profiles in classic mode CPCs.

**Cleanup:**

**Known issues:**
Expand Down
2 changes: 2 additions & 0 deletions zhmccli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
from ._cmd_unmanaged_cpc import * # noqa: F401
from ._cmd_ldap_server_definition import * # noqa: F401
from ._cmd_lpar import * # noqa: F401
from ._cmd_imageprofile import * # noqa: F401
from ._cmd_loadprofile import * # noqa: F401
from ._cmd_partition import * # noqa: F401
from ._cmd_adapter import * # noqa: F401
from ._cmd_port import * # noqa: F401
Expand Down
Loading

0 comments on commit 725c2a8

Please sign in to comment.