Uh oh!
There was an error while loading. Please reload this page.
Bootintobios - #313
Conversation
DaanHoogland
commented
Apr 24, 2020
@rhtyd @shwstppr can you review please? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DaanHoogland
commented
Apr 27, 2020
thanks guys, I'll address your feedback, soon. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DaanHoogland
commented
Apr 28, 2020
thanks @rhtyd and @shwstppr . I addressed your comments, please have a look. And please note that this code will at best do nothing until cloudstack 4021 is merged. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c7e1005 to
4de5bb5Compareyadvr
commented
May 15, 2020
@blueorangutan package |
blueorangutan
commented
May 15, 2020
@rhtyd a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. |
Packaging result: ✔️centos ✔️debian ✔️archive. JID-1864 |
yadvr
commented
May 15, 2020
@blueorangutan package |
blueorangutan
commented
May 15, 2020
@rhtyd a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. |
blueorangutan
commented
May 15, 2020
Packaging result: ✔️centos ✔️debian ✔️archive. JID-1869 |
yadvr
commented
Jun 3, 2020
@DaanHoogland please ping me when this is ready for review |
DaanHoogland
commented
Jun 3, 2020
@rhtyd it is ready for review, but the cloudstack code is not merged yet. |
yadvr
commented
Jun 4, 2020
@DaanHoogland can you fix the merge conflicts? I think we merge this in Primate as soon as we've any test confirmation. Thanks. |
Co-Authored-By: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
DaanHoogland
commented
Jun 4, 2020
@shwstppr@davidjumani @rhtyd I rebased but my en.json file does not seem ok. to much diff. Can you check if I did the reverse of what was intended? |
yadvr
commented
Jun 5, 2020
@DaanHoogland not urgent - the next time you get chance to work on this - can you revert your changes to en.json; keep the version from upstream and then sort/diff what you need to specific keys for your feature. |
DaanHoogland
commented
Jun 5, 2020
@rhtyd fixed my booboo (hope the late mister Hawkins approves) |
yadvr
commented
Jun 5, 2020
@blueorangutan package |
blueorangutan
commented
Jun 5, 2020
@rhtyd a Jenkins job has been kicked to build primate packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jun 5, 2020
Packaging result: ✔️centos ✔️debian ✔️archive. |
yadvr
commented
Jun 12, 2020
@borisstoyanov@vladimirpetrov have you also tested this Primate PR against the upstream PR (merged upstream now) apache/cloudstack#4021? |
borisstoyanov
commented
Jun 12, 2020
@rhtyd yes, primate changes has been covered also |
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
| fields = ['podid', 'clusterid', 'hostid'] | ||
| } | ||
| if (record.hypervisor === 'VMware') { | ||
| if (store.apis.startVirtualMachine.params.filter(x => x.name === 'bootintosetup').length > 0) { |
There was a problem hiding this comment.
@DaanHoogland I've tested and fixed a case here - we want to make Primate work with all recent/pass/future version of CloudStack; so if there's a feature adding new params for autogenerated forms, we can check if the param is available by checking the API discovery /cc @shwstppr@davidjumani
UI implementation for apache/cloudstack#4021 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> Co-authored-by: Daan Hoogland <dahn@onecht.net> Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
UI implementation for apache/cloudstack#4021