-
Notifications
You must be signed in to change notification settings - Fork 358
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
Customized 'volumes' tab for IBM PVS in '_prov_dialog.html.haml' #7338
Conversation
The change is small but the changed code is shared at least with the OpenStack provider. |
corresponding back-end support is in this PR: ManageIQ/manageiq-providers-ibm_cloud#47 |
Does this require a check from Lucy? (since it touches common code) |
…ProvisionWorkflow - setting default fields [name, size, delete_on_terminate] there and overriding in IBM Power Virtual Servers provider - as discussed with David H. in this PR: ManageIQ/manageiq-ui-classic#7338
- IBM Power Virtual Server related change - in case of IBM PVS provisioning form the following fields are shown: name, size, diskType, shareable - types: text, text, text, checkbox (respectively)
- concerns IBM Power Virtual Servers - in PVS we return as of now: :name, :size, :diskType, :shareable - (!) please merge only after corresponding MIQ base repo PR is merged here: ManageIQ/manageiq#20618
Sure, np. 👍 I'll do the changes according to your suggestions. |
@iv1111 can you please link the related PRs to core/provider here? Ideally up in the description... |
Checked commits https://github.com/iv10/manageiq-ui-classic/compare/f0d6751d7bc4f0fa345f2f64ae67669eeaa1dc15~...dc96bf6f9428da47d9af03565abc115d8f81d483 with ruby 2.6.3, rubocop 0.69.0, haml-lint 0.28.0, and yamllint **
|
The dependency in the MIQ base has been merged now, can we merge the current one then, i've removed [WIP]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ProvisionWorkflow - setting default fields [name, size, delete_on_terminate] there and overriding in IBM Power Virtual Servers provider - as discussed with David H. in this PR: ManageIQ/manageiq-ui-classic#7338
following fields are shown: name, size, diskType, shareable
Depends: