[ovirt-users] Re: Ovirt API and CLI

2020-02-28 Thread Eugène Ngontang
AHAH Dereck, thx for googling,

I knew I could google it, that's not an expert stuff, nevertheless as you
seemed to be aware of the SDK subject I was wondering if you have links you
find yourself useful (even from google), so that I can dive into them.

Thx.
Eugène NG

Le ven. 28 févr. 2020 à 19:54, Derek Atkins  a écrit :

> Hi,
>
> It took me about 5 seconds to google for "ovirt sdk4" and the first link
> is:  https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk
>
> NB: I am not an ovirt dev (nor am I a python programmer, although I do
> play one on TV sometimes ;-).
>
> -derek
>
> On Fri, February 28, 2020 1:12 pm, Eugène Ngontang wrote:
> > Yes I know ovirt-shell.
> >
> > But if the Interface (API) is well exposed, we could ourself code add-hoc
> > client to interact with, as we know how it's defined and structured.
> >
> > Please do you have useful links about those SDK4 and others API/CLI
> > related
> > stuff?
> >
> > Regards,
> > Eugène NG
> >
> > Le ven. 28 févr. 2020 à 16:50, Derek Atkins  a écrit :
> >
> >> Yes.  The devs call it "SDK4", which has been around for a few releases
> >> now.
> >> The CLI, however, uses SDK3, which was removed from Ovirt 4.4.
> >> Search for "ovirt-shell".
> >>
> >> -derek
> >>
> >> On Fri, February 28, 2020 10:47 am, Eugène Ngontang wrote:
> >> > @Derek,
> >> >
> >> > You're talking about a client the should up-port, but before having a
> >> > client, my question is is there a documented API (server) to interact
> >> with
> >> > through that client?
> >> >
> >> > Eugene NG
> >> >
> >> > Le jeu. 27 févr. 2020 à 14:57, Derek Atkins  a écrit
> >> :
> >> >
> >> >> Eugene,
> >> >>
> >> >> On Thu, February 27, 2020 4:53 am, Eugène Ngontang wrote:
> >> >> > Yes Ansible ovirt_vms module is useful, I use it for
> >> >> > provisioning/deployment, but once my VM created, I'd like to
> >> >> > administrate/interact with them, I don't think I should write
> >> >> playbooks
> >> >> > for
> >> >> > that.
> >> >> >
> >> >> > But I'll find a solution.
> >> >>
> >> >> I am in a similar boat as you.  I wrote some management scripts
> >> around
> >> >> ovirt-shell when I first started using ovirt (4.0), in order to mimic
> >> >> some
> >> >> vmware-server features that I needed.  I run a single-host
> >> hosted-engine
> >> >> environment, so when the system boots up (e.g. from a power failure)
> >> I
> >> >> wanted all my VMs to auto-start, and to start in the correct order.
> >> I
> >> >> can't use the ovirt power management utilities because it's only a
> >> >> single
> >> >> host.  So I wrote a relatively small script around ovirt-shell that
> >> >> would
> >> >> do the following:
> >> >>
> >> >> 1) Wait for the engine to respond
> >> >> 2) Wait for the storage to come online
> >> >> 3) Start my VMs, with appropriate order and delay between
> >> >>(e.g., ensure my DNS server and KDC come up before other VMs)
> >> >>
> >> >> I know that SOME of these features are now in Ovirt (and I think they
> >> >> are
> >> >> even in 4.4), but my understanding is that they only return the
> >> system
> >> >> to
> >> >> previous state and wont auto-start a VM that was cleanly shut down.
> >> >> Also
> >> >> the ordering is, IIUC, somewhat course (low/medium/high).
> >> >>
> >> >> At this point I plan to delay my deployment of 4.4 or beyond because
> >> >> what
> >> >> I have in 4.3 is working (still), and frankly I have no interest in
> >> >> learning Ansible or Python just to replace what should be a
> >> relatively
> >> >> simple script.
> >> >>
> >> >> I honestly find it very sad that the developers wont up-port
> >> >> ovirt-client
> >> >> to SDK4.  If SDK4 is "so good" vs SDK3 then I don't see why it would
> >> be
> >> >> hard to do that.  And if it IS that hard to do, then how do they
> >> expect
> >> >> us
> >> >> to use it?
> >> >>
> >> >> Maybe I will find some time to play with OV4.4 on a test system in
> >> order
> >> >> to play with the auto-start features.   In my copious amounts of free
> >> >> time.  :(
> >> >>
> >> >> Thanks,
> >> >>
> >> >> -derek
> >> >>
> >> >> --
> >> >>Derek Atkins 617-623-3745
> >> >>de...@ihtfp.com www.ihtfp.com
> >> >>Computer and Internet Security Consultant
> >> >>
> >> >>
> >> >
> >> > --
> >> > LesCDN 
> >> > engont...@lescdn.com
> >> > 
> >> > *Aux hommes il faut un chef, et au*
> >> >
> >> > * chef il faut des hommes!L'habit ne fait pas le moine, mais lorsqu'on
> >> te
> >> > voit on te juge!*
> >> >
> >>
> >>
> >> --
> >>Derek Atkins 617-623-3745
> >>de...@ihtfp.com www.ihtfp.com
> >>Computer and Internet Security Consultant
> >>
> >>
> >
> > --
> > LesCDN 
> > engont...@lescdn.com
> > 
> > *Aux hommes il faut un chef, et au*
> >
> > * chef il faut des hommes!L'habit ne fait pas le 

[ovirt-users] Re: Ovirt API and CLI

2020-02-28 Thread Derek Atkins
Hi,

It took me about 5 seconds to google for "ovirt sdk4" and the first link
is:  https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk

NB: I am not an ovirt dev (nor am I a python programmer, although I do
play one on TV sometimes ;-).

-derek

On Fri, February 28, 2020 1:12 pm, Eugène Ngontang wrote:
> Yes I know ovirt-shell.
>
> But if the Interface (API) is well exposed, we could ourself code add-hoc
> client to interact with, as we know how it's defined and structured.
>
> Please do you have useful links about those SDK4 and others API/CLI
> related
> stuff?
>
> Regards,
> Eugène NG
>
> Le ven. 28 févr. 2020 à 16:50, Derek Atkins  a écrit :
>
>> Yes.  The devs call it "SDK4", which has been around for a few releases
>> now.
>> The CLI, however, uses SDK3, which was removed from Ovirt 4.4.
>> Search for "ovirt-shell".
>>
>> -derek
>>
>> On Fri, February 28, 2020 10:47 am, Eugène Ngontang wrote:
>> > @Derek,
>> >
>> > You're talking about a client the should up-port, but before having a
>> > client, my question is is there a documented API (server) to interact
>> with
>> > through that client?
>> >
>> > Eugene NG
>> >
>> > Le jeu. 27 févr. 2020 à 14:57, Derek Atkins  a écrit
>> :
>> >
>> >> Eugene,
>> >>
>> >> On Thu, February 27, 2020 4:53 am, Eugène Ngontang wrote:
>> >> > Yes Ansible ovirt_vms module is useful, I use it for
>> >> > provisioning/deployment, but once my VM created, I'd like to
>> >> > administrate/interact with them, I don't think I should write
>> >> playbooks
>> >> > for
>> >> > that.
>> >> >
>> >> > But I'll find a solution.
>> >>
>> >> I am in a similar boat as you.  I wrote some management scripts
>> around
>> >> ovirt-shell when I first started using ovirt (4.0), in order to mimic
>> >> some
>> >> vmware-server features that I needed.  I run a single-host
>> hosted-engine
>> >> environment, so when the system boots up (e.g. from a power failure)
>> I
>> >> wanted all my VMs to auto-start, and to start in the correct order.
>> I
>> >> can't use the ovirt power management utilities because it's only a
>> >> single
>> >> host.  So I wrote a relatively small script around ovirt-shell that
>> >> would
>> >> do the following:
>> >>
>> >> 1) Wait for the engine to respond
>> >> 2) Wait for the storage to come online
>> >> 3) Start my VMs, with appropriate order and delay between
>> >>(e.g., ensure my DNS server and KDC come up before other VMs)
>> >>
>> >> I know that SOME of these features are now in Ovirt (and I think they
>> >> are
>> >> even in 4.4), but my understanding is that they only return the
>> system
>> >> to
>> >> previous state and wont auto-start a VM that was cleanly shut down.
>> >> Also
>> >> the ordering is, IIUC, somewhat course (low/medium/high).
>> >>
>> >> At this point I plan to delay my deployment of 4.4 or beyond because
>> >> what
>> >> I have in 4.3 is working (still), and frankly I have no interest in
>> >> learning Ansible or Python just to replace what should be a
>> relatively
>> >> simple script.
>> >>
>> >> I honestly find it very sad that the developers wont up-port
>> >> ovirt-client
>> >> to SDK4.  If SDK4 is "so good" vs SDK3 then I don't see why it would
>> be
>> >> hard to do that.  And if it IS that hard to do, then how do they
>> expect
>> >> us
>> >> to use it?
>> >>
>> >> Maybe I will find some time to play with OV4.4 on a test system in
>> order
>> >> to play with the auto-start features.   In my copious amounts of free
>> >> time.  :(
>> >>
>> >> Thanks,
>> >>
>> >> -derek
>> >>
>> >> --
>> >>Derek Atkins 617-623-3745
>> >>de...@ihtfp.com www.ihtfp.com
>> >>Computer and Internet Security Consultant
>> >>
>> >>
>> >
>> > --
>> > LesCDN 
>> > engont...@lescdn.com
>> > 
>> > *Aux hommes il faut un chef, et au*
>> >
>> > * chef il faut des hommes!L'habit ne fait pas le moine, mais lorsqu'on
>> te
>> > voit on te juge!*
>> >
>>
>>
>> --
>>Derek Atkins 617-623-3745
>>de...@ihtfp.com www.ihtfp.com
>>Computer and Internet Security Consultant
>>
>>
>
> --
> LesCDN 
> engont...@lescdn.com
> 
> *Aux hommes il faut un chef, et au*
>
> * chef il faut des hommes!L'habit ne fait pas le moine, mais lorsqu'on te
> voit on te juge!*
>


-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AHCCQP2G4WTY6NMRTDSTYYC5CB6VZK6K/


[ovirt-users] Re: OVA import fails always

2020-02-28 Thread Juan Pablo Lorier

So far nor virtualbox ova in any format nor EXi work :-(

Thanks

El 28/2/20 a las 12:25, Edward Berger escribió:
I haven't tried many but for one I just untarred the thing to get the 
disk image file and created a new VM with that.
Sometimes the ova file is compressed/assembled in some way that might 
not be compatible.


On Fri, Feb 28, 2020 at 1:12 AM Jayme > wrote:


If the problem is with the upload process specifically it’s likely
that you do not have the ovirt engine certificate installed in
your browser.

On Thu, Feb 27, 2020 at 11:34 PM Juan Pablo Lorier
mailto:jplor...@gmail.com>> wrote:

Hi,

I'm running 4.3.8.2-1.el7 (just updated engine to see if it
helps) and I haven't been able to import vms in OVA format,
I've tried many appliances downloaded from the web but
couldn't get them to work.

Any hints?

Regards

___
Users mailing list -- users@ovirt.org 
To unsubscribe send an email to users-le...@ovirt.org

Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:

https://lists.ovirt.org/archives/list/users@ovirt.org/message/KRCE36GYQIOCXYR6K3KWUJA6R4ODWU56/

___
Users mailing list -- users@ovirt.org 
To unsubscribe send an email to users-le...@ovirt.org

Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:

https://lists.ovirt.org/archives/list/users@ovirt.org/message/VWU7EM2ZFX6STEJU67WQTIRJZWBBVWZG/

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XLTS63CJFGUA6T5XAKHWEKWEOWUCMBCV/


[ovirt-users] Re: OVA import fails always

2020-02-28 Thread Juan Pablo Lorier
This is not a disk upload, which works fine, this is an import. It loads 
locally from one hypervisor, and the same problem happens on the other 
nodes. I can load the ova, select the vm to import and see all the 
params, then in the import process, it fails.


Regards


El 28/2/20 a las 03:11, Jayme escribió:
If the problem is with the upload process specifically it’s likely 
that you do not have the ovirt engine certificate installed in your 
browser.


On Thu, Feb 27, 2020 at 11:34 PM Juan Pablo Lorier > wrote:


Hi,

I'm running 4.3.8.2-1.el7 (just updated engine to see if it helps)
and I haven't been able to import vms in OVA format, I've tried
many appliances downloaded from the web but couldn't get them to work.

Any hints?

Regards

___
Users mailing list -- users@ovirt.org 
To unsubscribe send an email to users-le...@ovirt.org

Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:

https://lists.ovirt.org/archives/list/users@ovirt.org/message/KRCE36GYQIOCXYR6K3KWUJA6R4ODWU56/

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PZE5AX7ZFQZKGIV42UKOZ2OXL2DRV2CP/


[ovirt-users] Re: Hyperconverged setup questions

2020-02-28 Thread Strahil Nikolov
On February 28, 2020 3:30:48 PM GMT+02:00, Jayme  wrote:
>Marko,
>
>From my understanding, you can have more than 3 hosts in a HCI cluster
>but
>to expand HCI you need to add hosts in multiples of three.  I.e. go
>from 3
>hosts to 6 or 9 etc.
>
>You can still add hosts into the cluster as compute only hosts though. 
>So
>you could have 3 hosts with gluster and a 4th that is just compute.
>
>On Fri, Feb 28, 2020 at 9:24 AM Vrgotic, Marko
>
>wrote:
>
>> Hi Strahil,
>>
>>
>>
>> I circled back on your reply while ago regarding oVirt Hyperconverged
>and
>> more than 3 nodes in cluster:
>>
>>
>>
>> “Hi Marko, I guess  you can use distributed-replicated volumes  and
>> oVirt  cluster with host triplets.”
>>
>> Initially I understood that its limited to 3Nodes max per HC cluster,
>but
>> now reading documentation further
>>
>https://www.ovirt.org/documentation/gluster-hyperconverged/chap-Maintenance_and_Upgrading_Resources.html
>> that does not look like it.
>>
>>
>>
>> Would you be so kind to give me an example or clarify what you meant
>by “*you
>> can use distributed-replicated volumes  and oVirt  cluster with host
>> triplets.*” ?
>>
>>
>>
>> Kindly awaiting your reply.
>>
>>
>>
>>
>>
>> -
>>
>> kind regards/met vriendelijke groeten
>>
>>
>>
>> Marko Vrgotic
>> ActiveVideo
>>
>>
>>
>>
>>
>>
>>
>> *From: *"Vrgotic, Marko" 
>> *Date: *Friday, 11 October 2019 at 08:49
>> *To: *Strahil 
>> *Cc: *users 
>> *Subject: *Re: [ovirt-users] Hyperconverged setup questions
>>
>>
>>
>> Hi Strahil,
>>
>>
>>
>> Thank you.
>>
>> One maybe stupid question, but significant to me:
>>
>> Considering i haven’t been playing before with hyperconverged setup
>in
>> oVirt, is this something i can do from ui cockpit or does it require
>me
>> first setup an Glusterfs on the Hosts before doing anything via oVirt
>API
>> or Web interface?
>>
>>
>>
>> Kindly awaiting your reply.
>>
>>
>>
>> Marko
>>
>>
>>
>> Sent from my iPhone
>>
>>
>>
>> On 11 Oct 2019, at 06:14, Strahil  wrote:
>>
>> Hi Marko,
>>
>> I guess  you can use distributed-replicated volumes  and oVirt 
>cluster
>> with host triplets.
>>
>> Best Regards,
>> Strahil Nikolov
>>
>> On Oct 10, 2019 15:30, "Vrgotic, Marko" 
>wrote:
>>
>> Dear oVirt,
>>
>>
>>
>> Is it possible to add oVirt 3Hosts/Gluster hyperconverged cluster to
>> existing oVirt setup? I need this to achieve Local storage
>performance, but
>> still have pool of Hypevisors available.
>>
>> Is it possible to have more than 3Hosts in Hyperconverged setup?
>>
>>
>>
>> I have currently 1Shared Cluster (NFS based storage, where also SHE
>is
>> hosted) and 2Local Storage clusters.
>>
>>
>>
>> oVirt current version running is 4.3.4.
>>
>>
>>
>> Kindly awaiting your reply.
>>
>>
>>
>>
>>
>> — — —
>> Met vriendelijke groet / Kind regards,
>>
>> *Marko Vrgotic*
>>
>> *ActiveVideo*
>>
>>
>>
>>
>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>>
>https://lists.ovirt.org/archives/list/users@ovirt.org/message/UH2FDN57V2TOQXD36UQXVTVCTB37O4OE/
>>

Hi Marko,

Jayme  has explained it all.
If you wish HCI - you should use 3  ->  6 -> 9 nodes  (in 'replica 2 arbiter 1' 
& 'replica 3' volumes ).
Of course  you can connect other hosts but they will not have gluster running 
on them.

Best Regards,
Strahil Nikolov
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/G5XXHTXH5OEDCPZZSCKQGHORUIEAQI7J/


[ovirt-users] Re: Ovirt API and CLI

2020-02-28 Thread Eugène Ngontang
Yes I know ovirt-shell.

But if the Interface (API) is well exposed, we could ourself code add-hoc
client to interact with, as we know how it's defined and structured.

Please do you have useful links about those SDK4 and others API/CLI related
stuff?

Regards,
Eugène NG

Le ven. 28 févr. 2020 à 16:50, Derek Atkins  a écrit :

> Yes.  The devs call it "SDK4", which has been around for a few releases
> now.
> The CLI, however, uses SDK3, which was removed from Ovirt 4.4.
> Search for "ovirt-shell".
>
> -derek
>
> On Fri, February 28, 2020 10:47 am, Eugène Ngontang wrote:
> > @Derek,
> >
> > You're talking about a client the should up-port, but before having a
> > client, my question is is there a documented API (server) to interact
> with
> > through that client?
> >
> > Eugene NG
> >
> > Le jeu. 27 févr. 2020 à 14:57, Derek Atkins  a écrit :
> >
> >> Eugene,
> >>
> >> On Thu, February 27, 2020 4:53 am, Eugène Ngontang wrote:
> >> > Yes Ansible ovirt_vms module is useful, I use it for
> >> > provisioning/deployment, but once my VM created, I'd like to
> >> > administrate/interact with them, I don't think I should write
> >> playbooks
> >> > for
> >> > that.
> >> >
> >> > But I'll find a solution.
> >>
> >> I am in a similar boat as you.  I wrote some management scripts around
> >> ovirt-shell when I first started using ovirt (4.0), in order to mimic
> >> some
> >> vmware-server features that I needed.  I run a single-host hosted-engine
> >> environment, so when the system boots up (e.g. from a power failure) I
> >> wanted all my VMs to auto-start, and to start in the correct order.  I
> >> can't use the ovirt power management utilities because it's only a
> >> single
> >> host.  So I wrote a relatively small script around ovirt-shell that
> >> would
> >> do the following:
> >>
> >> 1) Wait for the engine to respond
> >> 2) Wait for the storage to come online
> >> 3) Start my VMs, with appropriate order and delay between
> >>(e.g., ensure my DNS server and KDC come up before other VMs)
> >>
> >> I know that SOME of these features are now in Ovirt (and I think they
> >> are
> >> even in 4.4), but my understanding is that they only return the system
> >> to
> >> previous state and wont auto-start a VM that was cleanly shut down.
> >> Also
> >> the ordering is, IIUC, somewhat course (low/medium/high).
> >>
> >> At this point I plan to delay my deployment of 4.4 or beyond because
> >> what
> >> I have in 4.3 is working (still), and frankly I have no interest in
> >> learning Ansible or Python just to replace what should be a relatively
> >> simple script.
> >>
> >> I honestly find it very sad that the developers wont up-port
> >> ovirt-client
> >> to SDK4.  If SDK4 is "so good" vs SDK3 then I don't see why it would be
> >> hard to do that.  And if it IS that hard to do, then how do they expect
> >> us
> >> to use it?
> >>
> >> Maybe I will find some time to play with OV4.4 on a test system in order
> >> to play with the auto-start features.   In my copious amounts of free
> >> time.  :(
> >>
> >> Thanks,
> >>
> >> -derek
> >>
> >> --
> >>Derek Atkins 617-623-3745
> >>de...@ihtfp.com www.ihtfp.com
> >>Computer and Internet Security Consultant
> >>
> >>
> >
> > --
> > LesCDN 
> > engont...@lescdn.com
> > 
> > *Aux hommes il faut un chef, et au*
> >
> > * chef il faut des hommes!L'habit ne fait pas le moine, mais lorsqu'on te
> > voit on te juge!*
> >
>
>
> --
>Derek Atkins 617-623-3745
>de...@ihtfp.com www.ihtfp.com
>Computer and Internet Security Consultant
>
>

-- 
LesCDN 
engont...@lescdn.com

*Aux hommes il faut un chef, et au*

* chef il faut des hommes!L'habit ne fait pas le moine, mais lorsqu'on te
voit on te juge!*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NTIEKR6UGDNM2ESIVOKA5A6F5G5EUDQ6/


[ovirt-users] Re: Ovirt API and CLI

2020-02-28 Thread Derek Atkins
Yes.  The devs call it "SDK4", which has been around for a few releases now.
The CLI, however, uses SDK3, which was removed from Ovirt 4.4.
Search for "ovirt-shell".

-derek

On Fri, February 28, 2020 10:47 am, Eugène Ngontang wrote:
> @Derek,
>
> You're talking about a client the should up-port, but before having a
> client, my question is is there a documented API (server) to interact with
> through that client?
>
> Eugene NG
>
> Le jeu. 27 févr. 2020 à 14:57, Derek Atkins  a écrit :
>
>> Eugene,
>>
>> On Thu, February 27, 2020 4:53 am, Eugène Ngontang wrote:
>> > Yes Ansible ovirt_vms module is useful, I use it for
>> > provisioning/deployment, but once my VM created, I'd like to
>> > administrate/interact with them, I don't think I should write
>> playbooks
>> > for
>> > that.
>> >
>> > But I'll find a solution.
>>
>> I am in a similar boat as you.  I wrote some management scripts around
>> ovirt-shell when I first started using ovirt (4.0), in order to mimic
>> some
>> vmware-server features that I needed.  I run a single-host hosted-engine
>> environment, so when the system boots up (e.g. from a power failure) I
>> wanted all my VMs to auto-start, and to start in the correct order.  I
>> can't use the ovirt power management utilities because it's only a
>> single
>> host.  So I wrote a relatively small script around ovirt-shell that
>> would
>> do the following:
>>
>> 1) Wait for the engine to respond
>> 2) Wait for the storage to come online
>> 3) Start my VMs, with appropriate order and delay between
>>(e.g., ensure my DNS server and KDC come up before other VMs)
>>
>> I know that SOME of these features are now in Ovirt (and I think they
>> are
>> even in 4.4), but my understanding is that they only return the system
>> to
>> previous state and wont auto-start a VM that was cleanly shut down.
>> Also
>> the ordering is, IIUC, somewhat course (low/medium/high).
>>
>> At this point I plan to delay my deployment of 4.4 or beyond because
>> what
>> I have in 4.3 is working (still), and frankly I have no interest in
>> learning Ansible or Python just to replace what should be a relatively
>> simple script.
>>
>> I honestly find it very sad that the developers wont up-port
>> ovirt-client
>> to SDK4.  If SDK4 is "so good" vs SDK3 then I don't see why it would be
>> hard to do that.  And if it IS that hard to do, then how do they expect
>> us
>> to use it?
>>
>> Maybe I will find some time to play with OV4.4 on a test system in order
>> to play with the auto-start features.   In my copious amounts of free
>> time.  :(
>>
>> Thanks,
>>
>> -derek
>>
>> --
>>Derek Atkins 617-623-3745
>>de...@ihtfp.com www.ihtfp.com
>>Computer and Internet Security Consultant
>>
>>
>
> --
> LesCDN 
> engont...@lescdn.com
> 
> *Aux hommes il faut un chef, et au*
>
> * chef il faut des hommes!L'habit ne fait pas le moine, mais lorsqu'on te
> voit on te juge!*
>


-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/F3F7KHR7OOUDQSKZEQX5553MAUKMLFAV/


[ovirt-users] Re: Ovirt API and CLI

2020-02-28 Thread Eugène Ngontang
@Derek,

You're talking about a client the should up-port, but before having a
client, my question is is there a documented API (server) to interact with
through that client?

Eugene NG

Le jeu. 27 févr. 2020 à 14:57, Derek Atkins  a écrit :

> Eugene,
>
> On Thu, February 27, 2020 4:53 am, Eugène Ngontang wrote:
> > Yes Ansible ovirt_vms module is useful, I use it for
> > provisioning/deployment, but once my VM created, I'd like to
> > administrate/interact with them, I don't think I should write playbooks
> > for
> > that.
> >
> > But I'll find a solution.
>
> I am in a similar boat as you.  I wrote some management scripts around
> ovirt-shell when I first started using ovirt (4.0), in order to mimic some
> vmware-server features that I needed.  I run a single-host hosted-engine
> environment, so when the system boots up (e.g. from a power failure) I
> wanted all my VMs to auto-start, and to start in the correct order.  I
> can't use the ovirt power management utilities because it's only a single
> host.  So I wrote a relatively small script around ovirt-shell that would
> do the following:
>
> 1) Wait for the engine to respond
> 2) Wait for the storage to come online
> 3) Start my VMs, with appropriate order and delay between
>(e.g., ensure my DNS server and KDC come up before other VMs)
>
> I know that SOME of these features are now in Ovirt (and I think they are
> even in 4.4), but my understanding is that they only return the system to
> previous state and wont auto-start a VM that was cleanly shut down.  Also
> the ordering is, IIUC, somewhat course (low/medium/high).
>
> At this point I plan to delay my deployment of 4.4 or beyond because what
> I have in 4.3 is working (still), and frankly I have no interest in
> learning Ansible or Python just to replace what should be a relatively
> simple script.
>
> I honestly find it very sad that the developers wont up-port ovirt-client
> to SDK4.  If SDK4 is "so good" vs SDK3 then I don't see why it would be
> hard to do that.  And if it IS that hard to do, then how do they expect us
> to use it?
>
> Maybe I will find some time to play with OV4.4 on a test system in order
> to play with the auto-start features.   In my copious amounts of free
> time.  :(
>
> Thanks,
>
> -derek
>
> --
>Derek Atkins 617-623-3745
>de...@ihtfp.com www.ihtfp.com
>Computer and Internet Security Consultant
>
>

-- 
LesCDN 
engont...@lescdn.com

*Aux hommes il faut un chef, et au*

* chef il faut des hommes!L'habit ne fait pas le moine, mais lorsqu'on te
voit on te juge!*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QNQBULM5Y4IWQIGACZUL7ZWORKBZVTIC/


[ovirt-users] Re: OVA import fails always

2020-02-28 Thread Edward Berger
I haven't tried many but for one I just untarred the thing to get the disk
image file and created a new VM with that.
Sometimes the ova file is compressed/assembled in some way that might not
be compatible.

On Fri, Feb 28, 2020 at 1:12 AM Jayme  wrote:

> If the problem is with the upload process specifically it’s likely that
> you do not have the ovirt engine certificate installed in your browser.
>
> On Thu, Feb 27, 2020 at 11:34 PM Juan Pablo Lorier 
> wrote:
>
>> Hi,
>>
>> I'm running 4.3.8.2-1.el7 (just updated engine to see if it helps) and I
>> haven't been able to import vms in OVA format, I've tried many appliances
>> downloaded from the web but couldn't get them to work.
>>
>> Any hints?
>>
>> Regards
>>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/KRCE36GYQIOCXYR6K3KWUJA6R4ODWU56/
>>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/VWU7EM2ZFX6STEJU67WQTIRJZWBBVWZG/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JMSUD7O35H73NOJATIIQS4Z7DZE533C7/


[ovirt-users] Re: 1-Host home setup question

2020-02-28 Thread Christian Reiss

Hey all!

Thanks for all your input.
@Gianluca: Funny, I did those steps on my own, so I am all good to go :)
(Except for two network interfaces. But really I just dont need it.)


