oVirt and Foreman
by Davide Ferrari
Hello list
is anybody successfully using oVirt + Foreman for VM creation +
provisioning?
I'm using Foremn (latest version, 1.15.2) with latest oVirt version
(4.1.3) but I'm encountering several problem, especially related to
disks. For example:
- cannot create a VM with multiple disks though Foreman CLI (hammer)
- if I create a multidisk VM from Foreman, the second disk always gets
the "bootable" flag and not the primary image, making the VMs not
bootable at all.
Any other Foreman user sharing the pain here? Foramn's list is not so
useful so I'm trying to ask here. How do you programmatically create
virtual machines with oVirt and Foreman? Should I switch do directly
using oVirt API?
Thanks in advance
Davide
7 years, 3 months
Deploying training lab
by Andy Michielsen
Hello all,
Don't know if this is the right place to ask this but I would like to set
up a trainingslab with oVirt.
I have deployed an engine and a host with local storage and want to run 1
server and 5 desktops off it.
But the desktops will be used on thin clients or old laptops with some
minimal os installation running spice client or a webbrowser.
I was wondering if anyone can give me pointer in how to set up a minimal
laptop which only need to run an spice client.
Kind regards.
7 years, 3 months
Re: [ovirt-users] Yum error while installing host on Centos7
by Yanir Quinn
where did you manually install the packages ? engine or host machine ?
you can you provide the engine.log to see what might cause the error on the
engine's side.
maybe rollback the last yum transaction you did and try to run the engine
again.
as far as for the host installation you might need to check the exiting
repositories (Cenots or other existing repos on the machine)
, its not recommended to use --skip-broken usually when adding a host.
On Tue, Aug 1, 2017 at 11:51 AM, Iurcev, Massimiliano <miurcev(a)inogs.it>
wrote:
> Unfortunately this didn't work. I tried also to disable totally selinux
> without success.
>
> Then I decided to install gtk2 manually with the --skip-broken option, and
> apparently everything went fine.
> After this, the host installation goes on without errors.
> It says "Installation is closing up", then gets stuck indefinitely.
> Now the host-engine looks dead or messed up, even after a reboot... more
> in detail, the web portal is no longer accessible. :(
>
>
>
> On 30 July 2017 at 10:58, Yanir Quinn <yquinn(a)redhat.com> wrote:
>
>> Might be a selinux related issue, similar threads suggest either to
>> disable selinux completely or run on host:
>>
>> # setenforce 0
>> # yum clean expire-cache
>> # yum update selinux-policy\*
>> # setenforce 1
>>
>> keeping an eye out for other reasons/solutions.
>>
>> Regards,
>> Yanir Quinn
>>
>> On Thu, Jul 27, 2017 at 5:32 PM, Iurcev, Massimiliano <miurcev(a)inogs.it>
>> wrote:
>>
>>> I installed ovirt-engine on Centos7. My target is to have a single host
>>> machine.
>>> During the installation of the (first and unique) host, I get an error:
>>>
>>> Failed to install Host xxxx. Yum Non-fatal POSTIN scriptlet failure in
>>> rpm package gtk2-2.24.28-8.el7.x86_64.
>>>
>>> This error is followed by other errors:
>>>
>>> Failed to install Host xxxx. Failed to execute stage 'Package
>>> installation': One or more elements within Yum transaction failed.
>>>
>>> and finally:
>>> Host xxxx installation failed. Command returned failure code 1 during
>>> SSH session 'root(a)xxxx.mydomain.it'.
>>>
>>> All other libraries are yum-installed without problems.
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users(a)ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>
7 years, 3 months
Re: [ovirt-users] PXE boot of oVirt Node 4.1
by Kamarasu Alagarsamy
Hi Pavol
I have similar requirement for Ovirt 4.1 PXE boot on UEFI enabled systems, however not able to do successful kickstart installation. Facing two issues
1) nodectl init or imgbase layout —init not working because of the reason commands not found
2) System keeps on network install cycle due to boot loader not been set or not installed - I don’t know sure exactly why?
Could you please help with these issues?
kickstart file contents
—————————-
liveimg —url=http:/../../squasfs.img <— path shortened
ignoredisk —all —initlabel
zerombr
clearpart —all —initlabel
autopart —type=thinp
bootloader —location=mbr
text
reboot
%post —erroronfail
nodectl init
%end
Regards
Kamarasu
7 years, 3 months