Hi,
On 04/27/2012 08:44 AM, Nathanaël Blanchet wrote:
here they are, there is a lot of log files, because I tried a lot of
time :)
Le 27/04/2012 15:16, Douglas Landgraf a écrit :
> Hi,
>
> On 04/26/2012 11:37 AM, Nathanaël Blanchet wrote:
>> I have built and installed the latest RPM ovirt-engine from the
>> source on F16 and the latest RPM VDSM 4.9.6 on F17 because of nedeed
>> dependancies.
>> when I add a new host, installation always fails with this issue :
>> Failed to install Host khamsin. Step: CreateConf; Details: Basic
>> configuration failed to import default values.
>>
>> I tried to disable ssl in engine and vdsm but it is the same.
>>
>> I have searched more explications into vdsm and ovirt log but I have
>> found anything
>> I suppose vdsm to be the problem, the only way to build it with
>> success is to install it on F17, which is a beta release...
>>
>> This makes me crazy!
>> May anybody help me to find a clue for this issue?
>>
> on Node side, can you please share /tmp/vds_* logs?
> rpm -qa | grep vdsm (from oVirt Node and oVirt engine)
>
As we resolved this case by irc, here the reply to mailing list:
=============
The error from logs:
Fri, 27 Apr 2012 14:55:24 DEBUG <BSTRAP component='VDS PACKAGES'
status='OK' result='libjpeg' message='le paquetage libjpeg n~est pas
installé '/>
Fri, 27 Apr 2012 14:55:24 ERROR
Traceback (most recent call last):
File "/tmp/vds_bootstrap_9e3dc61c-4ef8-4c42-873c-6209c522ac4c.py", line
594, in createConf
self._makeConfig()
File "/tmp/vds_bootstrap_9e3dc61c-4ef8-4c42-873c-6209c522ac4c.py", line
557, in _makeConfig
from config import config
ImportError: No module named config
Fri, 27 Apr 2012 14:55:24 DEBUG <BSTRAP component='CreateConf'
status='FAIL' message='Basic configuration failed to import default
values'/>
Fri, 27 Apr 2012 14:55:24 ERROR createConf failed
Fri, 27 Apr 2012 14:55:24 DEBUG <BSTRAP component='RHEV_INSTALL'
status='FAIL'/>
Fri, 27 Apr 2012 14:55:24 DEBUG **** End VDS Validation ****
=========
On Engine side Nathanaël's machine had: vds_bootstrap version
(vdsm-bootstrap-4.9.3.2-0.fc16.noarch) which had to update to a newer
version: 4.9.6
copied new vds_bootstrap files from: /usr/share/vds_bootstrap to
/usr/share/ovirt-engine/engine.ear/components.war/vds
and removed any *.pyc and *.pyo from there.
On Node side:
rm -f /tmp/deploy* (remove old deployUtil)
rm -f /tmp/vds* (remove old log files)
--
Cheers
Douglas