
----- Original Message -----
From: "Itamar Heim" <iheim@redhat.com> To: "Nikita Kodkani" <nikita.kodkani@gmail.com>, "users" <Users@ovirt.org>, "Vojtech Szocs" <vszocs@redhat.com> Sent: Tuesday, November 4, 2014 11:50:44 AM Subject: Re: Fwd: [ovirt-users] Integration of ovirt-engine GUI with the CLI
On 11/04/2014 11:47 AM, Nikita Kodkani wrote:
It is designed in javascript/HTML. We had initially designed some feature using CLI. But now we just want to execute command when we hit the button/tab.
vojtech - sounds like ovirt.js could be the best fit here?
Indeed! Integration with oVirt Engine from within a web application (JavaScript/HTML) sounds like a perfect match for oVirtJS project. @Nikita, we're currently developing oVirtJS library as JavaScript SDK for oVirt Engine. See [1] for initial PoC, see [2] for latest version, it's still in development but it should be already usable. [1] http://lists.ovirt.org/pipermail/users/2014-June/025198.html [2] http://gerrit.ovirt.org/#/c/33720/ Vojtech
-Nikita
i
On Tue, Nov 4, 2014 at 4:09 PM, Itamar Heim <iheim@redhat.com <mailto:iheim@redhat.com>> wrote:
On 11/04/2014 06:30 AM, Nikita Kodkani wrote:
Hi,
I have the CLI designed for the RHEV-M. I have also designed some GUI in ovirt-engine. Now I am stuckup with the integration. Could you suggest how to connect the ovirt-engine GUI with the backend CLI commands?
which language is your gui? why use the CLI instead of the python or java SDKs (or ruby or javascript ones)