Re: [ovirt-devel] jsonrpc go client

2017-07-16 Thread Piotr Kliczewski
On Sun, Jul 16, 2017 at 7:02 PM, Yaniv Bronheim wrote: > It depends who will be the users of this client.. For now, this only > experimental for your plays around kubernetes, not more than that.. > > On Sun, Jul 16, 2017 at 6:10 PM Nir Soffer wrote: >> >>

Re: [ovirt-devel] jsonrpc go client

2017-07-16 Thread Yaniv Bronheim
It depends who will be the users of this client.. For now, this only experimental for your plays around kubernetes, not more than that.. On Sun, Jul 16, 2017 at 6:10 PM Nir Soffer wrote: > Cool! > > This needs integration tests with real vdsm, or at least a server using >

Re: [ovirt-devel] jsonrpc go client

2017-07-16 Thread Nir Soffer
Cool! This needs integration tests with real vdsm, or at least a server using vdsm yajsonrpc code. I'm worried about incompatibilities between the go stomp library and our own stomp implementation, not used by any other code. When it works, we can convert vdsm-client to go :-) On Sat, Jul 15,

Re: [ovirt-devel] jsonrpc go client

2017-07-14 Thread Adam Litke
On Fri, Jul 14, 2017 at 9:32 AM, Piotr Kliczewski < piotr.kliczew...@gmail.com> wrote: > On Fri, Jul 14, 2017 at 3:14 PM, Dan Kenigsberg wrote: > > On Fri, Jul 14, 2017 at 3:11 PM, Piotr Kliczewski > > wrote: > >> All, > >> > >> I pushed very

Re: [ovirt-devel] jsonrpc go client

2017-07-14 Thread Piotr Kliczewski
On Fri, Jul 14, 2017 at 3:14 PM, Dan Kenigsberg wrote: > On Fri, Jul 14, 2017 at 3:11 PM, Piotr Kliczewski > wrote: >> All, >> >> I pushed very simple jsonrpc go client [1] which allows to talk to >> vdsm. I had a request to create it but if there

Re: [ovirt-devel] jsonrpc go client

2017-07-14 Thread Dan Kenigsberg
On Fri, Jul 14, 2017 at 3:11 PM, Piotr Kliczewski wrote: > All, > > I pushed very simple jsonrpc go client [1] which allows to talk to > vdsm. I had a request to create it but if there are more people > willing to use it I am happy to maintain it. > > Please let me

[ovirt-devel] jsonrpc go client

2017-07-14 Thread Piotr Kliczewski
All, I pushed very simple jsonrpc go client [1] which allows to talk to vdsm. I had a request to create it but if there are more people willing to use it I am happy to maintain it. Please let me know if you find any issues with it or you have any feature requests. Thanks, Piotr [1]