On 28/02/2020 09:28, Gianluca Cecchi wrote:
On Thu, Feb 27, 2020 at 8:11 PM Christian Reiss 
mailto:em...@christian-reiss.de>> wrote:


Hey folks,

for a home-vm setup (1 host): If I setup the Hardware with CentOS7,
configure Gluster et all by hand and get things up and running this way:

Would it be a viable option to install the ovirt engine directly on the
host as well? This would save some overhead. Or is running ovirt engine
directly inside an ovirt host, even using CentOS (not the node)  not
recommended and will break things?


-- 
with kind regards,

mit freundlichen Gruessen,

Christian Reiss
___


I recommend following this web page, that gives you the chance to have 
both a single oVirt Node and a single plain CentOS 7.7 host with hosted 
engine and gluster on itself:


https://www.ovirt.org/documentation/gluster-hyperconverged/chap-Single_node_hyperconverged.html

HIH,
Gianluca


--
with kind regards,
mit freundlichen Gruessen,

Christian Reiss
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YRFXQQKJ4FXVMDOSAOYUJDXLMWD5W6LD/


[ovirt-users] Re: Hyperconverged setup questions

2020-02-28 Thread Jayme
Marko,

>From my understanding, you can have more than 3 hosts in a HCI cluster but
to expand HCI you need to add hosts in multiples of three.  I.e. go from 3
hosts to 6 or 9 etc.

