zhmcclient / zhmccli

A CLI for the IBM Z HMC
Apache License 2.0
9 stars 9 forks source link

Support of new MCL install and delete APIs for CPC #528

Closed schaufle closed 8 months ago

schaufle commented 10 months ago

With bundle s23 WSWAPIs for handlinge Z MCLs were introduce on z16. Please add support in zhmccli to call those new APIs. They are

andy-maier commented 10 months ago

This requires support for these operations in the zhmcclient library. See https://github.com/zhmcclient/python-zhmcclient/issues/1357

andy-maier commented 8 months ago

The zhmcclient implemented support for "CPC install and activate" and "CPC delete retrieved internal code" in PR https://github.com/zhmcclient/python-zhmcclient/pull/1362 (released in version 1.13.0). We discussed "Remove and activate" and it was deemed too dangerous and should remain an activity triggered by the PE at the GUI.

With that, this item here is reduced to implement "CPC install and activate" and "CPC delete retrieved internal code" for the zhmccli.

A new issue #562 has been opened for implementing "Console install and activate" and "Console delete retrieved internal code" for the zhmccli.