-
Notifications
You must be signed in to change notification settings - Fork 36
Bootintobios #313
Bootintobios #313
Conversation
|
@rhtyd @shwstppr can you review please? |
|
thanks guys, I'll address your feedback, soon. |
|
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. |
c7e1005 to
4de5bb5
Compare
31f1733 to
b061d96
Compare
|
@blueorangutan package |
|
@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 |
|
@blueorangutan package |
|
@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-1869 |
b061d96 to
d6c28ab
Compare
|
@DaanHoogland please ping me when this is ready for review |
|
@rhtyd it is ready for review, but the cloudstack code is not merged yet. |
|
@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>
d6c28ab to
e827d9b
Compare
|
@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? |
|
@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. |
|
@rhtyd fixed my booboo (hope the late mister Hawkins approves) |
|
@blueorangutan package |
|
@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. |
|
@borisstoyanov @vladimirpetrov have you also tested this Primate PR against the upstream PR (merged upstream now) apache/cloudstack#4021? |
|
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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