Adding showunique parameter to list templates and isos#4140
Conversation
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔debian. JID-1332 |
|
@blueorangutan test |
|
@davidjumani a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1669)
|
|
@davidjumani have you checked if this also addresses the pagination issue? To test, you can deploy two simulator zones and register some (fake) templates and isos. The expected outcome is listTemplates and listIsos should return unique templates/isos as well as honour pagination (test using |
|
@blueorangutan test |
|
@davidjumani a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@davidjumani you need to package before you kick tests, esp after any code changes |
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔debian. JID-1362 |
|
@davidjumani
Expected result: List all my templates without duplicate entries.
Expected result: List only 5 templates
Expected result: List only 7 templates
Expected result: List only 9 templates Whithout
Expected result: List only 10 templates Expected result: List the remaining templates, without duplicates. |
|
@RodrigoDLopez could you try it on the latest commit. I ran it and it worked as expected : Just the flag With pagination
All the templates
|
|
@davidjumani I'm already using the last commit. |
|
Hi @davidjumani My first test was fail, because those templates was not in the right state, caused by an error into my environment. My misstake. LGTM based on manual tests |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@blueorangutan test |
9c71dae to
b271cb3
Compare
|
@GabrielBrascher @rhtyd comments addressed! |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos7 ✖debian. JID-1404 |
|
@davidjumani can you merge latest master and try packaging again? |
b271cb3 to
35b5bfa
Compare
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
35b5bfa to
28137f6
Compare
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✖centos7 ✖debian. JID-1406 |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✔debian. JID-1409 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-1754)
|
Description
Adds a new parameter
showuniqueto listTemplate and listIsos to return only unique templates / isos across all zonesFixes #4041
Types of changes