You can still add hosts into the cluster as compute only hosts though.  So
you could have 3 hosts with gluster and a 4th that is just compute.

On Fri, Feb 28, 2020 at 9:24 AM Vrgotic, Marko 
wrote:

> Hi Strahil,
>
>
>
> I circled back on your reply while ago regarding oVirt Hyperconverged and
> more than 3 nodes in cluster:
>
>
>
> “Hi Marko, I guess  you can use distributed-replicated volumes  and
> oVirt  cluster with host triplets.”
>
> Initially I understood that its limited to 3Nodes max per HC cluster, but
> now reading documentation further
> https://www.ovirt.org/documentation/gluster-hyperconverged/chap-Maintenance_and_Upgrading_Resources.html
> that does not look like it.
>
>
>
> Would you be so kind to give me an example or clarify what you meant by “*you
> can use distributed-replicated volumes  and oVirt  cluster with host
> triplets.*” ?
>
>
>
> Kindly awaiting your reply.
>
>
>
>
>
> -
>
> kind regards/met vriendelijke groeten
>
>
>
> Marko Vrgotic
> ActiveVideo
>
>
>
>
>
>
>
> *From: *"Vrgotic, Marko" 
> *Date: *Friday, 11 October 2019 at 08:49
> *To: *Strahil 
> *Cc: *users 
> *Subject: *Re: [ovirt-users] Hyperconverged setup questions
>
>
>
> Hi Strahil,
>
>
>
> Thank you.
>
> One maybe stupid question, but significant to me:
>
> Considering i haven’t been playing before with hyperconverged setup in
> oVirt, is this something i can do from ui cockpit or does it require me
> first setup an Glusterfs on the Hosts before doing anything via oVirt API
> or Web interface?
>
>
>
> Kindly awaiting your reply.
>
>
>
> Marko
>
>
>
> Sent from my iPhone
>
>
>
> On 11 Oct 2019, at 06:14, Strahil  wrote:
>
> Hi Marko,
>
> I guess  you can use distributed-replicated volumes  and oVirt  cluster
> with host triplets.
>
> Best Regards,
> Strahil Nikolov
>
> On Oct 10, 2019 15:30, "Vrgotic, Marko"  wrote:
>
> Dear oVirt,
>
>
>
> Is it possible to add oVirt 3Hosts/Gluster hyperconverged cluster to
> existing oVirt setup? I need this to achieve Local storage performance, but
> still have pool of Hypevisors available.
>
> Is it possible to have more than 3Hosts in Hyperconverged setup?
>
>
>
> I have currently 1Shared Cluster (NFS based storage, where also SHE is
> hosted) and 2Local Storage clusters.
>
>
>
> oVirt current version running is 4.3.4.
>
>
>
> Kindly awaiting your reply.
>
>
>
>
>
> — — —
> Met vriendelijke groet / Kind regards,
>
> *Marko Vrgotic*
>
> *ActiveVideo*
>
>
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/UH2FDN57V2TOQXD36UQXVTVCTB37O4OE/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QATUNC7HC6ZV2CNCUVZVKYX2MEDUNQ7W/


