Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for StorageGroupTemplate and StorageVolumeTemplate command groups (DPM mode) #95

Open
andy-maier opened this issue Dec 24, 2020 · 0 comments

Comments

@andy-maier
Copy link
Member

andy-maier commented Dec 24, 2020

Overview

Add support for the resources StorageGroupTemplate and StorageVolumeTemplate (which are supported in zhmcclient).

Proposal

New command group and commands for storage group templates:

  • storagegrouptemplate create - Create a storage group template
  • storagegrouptemplate list - List the storage group templates
  • storagegrouptemplate show SGT - Show the details of a storage group template
  • storagegrouptemplate delete SGT - Delete a storage group template
  • storagegrouptemplate update SGT - Update properties of a storage group template

New command group and commands for storage volume templates:

  • storagevolumetemplate create SGT - Create a storage volume template in a storage group template
  • storagevolumetemplate list SGT - List the storage volume templates in a storage group template
  • storagevolumetemplate show SGT SVT - Show the details of a storage volume template
  • storagevolumetemplate delete SGT SVT - Delete a storage volume template
  • storagevolumetemplate update SGT SVT - Update properties of a storage volume template
@andy-maier andy-maier changed the title Support for StorageGroupTemplate and StorageVolumeTemplate Support for StorageGroupTemplate and StorageVolumeTemplate command groups (DPM mode) Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant