<div dir="ltr">Hi all,<div><br></div><div>No one replied on this thread. So before the next meeting, I took the liberty of creating my own go client library for redfish.  I have implemented, all the basic functions which sushy-emulator supports. Rest of the operations can be added on a need basis. I guess this can serve our purpose for now. I have to add authentication support and then I will add helper utility to do common operations easily using current primitive functions.</div><div><br></div><div>Please try it out and give feedback.</div><div><a href="https://github.com/nordix-airship/go-redfish">https://github.com/nordix-airship/go-redfish</a><br></div><div><br></div><div>Br,</div><div>Kanwar Saad</div><div>Ericsson</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 5, 2019 at 3:33 PM Kanwar Saad <<a href="mailto:kanwar.sbl@gmail.com">kanwar.sbl@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I spent some time on generating go client code for redfish spec using openapi generator. But it is failing to generate code for that. I guess code generator do not cover all scenarios of openapi. The redfish openapi specification is huge(around 1200 documents) and it is failing for few hundred. I dont want to spend time investigating that because that is another rabbit hole. In that case we are left with these options.</div><div><br></div><div><b>Gofish:</b></div><div>- only contains functions for getting redfish resources but not setting.</div><div>- The resources we want like virtualmedia is not even supported for reading.</div><div>- It is not very well maintained.</div><div>- Extending It is not feasible since they create all datastructures by hand and then we have to create Marshall/Unmarshall functions for each datastructure.</div><div><br></div><div><b>GoRackHD:</b></div><div>- It is made to work with Dell's RackHD.</div><div>- Last commit was done in 2016.</div><div>- They have used a similar approach which I was trying. They created their own subset of swagger specification and generate client code using that swagger spec. The spec is old and do not support virtualmedia actions which we want.</div><div>- Extending this is complicated since we dont know whether that will be compatible with RackHD(or we need to make a fork continue ourself). Secondly, it uses old swagger spec than openapi and conversion to openapi is not straightforward. </div><div><br></div><div><b>Use Containerized Tool:</b></div><div><br></div><div>One option is to use a well tested, well maintained redfish client in any language in a container just like isogen. this option also requires writing wrappers around that library inside contianer.</div><div><br></div><div><b>Create our own redfish go client :</b></div><div><b><br></b></div><div>1. We can use a similar approach as of goRackHD. We can create our own openapi spec for redfish only for the resources which we need in the start and extend later. And generate client code using that. This might also require maintaining the openapi spec parallel to the redfish standard spec but since the redfish spec is not changing too fast so we can live with it.</div><div><br></div><div>2. Second option is to create a really lightweight utility functions which will just perform the operations which we want using standard http library. Since we might not need too much redfish functions so it could be a viable option. If we want to rely heavily on redfish for validations(i have not seen what kind of validations you want so its vague for me), then this option might not work very well.</div><div><br></div><div><br></div><div>Br,</div><div>Kanwar Saad</div><div>Ericsson</div></div>
</blockquote></div>