Allow for arbitrary disk offering details to be saved/displayed - #6474
Conversation
Similar to service offering details, allow details to be provided and displayed. Can be used for classification of offerings, etc. Signed-off-by: Marcus Sorensen <mls@apple.com>
|
@blueorangutan package |
|
@sureshanaparti a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 3595 |
|
@blueorangutan test |
|
@sureshanaparti a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-4339)
|
…gerImpl.java Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com>
|
Found UI changes, kicking a new UI QA build |
|
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
1 similar comment
|
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✖️ |
|
UI build: ✔️ |
|
Kudos, SonarCloud Quality Gate passed! |








Similar to service offering details, allow details to be provided and
displayed. Can be used for classification of offerings, etc.
Signed-off-by: Marcus Sorensen mls@apple.com
Description
This PR relaxes the disk offering details to match the way the service offering details work. With Service offering details, any arbitrary values provided can be saved and displayed, which can be used as metadata to tag, classify, or organize offerings by higher level consumers. With disk offerings, any detail that isn't recognized is ignored, so this PR relaxes that and persists arbitrary details as well.
Note that with both disk offerings and service offerings, there are a few 'special' detail keys that are marked
display=falsewhen they are persisted, and this functionality remains intact.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested locally, properly displays arbitrary details and hides the special details that are marked
display=falsewhen queried as non-admin user.