Skip to content

Commit

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

* Added command group 'resetprofile' for operations on reset activation
  profiles in classic mode CPCs.

* 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.

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 27, 2023
1 parent 6c98bf6 commit e7a373a
Show file tree
Hide file tree
Showing 6 changed files with 2,951 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ Released: not yet
* Tests: Added an environment variable TESTLOG to enable logging for end2end
tests. (issue #414)

* Added command group 'resetprofile' for operations on reset activation
profiles in classic mode CPCs.

* 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
3 changes: 3 additions & 0 deletions zhmccli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
from ._cmd_unmanaged_cpc import * # noqa: F401
from ._cmd_ldap_server_definition import * # noqa: F401
from ._cmd_lpar import * # noqa: F401
from ._cmd_resetprofile 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 e7a373a

Please sign in to comment.