[VMware] Fix service offerings listing on appliances deployment options#5752
[VMware] Fix service offerings listing on appliances deployment options#5752yadvr merged 2 commits intoapache:4.16from
Conversation
|
@blueorangutan package |
|
@sureshanaparti a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 1847 |
|
@nvazquez can you please elaborate what behaviour this PR fixes |
|
@blueorangutan package |
|
@sureshanaparti a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✖️ debian ✖️ suse15. SL-JID 1850 |
|
@blueorangutan package |
|
@nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 1852 |
|
@blueorangutan test centos7 vmware-67u3 |
|
@blueorangutan test centos7 vmware-67u3 |
|
@sureshanaparti a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests |
|
Trillian test result (tid-2637)
|
| ((item.iscustomized === false && maxMemory < this.minimumMemory) || | ||
| (item.iscustomized === true && maxMemory < this.minimumMemory))) { |
There was a problem hiding this comment.
so,
| ((item.iscustomized === false && maxMemory < this.minimumMemory) || | |
| (item.iscustomized === true && maxMemory < this.minimumMemory))) { | |
| (maxMemory < this.minimumMemory) // && (item.iscustomized === false || item.iscustomised == true) |
?
There was a problem hiding this comment.
so,
?
+1, maxMemory < this.minimumMemory should be fine. @nvazquez can you check and update.
Description
The service offerings matching the deployment options requirements were not listed, except unconstrained offerings. This PR fixes the listing of service offerings on VMware deployment options:
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?