-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
Description
I'm implementing Cloud Volume creation in the manageiq-providers-ibm_cloud (specifically for the PowerVirtualServers::StorageManager). The 'Add a new Cloud Volume' - form is specific to OpenStack Cinder and Amazon EBS.
Per the discussion in #7187 I would like to work towards using provider defined DDF schema for this form.
- Core Introducing supports cloud_volume_create manageiq#20761
- Amazon - Declared DDF schema for cloud volume creation and editing manageiq-providers-amazon#657
- IBM - Declared DDF schema for cloud volume creation and editing manageiq-providers-ibm_cloud#84
- OpenStack - Declared DDF schema for cloud volume creation and editing manageiq-providers-openstack#644
- Google - Add dummy DDF schema for CloudVolume editing manageiq-providers-google#169
- API endpoint - Expose the DDF schema for CloudVolume subclasses via OPTIONS manageiq-api#914
- UI - Rewriting Cloud Volume Form to React #7399