[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-25 Thread Jingjie Jiang

Hi Didi,

Thanks for your reply.

I was running "make" from CentOS 7 on x86_64 hardware.

# head /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/;
BUG_REPORT_URL="https://bugs.centos.org/;

-Jingjie


On 7/24/19 2:11 PM, Yuval Turgeman wrote:
What system are you running `make` on ?  There's some logic before 
that iirc (like which repos to install from etc).  Basically, 
ovirt-appliance/automation/build-artifacts.sh is the place to go.



On Tuesday, July 23, 2019, Yedidyah Bar David > wrote:


On Mon, Jul 22, 2019 at 11:53 PM Jingjie Jiang
mailto:jingjie.ji...@oracle.com>> wrote:

Hi David,


(Actually it's "Yedidyah" or "Didi")

Thanks for your info.

Please check my reply inline.


-Jingjie

On 7/16/19 3:55 AM, Yedidyah Bar David wrote:

On Thu, Jul 11, 2019 at 10:46 PM  
  wrote:

Hi,
Can someone tell me how to generate  ovirt-engine-appliance ova file in 
ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?

You might want to check the project's source code:

https://github.com/ovirt/ovirt-appliance/  


Or study the logs of a CI build of it:


https://jenkins.ovirt.org/job/ovirt-appliance_master_build-artifacts-el7-x86_64/  


I never tried building it myself locally, though.


I tried to build after checked out the source code from
https://github.com/ovirt/ovirt-appliance/
,

but the build failed.

/# make//
//livemedia-creator --make-disk --ram=2048 --vcpus=4
--iso=boot.iso --ks=ovirt-engine-appliance.ks --qcow2
--image-name=ovirt-engine-appliance.qcow2//
//2019-07-22 12:34:00,095: livemedia-creator 19.7.19-1//
//2019-07-22 12:34:00,154: disk_size = 51GiB//
//2019-07-22 12:34:00,154: disk_img =
/var/tmp/ovirt-engine-appliance.qcow2//
//2019-07-22 12:34:00,154: install_log =
/root/ovirt/ovirt-appliance/engine-appliance/virt-install.log//
//mount: /dev/loop0 is write-protected, mounting read-only//
//Formatting '/var/tmp/ovirt-engine-appliance.qcow2',
fmt=qcow2 size=54760833024 encryption=off cluster_size=65536
lazy_refcounts=off //
//2019-07-22 12:34:10,195: Running virt-install.//
//
//Starting install...//
//Retrieving file vmlinuz... | 6.3 MB  00:00 //
//Retrieving file initrd.img... |  50 MB  00:00 //
//Domain installation still in progress. You can reconnect to //
//the console to complete the installation process.//
//..//
//2019-07-22 12:35:15,281: Installation error detected. See
logfile.//
//2019-07-22 12:35:15,283: Shutting down
LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55//
//Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 destroyed//
//
//Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 has been
undefined//
//
//2019-07-22 12:35:15,599: unmounting the iso//
//2019-07-22 12:35:20,612: Install failed: virt_install failed//
//2019-07-22 12:35:20,613: Removing bad disk image//
//2019-07-22 12:35:20,613: virt_install failed//
//make: *** [ovirt-engine-appliance.qcow2] Error 1/

In the log I found the error as following from virt-install.log:

/16:35:07,472 ERR anaconda:CmdlineError: The following
mandatory spokes are not completed:#012Installation
source#012Software selection//
//16:35:07,472 DEBUG anaconda:running handleException//
//16:35:07,473 CRIT anaconda:Traceback (most recent call
last):#012#012  File

"/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/simpleline/base.py",
line 352, in _mainloop#012    prompt =
last_screen.prompt(self._screens[-1][1])#012#012 File
"/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/hubs/summary.py",
line 107, in prompt#012    raise
CmdlineError(errtxt)#012#012CmdlineError: The following
mandatory spokes are not completed:#012Installation
source#012Software selection//
//16:35:08,020 DEBUG anaconda:Gtk cannot be initialized//
//16:35:08,020 DEBUG anaconda:In the main thread, running
exception handler//
//16:35:08,386 NOTICE multipathd:zram0: add path (uevent)//
//16:35:08,386 NOTICE multipathd:zram0: spurious uevent, path
already in pathvec//
//16:35:08,386 NOTICE multipathd:zram0: HDIO_GETGEO failed
with 25//
//16:35:08,386 

[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-24 Thread Yuval Turgeman
What system are you running `make` on ?  There's some logic before that
iirc (like which repos to install from etc).  Basically,
ovirt-appliance/automation/build-artifacts.sh is the place to go.


On Tuesday, July 23, 2019, Yedidyah Bar David  wrote:

> On Mon, Jul 22, 2019 at 11:53 PM Jingjie Jiang 
> wrote:
>
>> Hi David,
>>
>
> (Actually it's "Yedidyah" or "Didi")
>
>
>> Thanks for your info.
>>
>> Please check my reply inline.
>>
>>
>> -Jingjie
>> On 7/16/19 3:55 AM, Yedidyah Bar David wrote:
>>
>> On Thu, Jul 11, 2019 at 10:46 PM  
>>  wrote:
>>
>> Hi,
>> Can someone tell me how to generate  ovirt-engine-appliance ova file in 
>> ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
>>
>> You might want to check the project's source code:
>> https://github.com/ovirt/ovirt-appliance/
>>
>> Or study the logs of a CI build of it:
>> https://jenkins.ovirt.org/job/ovirt-appliance_master_build-artifacts-el7-x86_64/
>>
>> I never tried building it myself locally, though.
>>
>> I tried to build after checked out the source code from
>> https://github.com/ovirt/ovirt-appliance/,
>>
>> but the build failed.
>>
>> *# make*
>> *livemedia-creator --make-disk --ram=2048 --vcpus=4 --iso=boot.iso
>> --ks=ovirt-engine-appliance.ks --qcow2
>> --image-name=ovirt-engine-appliance.qcow2*
>> *2019-07-22 12:34:00,095: livemedia-creator 19.7.19-1*
>> *2019-07-22 12:34:00,154: disk_size = 51GiB*
>> *2019-07-22 12:34:00,154: disk_img =
>> /var/tmp/ovirt-engine-appliance.qcow2*
>> *2019-07-22 12:34:00,154: install_log =
>> /root/ovirt/ovirt-appliance/engine-appliance/virt-install.log*
>> *mount: /dev/loop0 is write-protected, mounting read-only*
>> *Formatting '/var/tmp/ovirt-engine-appliance.qcow2', fmt=qcow2
>> size=54760833024 encryption=off cluster_size=65536 lazy_refcounts=off *
>> *2019-07-22 12:34:10,195: Running virt-install.*
>>
>> *Starting install...*
>> *Retrieving file vmlinuz...  | 6.3 MB
>> 00:00 *
>> *Retrieving file initrd.img...   |  50 MB
>> 00:00 *
>> *Domain installation still in progress. You can reconnect to *
>> *the console to complete the installation process.*
>> *..*
>> *2019-07-22 12:35:15,281: Installation error detected. See logfile.*
>> *2019-07-22 12:35:15,283: Shutting down
>> LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55*
>> *Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 destroyed*
>>
>> *Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 has been undefined*
>>
>> *2019-07-22 12:35:15,599: unmounting the iso*
>> *2019-07-22 12:35:20,612: Install failed: virt_install failed*
>> *2019-07-22 12:35:20,613: Removing bad disk image*
>> *2019-07-22 12:35:20,613: virt_install failed*
>> *make: *** [ovirt-engine-appliance.qcow2] Error 1*
>>
>> In the log I found the error as following from virt-install.log:
>>
>> *16:35:07,472 ERR anaconda:CmdlineError: The following mandatory spokes
>> are not completed:#012Installation source#012Software selection*
>> *16:35:07,472 DEBUG anaconda:running handleException*
>> *16:35:07,473 CRIT anaconda:Traceback (most recent call last):#012#012
>> File
>> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/simpleline/base.py",
>> line 352, in _mainloop#012prompt =
>> last_screen.prompt(self._screens[-1][1])#012#012  File
>> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/hubs/summary.py",
>> line 107, in prompt#012raise CmdlineError(errtxt)#012#012CmdlineError:
>> The following mandatory spokes are not completed:#012Installation
>> source#012Software selection*
>> *16:35:08,020 DEBUG anaconda:Gtk cannot be initialized*
>> *16:35:08,020 DEBUG anaconda:In the main thread, running exception
>> handler*
>> *16:35:08,386 NOTICE multipathd:zram0: add path (uevent)*
>> *16:35:08,386 NOTICE multipathd:zram0: spurious uevent, path already in
>> pathvec*
>> *16:35:08,386 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25*
>> *16:35:08,386 ERR multipathd:zram0: failed to get path uid*
>> *16:35:08,388 ERR multipathd:uevent trigger error*
>>
>> Can you help me to fix the issue?
>>
>
> Sorry, I never tried to build it myself, nor have experience with
> livemedia-creator. As I wrote above, I suggest to compare your
> output/result with that of oVirt CI. Otherwise, I'd probably start
> debugging by searching the net for the error messages you received.
>
> Good luck and best regards,
>
>
>>
>> I tried to import ovirt-engine-appliance 
>> ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but I 
>> got error as following:
>> Failed to load VM configuration from OVA file: 
>> /var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova
>>
>> No idea why this failed.
>>
>>
>> I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than 
>> CentOS7.6.
>>
>> It has CentOS + oVirt engine.
>>
>> The only major use for it is by hosted-engine --deploy. In theory you
>> can try importing it elsewhere, but I do not recall reports about
>> people that tried this and whether it works.

[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-23 Thread Strahil
It looks  like a kickstart error.
Maybe a parameter in the kickstart is missing  ?

Best Regards,
Strahil NikolovOn Jul 23, 2019 09:08, Yedidyah Bar David  
wrote:
>
> On Mon, Jul 22, 2019 at 11:53 PM Jingjie Jiang  
> wrote:
>>
>> Hi David,
>
>
> (Actually it's "Yedidyah" or "Didi")
>  
>>
>> Thanks for your info.
>>
>> Please check my reply inline.
>>
>>
>> -Jingjie
>>
>> On 7/16/19 3:55 AM, Yedidyah Bar David wrote:
>>>
>>> On Thu, Jul 11, 2019 at 10:46 PM  wrote:
>>>
 Hi,

 Can someone tell me how to generate  ovirt-engine-appliance ova file in 
 ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?

>>> You might want to check the project's source code:
>>>
>>>
>>>
>>> https://github.com/ovirt/ovirt-appliance/
>>>
>>>
>>>
>>> Or study the logs of a CI build of it:
>>>
>>>
>>>
>>> https://jenkins.ovirt.org/job/ovirt-appliance_master_build-artifacts-el7-x86_64/
>>>
>>>
>>>
>>> I never tried building it myself locally, though.
>>
>> I tried to build after checked out the source code from 
>> https://github.com/ovirt/ovirt-appliance/,
>>
>> but the build failed.
>>
>> # make
>> livemedia-creator --make-disk --ram=2048 --vcpus=4 --iso=boot.iso 
>> --ks=ovirt-engine-appliance.ks --qcow2 
>> --image-name=ovirt-engine-appliance.qcow2
>> 2019-07-22 12:34:00,095: livemedia-creator 19.7.19-1
>> 2019-07-22 12:34:00,154: disk_size = 51GiB
>> 2019-07-22 12:34:00,154: disk_img = /var/tmp/ovirt-engine-appliance.qcow2
>> 2019-07-22 12:34:00,154: install_log = 
>> /root/ovirt/ovirt-appliance/engine-appliance/virt-install.log
>> mount: /dev/loop0 is write-protected, mounting read-only
>> Formatting '/var/tmp/ovirt-engine-appliance.qcow2', fmt=qcow2 
>> size=54760833024 encryption=off cluster_size=65536 lazy_refcounts=off 
>> 2019-07-22 12:34:10,195: Running virt-install.
>>
>> Starting install...
>> Retrieving file vmlinuz...  | 6.3 MB  00:00  
>>    
>> Retrieving file initrd.img...   |  50 MB  00:00  
>>    
>> Domain installation still in progress. You can reconnect to 
>> the console to complete the installation process.
>> ..
>> 2019-07-22 12:35:15,281: Installation error detected. See logfile.
>> 2019-07-22 12:35:15,283: Shutting down 
>> LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55
>> Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 destroyed
>>
>> Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 has been undefined
>>
>> 2019-07-22 12:35:15,599: unmounting the iso
>> 2019-07-22 12:35:20,612: Install failed: virt_install failed
>> 2019-07-22 12:35:20,613: Removing bad disk image
>> 2019-07-22 12:35:20,613: virt_install failed
>> make: *** [ovirt-engine-appliance.qcow2] Error 1
>>
>> In the log I found the error as following from virt-install.log:
>>
>> 16:35:07,472 ERR anaconda:CmdlineError: The following mandatory spokes are 
>> not completed:#012Installation source#012Software selection
>> 16:35:07,472 DEBUG anaconda:running handleException
>> 16:35:07,473 CRIT anaconda:Traceback (most recent call last):#012#012  File 
>> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/simpleline/base.py", 
>> line 352, in _mainloop#012    prompt = 
>> last_screen.prompt(self._screens[-1][1])#012#012  File 
>> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/hubs/summary.py", line 
>> 107, in prompt#012    raise CmdlineError(errtxt)#012#012CmdlineError: The 
>> following mandatory spokes are not completed:#012Installation 
>> source#012Software selection
>> 16:35:08,020 DEBUG anaconda:Gtk cannot be initialized
>> 16:35:08,020 DEBUG anaconda:In the main thread, running exception handler
>> 16:35:08,386 NOTICE multipathd:zram0: add path (uevent)
>> 16:35:08,386 NOTICE multipathd:zram0: spurious uevent, path already in 
>> pathvec
>> 16:35:08,386 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25
>> 16:35:08,386 ERR multipathd:zram0: failed to get path uid
>> 16:35:08,388 ERR multipathd:uevent trigger error
>>
>> Can you help me to fix the issue?
>
>
> Sorry, I never tried to build it myself, nor have experience with 
> livemedia-creator. As I wrote above, I suggest to compare your output/result 
> with that of oVirt CI. Otherwise, I'd probably start debugging by searching 
> the net for the error messages you received.
>
> Good luck and best regards,
>  
>>
>>
 I tried to import ovirt-engine-appliance 
 ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but 
 I got error as following:

 Failed to load VM configuration from OVA file: 
 /var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova

>>> No idea why this failed.
>>>
>>>
>>>
 I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than 
 CentOS7.6.

>>> It has CentOS + oVirt engine.
>>>
>>>
>>>
>>> The only major use for it is by hosted-engine --deploy. In theory you
>>>
>>> can try importing it elsewhere, but I do not recall reports about
>>>
>>> people that tried this and whether it works.
>>>
>>>
>>>
>>> Best 

[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-23 Thread Yedidyah Bar David
On Mon, Jul 22, 2019 at 11:53 PM Jingjie Jiang 
wrote:

> Hi David,
>

(Actually it's "Yedidyah" or "Didi")


> Thanks for your info.
>
> Please check my reply inline.
>
>
> -Jingjie
> On 7/16/19 3:55 AM, Yedidyah Bar David wrote:
>
> On Thu, Jul 11, 2019 at 10:46 PM  
>  wrote:
>
> Hi,
> Can someone tell me how to generate  ovirt-engine-appliance ova file in 
> ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
>
> You might want to check the project's source code:
> https://github.com/ovirt/ovirt-appliance/
>
> Or study the logs of a CI build of it:
> https://jenkins.ovirt.org/job/ovirt-appliance_master_build-artifacts-el7-x86_64/
>
> I never tried building it myself locally, though.
>
> I tried to build after checked out the source code from
> https://github.com/ovirt/ovirt-appliance/,
>
> but the build failed.
>
> *# make*
> *livemedia-creator --make-disk --ram=2048 --vcpus=4 --iso=boot.iso
> --ks=ovirt-engine-appliance.ks --qcow2
> --image-name=ovirt-engine-appliance.qcow2*
> *2019-07-22 12:34:00,095: livemedia-creator 19.7.19-1*
> *2019-07-22 12:34:00,154: disk_size = 51GiB*
> *2019-07-22 12:34:00,154: disk_img = /var/tmp/ovirt-engine-appliance.qcow2*
> *2019-07-22 12:34:00,154: install_log =
> /root/ovirt/ovirt-appliance/engine-appliance/virt-install.log*
> *mount: /dev/loop0 is write-protected, mounting read-only*
> *Formatting '/var/tmp/ovirt-engine-appliance.qcow2', fmt=qcow2
> size=54760833024 encryption=off cluster_size=65536 lazy_refcounts=off *
> *2019-07-22 12:34:10,195: Running virt-install.*
>
> *Starting install...*
> *Retrieving file vmlinuz...  | 6.3 MB
> 00:00 *
> *Retrieving file initrd.img...   |  50 MB
> 00:00 *
> *Domain installation still in progress. You can reconnect to *
> *the console to complete the installation process.*
> *..*
> *2019-07-22 12:35:15,281: Installation error detected. See logfile.*
> *2019-07-22 12:35:15,283: Shutting down
> LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55*
> *Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 destroyed*
>
> *Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 has been undefined*
>
> *2019-07-22 12:35:15,599: unmounting the iso*
> *2019-07-22 12:35:20,612: Install failed: virt_install failed*
> *2019-07-22 12:35:20,613: Removing bad disk image*
> *2019-07-22 12:35:20,613: virt_install failed*
> *make: *** [ovirt-engine-appliance.qcow2] Error 1*
>
> In the log I found the error as following from virt-install.log:
>
> *16:35:07,472 ERR anaconda:CmdlineError: The following mandatory spokes
> are not completed:#012Installation source#012Software selection*
> *16:35:07,472 DEBUG anaconda:running handleException*
> *16:35:07,473 CRIT anaconda:Traceback (most recent call last):#012#012
> File
> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/simpleline/base.py",
> line 352, in _mainloop#012prompt =
> last_screen.prompt(self._screens[-1][1])#012#012  File
> "/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/hubs/summary.py",
> line 107, in prompt#012raise CmdlineError(errtxt)#012#012CmdlineError:
> The following mandatory spokes are not completed:#012Installation
> source#012Software selection*
> *16:35:08,020 DEBUG anaconda:Gtk cannot be initialized*
> *16:35:08,020 DEBUG anaconda:In the main thread, running exception handler*
> *16:35:08,386 NOTICE multipathd:zram0: add path (uevent)*
> *16:35:08,386 NOTICE multipathd:zram0: spurious uevent, path already in
> pathvec*
> *16:35:08,386 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25*
> *16:35:08,386 ERR multipathd:zram0: failed to get path uid*
> *16:35:08,388 ERR multipathd:uevent trigger error*
>
> Can you help me to fix the issue?
>

Sorry, I never tried to build it myself, nor have experience with
livemedia-creator. As I wrote above, I suggest to compare your
output/result with that of oVirt CI. Otherwise, I'd probably start
debugging by searching the net for the error messages you received.

Good luck and best regards,


>
> I tried to import ovirt-engine-appliance 
> ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but I 
> got error as following:
> Failed to load VM configuration from OVA file: 
> /var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova
>
> No idea why this failed.
>
>
> I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than CentOS7.6.
>
> It has CentOS + oVirt engine.
>
> The only major use for it is by hosted-engine --deploy. In theory you
> can try importing it elsewhere, but I do not recall reports about
> people that tried this and whether it works.
>
> Best regards,
>
>

-- 
Didi
___
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: 

[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-22 Thread Jingjie Jiang

Hi David,

Thanks for your info.

Please check my reply inline.


-Jingjie

On 7/16/19 3:55 AM, Yedidyah Bar David wrote:

On Thu, Jul 11, 2019 at 10:46 PM  wrote:

Hi,
Can someone tell me how to generate  ovirt-engine-appliance ova file in 
ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?

You might want to check the project's source code:

https://github.com/ovirt/ovirt-appliance/

Or study the logs of a CI build of it:

https://jenkins.ovirt.org/job/ovirt-appliance_master_build-artifacts-el7-x86_64/

I never tried building it myself locally, though.


I tried to build after checked out the source code from 
https://github.com/ovirt/ovirt-appliance/,


but the build failed.

/# make//
//livemedia-creator --make-disk --ram=2048 --vcpus=4 --iso=boot.iso 
--ks=ovirt-engine-appliance.ks --qcow2 
--image-name=ovirt-engine-appliance.qcow2//

//2019-07-22 12:34:00,095: livemedia-creator 19.7.19-1//
//2019-07-22 12:34:00,154: disk_size = 51GiB//
//2019-07-22 12:34:00,154: disk_img = 
/var/tmp/ovirt-engine-appliance.qcow2//
//2019-07-22 12:34:00,154: install_log = 
/root/ovirt/ovirt-appliance/engine-appliance/virt-install.log//

//mount: /dev/loop0 is write-protected, mounting read-only//
//Formatting '/var/tmp/ovirt-engine-appliance.qcow2', fmt=qcow2 
size=54760833024 encryption=off cluster_size=65536 lazy_refcounts=off //

//2019-07-22 12:34:10,195: Running virt-install.//
//
//Starting install...//
//Retrieving file vmlinuz... | 6.3 MB  00:00 //
//Retrieving file initrd.img... |  50 MB  00:00 //
//Domain installation still in progress. You can reconnect to //
//the console to complete the installation process.//
//..//
//2019-07-22 12:35:15,281: Installation error detected. See logfile.//
//2019-07-22 12:35:15,283: Shutting down 
LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55//

//Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 destroyed//
//
//Domain LiveOS-27f2dc2b-4b30-4eb1-adcd-b5ab50fdbf55 has been undefined//
//
//2019-07-22 12:35:15,599: unmounting the iso//
//2019-07-22 12:35:20,612: Install failed: virt_install failed//
//2019-07-22 12:35:20,613: Removing bad disk image//
//2019-07-22 12:35:20,613: virt_install failed//
//make: *** [ovirt-engine-appliance.qcow2] Error 1/

In the log I found the error as following from virt-install.log:

/16:35:07,472 ERR anaconda:CmdlineError: The following mandatory spokes 
are not completed:#012Installation source#012Software selection//

//16:35:07,472 DEBUG anaconda:running handleException//
//16:35:07,473 CRIT anaconda:Traceback (most recent call last):#012#012  
File 
"/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/simpleline/base.py", 
line 352, in _mainloop#012    prompt = 
last_screen.prompt(self._screens[-1][1])#012#012  File 
"/usr/lib64/python2.7/site-packages/pyanaconda/ui/tui/hubs/summary.py", 
line 107, in prompt#012    raise 
CmdlineError(errtxt)#012#012CmdlineError: The following mandatory spokes 
are not completed:#012Installation source#012Software selection//

//16:35:08,020 DEBUG anaconda:Gtk cannot be initialized//
//16:35:08,020 DEBUG anaconda:In the main thread, running exception 
handler//

//16:35:08,386 NOTICE multipathd:zram0: add path (uevent)//
//16:35:08,386 NOTICE multipathd:zram0: spurious uevent, path already in 
pathvec//

//16:35:08,386 NOTICE multipathd:zram0: HDIO_GETGEO failed with 25//
//16:35:08,386 ERR multipathd:zram0: failed to get path uid//
//16:35:08,388 ERR multipathd:uevent trigger error/

Can you help me to fix the issue?





I tried to import ovirt-engine-appliance 
ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but I got 
error as following:
Failed to load VM configuration from OVA file: 
/var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova

No idea why this failed.


I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than CentOS7.6.

It has CentOS + oVirt engine.

The only major use for it is by hosted-engine --deploy. In theory you
can try importing it elsewhere, but I do not recall reports about
people that tried this and whether it works.

Best 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/IYVWUW227VOP5OBSXFDP3WE6QPL4DRGG/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-16 Thread Yedidyah Bar David
On Thu, Jul 11, 2019 at 10:46 PM  wrote:
>
> Hi,
> Can someone tell me how to generate  ovirt-engine-appliance ova file in 
> ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?

You might want to check the project's source code:

https://github.com/ovirt/ovirt-appliance/

Or study the logs of a CI build of it:

https://jenkins.ovirt.org/job/ovirt-appliance_master_build-artifacts-el7-x86_64/

I never tried building it myself locally, though.

> I tried to import ovirt-engine-appliance 
> ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but I 
> got error as following:
> Failed to load VM configuration from OVA file: 
> /var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova

No idea why this failed.

>
> I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than CentOS7.6.

It has CentOS + oVirt engine.

The only major use for it is by hosted-engine --deploy. In theory you
can try importing it elsewhere, but I do not recall reports about
people that tried this and whether it works.

Best regards,
-- 
Didi
___
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/JZRIVLKZQEYLWNL2FO32PHNXMKPGCYSC/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-15 Thread Strahil
Exactly.
Ovirt (and RHV respectively)  can be installed as:
1. VM in an oVirt Cluster
2. Separate machine(s)

In point 2 , the Virt admin should take care about the high availability of the 
engine.

So, you can install CentOS7 and then deploy the engine's software ontop of it.
Extracting the OVA will not provide you with fully working engine, as the 
deployment scripts on the hosts will not inject the necessary data on remote 
system. (Only on local)



Best Regards,
Strahil NikolovOn Jul 15, 2019 04:08, Jingjie Jiang  
wrote:
>
>
> On 7/13/2019 6:28 AM, Strahil Nikolov wrote:
>
> I still don't get why you need the OVA .
> Are you trying to extract and put it into another virtualization. If this is 
> your intention - better install it as if it was a standalone engine.
>
> Yes, I am trying to build ova with different OS.
>
> What do you mean install it as standalone engine?
>
> install VM first then install as ovirt engine?
>
>
> Thanks,
>
> Jingjie
>
>
>>
>> Best Regards,
>> Strahil Nikolov.
>>
>> В петък, 12 юли 2019 г., 21:48:35 ч. Гринуич+3, Jingjie Jiang 
>>  написа:
>>
>>
>> Hi Strahil,
>>
>> Thanks for your reply.
>>
>> Can you share the procedure of creating ovirt-engine-appliance ova?
>>
>>
>> Thanks,
>>
>> Jingjie
>>
>>
>> On 7/12/19 12:52 AM, Strahil wrote:
>>
>> Based on my experience - the OVA contains the xml and the actual disk of the 
>> hosted engine.
>> Then the deployment starts locally the VM and populates the necessary data 
>> in it
>> Once it's over , the deployment shuts down and copies the disk of that local 
>> VM, undefines it and then ovirt's ha agents are being configured - so they 
>> can mount the shared storage and power up the VM (special tar /OVMF/ file on 
>> shared storage has the agent  configuration file).
>>
>> So , in the ova there should be a  template VM + the xml config (cpus, ram, 
>> devices, etc) .
>> I would be surprised if there is something else in it.
>>
>> Best Regards,
>> Strahil Nikolov
>>
>> On Jul 11, 2019 23:39, Jingjie Jiang  wrote:
___
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/H42GIHGGXX265RCAZCKRHXLWZY6QDEBV/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-14 Thread Jingjie Jiang


On 7/13/2019 6:28 AM, Strahil Nikolov wrote:

I still don't get why you need the OVA .
Are you trying to extract and put it into another virtualization. If 
this is your intention - better install it as if it was a standalone 
engine.


Yes, I am trying to build ova with different OS.

What do you mean install it as standalone engine?

install VM first then install as ovirt engine?


Thanks,

Jingjie




Best Regards,
Strahil Nikolov.

В петък, 12 юли 2019 г., 21:48:35 ч. Гринуич+3, Jingjie Jiang 
 написа:



Hi Strahil,

Thanks for your reply.

Can you share the procedure of creating ovirt-engine-appliance ova?


Thanks,

Jingjie


On 7/12/19 12:52 AM, Strahil wrote:

Based on my experience - the OVA contains the xml and the actual disk 
of the hosted engine.
Then the deployment starts locally the VM and populates the necessary 
data in it
Once it's over , the deployment shuts down and copies the disk of that 
local VM, undefines it and then ovirt's ha agents are being configured 
- so they can mount the shared storage and power up the VM (special 
tar /OVMF/ file on shared storage has the agent  configuration file).


So , in the ova there should be a template VM + the xml config (cpus, 
ram, devices, etc) .

I would be surprised if there is something else in it.

Best Regards,
Strahil Nikolov

On Jul 11, 2019 23:39, Jingjie Jiang  
 wrote:


Hi Strahil,

Yes, you are right.

After install ovirt-engine-appliance rpm, the ova file will be
save at

/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.3-20190610.1.el7.ova

I was trying to understand what the ova file included.

I thought it only has the CentOS7.6.

I observed that ovirt-engine was installed during "host-engine
--deploy"

Is ovirt-engine-appliance-4.3-20190610.1.el7.ova only used for
deploy host-engine?

Is there a document about how to generate?


Thanks,

Jingjie


On 7/11/19 4:20 PM, Strahil Nikolov wrote:

If I'm not wrong, this rpm is being downloaded to one of the hosts
during self-hosted engine's deployment.
Why would you try to import a second self-hosted engine ?

Best Regards,
Strahil Nikolov


В четвъртък, 11 юли 2019 г., 22:37:56 ч. Гринуич+3,
  написа:


Hi,
Can someone tell me how to generate  ovirt-engine-appliance ova
file in ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
I tried to import ovirt-engine-appliance
ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from
ovirt-engine, but I got error as following:
Failed to load VM configuration from OVA file:
/var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova

I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more
than CentOS7.6.

Thanks,
Jingjie
___
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/EP2BMVXRXUM6F3WF77OTKZ75NQKMBYC6/;
rel="nofollow" target="_blank"
moz-do-not-send="true">https://lists.ovirt.org/archives/list/users@o


___ 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/OBLCILUNJ2LGZMLVLH2RGMZ5JGNDL43V/
___
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/AAFYBELOAPPBRZNJLESBIBK3T53AP6K2/ 



___
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/TBFPAXABOSW3KBGGVX4D3V2NXYPIHR27/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-13 Thread Strahil Nikolov
 I still don't get why you need the OVA .Are you trying to extract and put it 
into another virtualization. If this is your intention - better install it as 
if it was a standalone engine.
Best Regards,Strahil Nikolov.
В петък, 12 юли 2019 г., 21:48:35 ч. Гринуич+3, Jingjie Jiang 
 написа:  
 
  
Hi Strahil,
 
Thanks for your reply.
 
Can you share the procedure of creating ovirt-engine-appliance ova?
 

 
 
Thanks,
 
Jingjie
 

 
 On 7/12/19 12:52 AM, Strahil wrote:
  
 

Based on my experience - the OVA contains the xml and the actual disk of the 
hosted engine.
 Then the deployment starts locally the VM and populates the necessary data in 
it
 Once it's over , the deployment shuts down and copies the disk of that local 
VM, undefines it and then ovirt's ha agents are being configured - so they can 
mount the shared storage and power up the VM (special tar /OVMF/ file on shared 
storage has the agent  configuration file).
 
So , in the ova there should be a  template VM + the xml config (cpus, ram, 
devices, etc) .
 I would be surprised if there is something else in it.
 
Best Regards,
 Strahil Nikolov
 On Jul 11, 2019 23:39, Jingjie Jiang  wrote:
 
  
Hi Strahil,
 
Yes, you are right.
 
 
After install ovirt-engine-appliance rpm, the ova file will be save 
at/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.3-20190610.1.el7.ova
 
I was trying to understand what the ova file included. 
 
 
I thought it only has the CentOS7.6.
 
I observed that ovirt-engine was installed during "host-engine --deploy"
 
Is ovirt-engine-appliance-4.3-20190610.1.el7.ova only used for deploy 
host-engine?
 
Is there a document about how to generate?
 

 
 
Thanks,
 
Jingjie
 

 
 On 7/11/19 4:20 PM, Strahil Nikolov wrote:
  
 
   If I'm not wrong, this rpm is being downloaded to one of the hosts during 
self-hosted engine's deployment. Why would you try to import a second 
self-hosted engine ? 
  Best Regards, Strahil Nikolov 
  
  В четвъртък, 11 юли 2019 г., 22:37:56 ч. Гринуич+3, 
 написа:  
  
   Hi,
  Can someone tell me how to generate  ovirt-engine-appliance ova file in 
ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
  I tried to import ovirt-engine-appliance 
ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but I got 
error as following:
  Failed to load VM configuration from OVA file: 
/var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova
  
  I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than 
CentOS7.6. 
  
  Thanks,
  Jingjie
  ___
  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/EP2BMVXRXUM6F3WF77OTKZ75NQKMBYC6/;
 rel="nofollow" target="_blank" 
moz-do-not-send="true">https://lists.ovirt.org/archives/list/users@o
  
  ___Users mailing list -- 
users@ovirt.orgTo unsubscribe send an email to users-leave@ovirt.orgPrivacy 
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/OBLCILUNJ2LGZMLVLH2RGMZ5JGNDL43V/
 ___
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/AAFYBELOAPPBRZNJLESBIBK3T53AP6K2/
  ___
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/KXNDEBEM6YUR3KUIGB3I5TIS34FUVRYS/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-12 Thread Jingjie Jiang

Hi Strahil,

Thanks for your reply.

Can you share the procedure of creating ovirt-engine-appliance ova?


Thanks,

Jingjie


On 7/12/19 12:52 AM, Strahil wrote:


Based on my experience - the OVA contains the xml and the actual disk 
of the hosted engine.
Then the deployment starts locally the VM and populates the necessary 
data in it
Once it's over , the deployment shuts down and copies the disk of that 
local VM, undefines it and then ovirt's ha agents are being configured 
- so they can mount the shared storage and power up the VM (special 
tar /OVMF/ file on shared storage has the agent  configuration file).


So , in the ova there should be a  template VM + the xml config (cpus, 
ram, devices, etc) .

I would be surprised if there is something else in it.

Best Regards,
Strahil Nikolov

On Jul 11, 2019 23:39, Jingjie Jiang  wrote:

Hi Strahil,

Yes, you are right.

After install ovirt-engine-appliance rpm, the ova file will be
save at

/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.3-20190610.1.el7.ova

I was trying to understand what the ova file included.

I thought it only has the CentOS7.6.

I observed that ovirt-engine was installed during "host-engine
--deploy"

Is ovirt-engine-appliance-4.3-20190610.1.el7.ova only used for
deploy host-engine?

Is there a document about how to generate?


Thanks,

Jingjie


On 7/11/19 4:20 PM, Strahil Nikolov wrote:

If I'm not wrong, this rpm is being downloaded to one of the hosts
during self-hosted engine's deployment.
Why would you try to import a second self-hosted engine ?

Best Regards,
Strahil Nikolov


В четвъртък, 11 юли 2019 г., 22:37:56 ч. Гринуич+3,
  написа:


Hi,
Can someone tell me how to generate ovirt-engine-appliance ova
file in ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
I tried to import ovirt-engine-appliance
ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from
ovirt-engine, but I got error as following:
Failed to load VM configuration from OVA file:
/var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova

I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more
than CentOS7.6.

Thanks,
Jingjie
___
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/EP2BMVXRXUM6F3WF77OTKZ75NQKMBYC6
https://lists.ovirt.org/archives/list/users@o


___
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/OBLCILUNJ2LGZMLVLH2RGMZ5JGNDL43V/
___
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/AAFYBELOAPPBRZNJLESBIBK3T53AP6K2/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-11 Thread Strahil
Based on my experience - the OVA contains the xml and the actual disk of the 
hosted engine.
Then the deployment starts locally the VM and populates the necessary data in it
Once it's over , the deployment shuts down and copies the disk of that local 
VM, undefines it and then ovirt's ha agents are being configured - so they can 
mount the shared storage and power up the VM (special tar /OVMF/ file on shared 
storage has the agent  configuration file).

So , in the ova there should be a  template VM + the xml config (cpus, ram, 
devices, etc) .
I would be surprised if there is something else in it.

Best Regards,
Strahil NikolovOn Jul 11, 2019 23:39, Jingjie Jiang  
wrote:
>
> Hi Strahil,
>
> Yes, you are right.
>
> After install ovirt-engine-appliance rpm, the ova file will be save at 
> /usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.3-20190610.1.el7.ova
>
> I was trying to understand what the ova file included. 
>
> I thought it only has the CentOS7.6.
>
> I observed that ovirt-engine was installed during "host-engine --deploy"
>
> Is ovirt-engine-appliance-4.3-20190610.1.el7.ova only used for deploy 
> host-engine?
>
> Is there a document about how to generate?
>
>
> Thanks,
>
> Jingjie
>
>
> On 7/11/19 4:20 PM, Strahil Nikolov wrote:
>
> If I'm not wrong, this rpm is being downloaded to one of the hosts during 
> self-hosted engine's deployment.
> Why would you try to import a second self-hosted engine ?
>
> Best Regards,
> Strahil Nikolov
>
>
> В четвъртък, 11 юли 2019 г., 22:37:56 ч. Гринуич+3, 
>  написа:
>
>
> Hi,
> Can someone tell me how to generate  ovirt-engine-appliance ova file in 
> ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
> I tried to import ovirt-engine-appliance 
> ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but I 
> got error as following:
> Failed to load VM configuration from OVA file: 
> /var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova
>
> I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than 
> CentOS7.6. 
>
> Thanks,
> Jingjie
> ___
> 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/EP2BMVXRXUM6F3WF77OTKZ75NQKMBYC6/;
>  rel="nofollow" target="_blank" 
> moz-do-not-send="true">https://lists.ovirt.org/archives/list/users@o___
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/OBLCILUNJ2LGZMLVLH2RGMZ5JGNDL43V/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-11 Thread Jingjie Jiang

Hi Strahil,

Yes, you are right.

After install ovirt-engine-appliance rpm, the ova file will be save at 
/usr/share/ovirt-engine-appliance/ovirt-engine-appliance-4.3-20190610.1.el7.ova


I was trying to understand what the ova file included.

I thought it only has the CentOS7.6.

I observed that ovirt-engine was installed during "host-engine --deploy"

Is ovirt-engine-appliance-4.3-20190610.1.el7.ova only used for deploy 
host-engine?


Is there a document about how to generate?


Thanks,

Jingjie


On 7/11/19 4:20 PM, Strahil Nikolov wrote:
If I'm not wrong, this rpm is being downloaded to one of the hosts 
during self-hosted engine's deployment.

Why would you try to import a second self-hosted engine ?

Best Regards,
Strahil Nikolov


В четвъртък, 11 юли 2019 г., 22:37:56 ч. Гринуич+3, 
 написа:



Hi,
Can someone tell me how to generate ovirt-engine-appliance ova file in 
ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
I tried to import ovirt-engine-appliance 
ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, 
but I got error as following:
Failed to load VM configuration from OVA file: 
/var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova


I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than 
CentOS7.6.


Thanks,
Jingjie
___
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/EP2BMVXRXUM6F3WF77OTKZ75NQKMBYC6/
___
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/QJYEFWGGQTJFPBCD2OMID7JMFFUCPON5/


[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-11 Thread Strahil Nikolov
 If I'm not wrong, this rpm is being downloaded to one of the hosts during 
self-hosted engine's deployment.Why would you try to import a second 
self-hosted engine ?
Best Regards,Strahil Nikolov

В четвъртък, 11 юли 2019 г., 22:37:56 ч. Гринуич+3, 
 написа:  
 
 Hi,
Can someone tell me how to generate  ovirt-engine-appliance ova file in 
ovirt-engine-appliance-4.3-20190610.1.el7.x86_64.rpm?
I tried to import ovirt-engine-appliance 
ova(ovirt-engine-appliance-4.3-20190610.1.el7.ova) from ovirt-engine, but I got 
error as following:
Failed to load VM configuration from OVA file: 
/var/tmp/ovirt-engine-appliance-4.2-20190121.1.el7.ova

I guess ovirt-engine-appliance-4.2-20190121.1.el7.ova has more than CentOS7.6. 

Thanks,
Jingjie
___
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/EP2BMVXRXUM6F3WF77OTKZ75NQKMBYC6/
  ___
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/QNV52UBXJKCAV442N6K42KPOOVUI4F25/