[Engine-devel] Setup in latest master apparently broken
by Juan Hernandez
The setup tool in the latest master (hash e992aa) is apparently broken,
it fails with the following message:
[ ERROR ] Failed to execute stage 'Misc configuration': 'module' object
has no attribute 'processTemplate'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/otopi/context.py", line 142, in
_executeMethod
method['method']()
File
"/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine/apache/ovirt_engine.py",
line 67, in _misc
content=outil.processTemplate(
AttributeError: 'module' object has no attribute 'processTemplate'
The code there is importing "util" from "ovirt_engine", but printing the
value of the "util" result gives the following:
<module 'otopi.util' from '/usr/lib/python2.7/site-packages/otopi/util.pyc'>
--
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
10 years, 10 months
Re: [Engine-devel] [Users] REST Error during VM creation
by Sven Kieske
Hi,
if you had read the BZ entry, you could already have found it.
Here it is again:
POST request on https://virt-mgmt-01.internal/api/vms/:
{"name":"vr00001","cluster":{"id":"2ad11b5e-9e74-499a-b317-5a9a3027cfca","name":"localcluster1"},"template":{"id":"10080414-d017-490b-b212-e02cee6a7b6e","name":"ubuntu-server-12.04"},"console":{"enabled":true}}
Am 22.12.2013 08:11, schrieb Meital Bourvine:
> Hi,
>
> Can you please send the exact rest command that you've been using?
>
> Thanks,
> Meital
--
Mit freundlichen Grüßen / Regards
Sven Kieske
Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
10 years, 10 months
[Engine-devel] Broken devel setup on Gentoo?
by Doron Fediuck
While refreshing my devel environment, setup fails.
Log file shows this:
2013-12-31 16:26:05 DEBUG otopi.plugins.otopi.services.openrc
plugin.executeRaw:366 execute: ('/etc/init.d/ovirt-websocket-proxy',
'-q', 'status'), executable='None', cwd=
'None', env=None
2013-12-31 16:26:05 DEBUG otopi.plugins.otopi.services.openrc
plugin.executeRaw:389 execute-result:
('/etc/init.d/ovirt-websocket-proxy', '-q', 'status'), exception
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/otopi/plugin.py", line 376,
in executeRaw
env=env,
File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Should there be a redirection to use ovirt-websocket-proxy in a local
script rather than daemon?
10 years, 11 months