[ovirt-users] Re: Hyperconverged setup questions

2020-02-28 Thread Vrgotic, Marko
Hi Strahil,

I circled back on your reply while ago regarding oVirt Hyperconverged and more 
than 3 nodes in cluster:


“Hi Marko, I guess  you can use distributed-replicated volumes  and oVirt  
cluster with host triplets.”
Initially I understood that its limited to 3Nodes max per HC cluster, but now 
reading documentation further 
https://www.ovirt.org/documentation/gluster-hyperconverged/chap-Maintenance_and_Upgrading_Resources.html
 that does not look like it.

Would you be so kind to give me an example or clarify what you meant by “you 
can use distributed-replicated volumes  and oVirt  cluster with host triplets.” 
?

Kindly awaiting your reply.


-
kind regards/met vriendelijke groeten

Marko Vrgotic
ActiveVideo



From: "Vrgotic, Marko" 
Date: Friday, 11 October 2019 at 08:49
To: Strahil 
Cc: users 
Subject: Re: [ovirt-users] Hyperconverged setup questions

Hi Strahil,

Thank you.
One maybe stupid question, but significant to me:
Considering i haven’t been playing before with hyperconverged setup in oVirt, 
is this something i can do from ui cockpit or does it require me first setup an 
Glusterfs on the Hosts before doing anything via oVirt API or Web interface?

