Host status : Pending Installation

Hello,

I have foreman 1.5 and oVirt working together. Every was working fine but
since a few days ago, when I install a new ovirt vm, the vm status is
"pending installation" but the vm is installed and works well.

Can somebody explains me how foreman update the host status and how to
solve that … ?

Regards.

At the end of the installation, there's a call to the Foreman server to
notify it that the build has completed. Something like:

Inform the build system that we are done.

echo "Informing Foreman that we are built"
wget -q -O /dev/null --no-check-certificate
http://example.com/unattended/built

Look for /unattended/built requests in the Foreman production.log to see
if they're being received. There have been various DHCP "conflict"
related bugs in this area before, so I'd strongly recommend upgrading to
a newer release if you find indications of those.

··· On 13/03/15 10:30, James James wrote: > Hello, > > I have foreman 1.5 and oVirt working together. Every was working fine > but since a few days ago, when I install a new ovirt vm, the vm status > is "pending installation" but the vm is installed and works well. > > Can somebody explains me how foreman update the host status and how to > solve that ... ?


Dominic Cleal
Red Hat Engineering