Kindly awaiting your reply.

Marko

Sent from my iPhone


On 11 Oct 2019, at 06:14, Strahil  wrote:

Hi Marko,

I guess  you can use distributed-replicated volumes  and oVirt  cluster with 
host triplets.

Best Regards,
Strahil Nikolov
On Oct 10, 2019 15:30, "Vrgotic, Marko"  wrote:

Dear oVirt,



Is it possible to add oVirt 3Hosts/Gluster hyperconverged cluster to existing 
oVirt setup? I need this to achieve Local storage performance, but still have 
pool of Hypevisors available.

Is it possible to have more than 3Hosts in Hyperconverged setup?



I have currently 1Shared Cluster (NFS based storage, where also SHE is hosted) 
and 2Local Storage clusters.



oVirt current version running is 4.3.4.



Kindly awaiting your reply.





— — —
Met vriendelijke groet / Kind regards,

Marko Vrgotic

ActiveVideo




___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UH2FDN57V2TOQXD36UQXVTVCTB37O4OE/


[ovirt-users] Re: 1-Host home setup question

2020-02-28 Thread Gianluca Cecchi
On Thu, Feb 27, 2020 at 8:11 PM Christian Reiss 
wrote:

> Hey folks,
>
> for a home-vm setup (1 host): If I setup the Hardware with CentOS7,
> configure Gluster et all by hand and get things up and running this way:
>
> Would it be a viable option to install the ovirt engine directly on the
> host as well? This would save some overhead. Or is running ovirt engine
> directly inside an ovirt host, even using CentOS (not the node)  not
> recommended and will break things?
>
>
> --
> with kind regards,
> mit freundlichen Gruessen,
>
> Christian Reiss
> ___
>
>
I recommend following this web page, that gives you the chance to have both
a single oVirt Node and a single plain CentOS 7.7 host with hosted engine
and gluster on itself:


https://www.ovirt.org/documentation/gluster-hyperconverged/chap-Single_node_hyperconverged.html

HIH,
Gianluca
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NLGMG6CIN4RFYO5V5QEQJPILGNBD24K4/