[ovirt-users] oVirt 3.6.0 Sixth Beta Release

2015-10-02 Thread Rudi Schmitz
I have a simple setup. One machine is a node. I installed 3.6 sixth beta
release node iso on a machine. IP adress is setup. Then I try to deploy
hosted engine over ssh. I input a local http url of the centos 7 iso  and
hit Deploy.

The tui stops and I get:

login as: admin
admin@192.168.100.70's password:
Last login: Tue Sep 22 15:25:43 2015
An error appeared in the UI: AttributeError("'TransactionProgressDialog'
object has no attribute 'event'",)
Press ENTER to logout ...
or enter 's' to drop to shell

The iso file does exist and is working.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 3.6.0 Sixth Beta Release

2015-09-25 Thread Rudi Schmitz
I get a similar message on the appliance ova file.

Here are my logs.zip i pulled from the node on anonymous volatile file
share site  https://filetea.me/t1sQaxyDKTJQMxvaUnx4xpFbQ

This looks like the info you are looking for under ovirt-node.log

2015-09-25 16:40:52,469   INFO Current page is 'Hosted Engine'
2015-09-25 16:40:53,661   INFO Changes were merged successfully
2015-09-25 16:40:56,507WARNING No widget for path deploy.confirm
2015-09-25 16:40:56,507WARNING No widget for path deploy.confirm
2015-09-25 16:40:57,517  ERROR An error appeared in the UI:
AttributeError("'TransactionProgressDialog' object has no attribute
'event'",)
2015-09-25 16:40:57,517   INFO Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/ovirt/node/app.py", line 304, in
run
self.ui.run()
  File "/usr/lib/python2.7/site-packages/ovirt/node/ui/urwid_builder.py",
line 441, in run
self.__loop.run()
  File "/usr/lib64/python2.7/site-packages/urwid/main_loop.py", line 271,
in run
self.screen.run_wrapper(self._run)
  File "/usr/lib64/python2.7/site-packages/urwid/raw_display.py", line 241,
in run_wrapper
return fn()
  File "/usr/lib64/python2.7/site-packages/urwid/main_loop.py", line 336,
in _run
self.event_loop.run()
  File "/usr/lib64/python2.7/site-packages/urwid/main_loop.py", line 707,
in run
self._loop()
  File "/usr/lib64/python2.7/site-packages/urwid/main_loop.py", line 786,
in _loop
self._watch_files[fd]()
  File "/usr/lib64/python2.7/site-packages/urwid/main_loop.py", line 387,
in _update
self.process_input(keys)
  File "/usr/lib64/python2.7/site-packages/urwid/main_loop.py", line 487,
in process_input
k = self._topmost_widget.keypress(self.screen_size, k)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 566,
in keypress
*self.calculate_padding_filler(size, True)), key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 1559,
in keypress
key = self.focus.keypress(tsize, key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 2240,
in keypress
key = w.keypress((mc,) + size[1:], key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 1559,
in keypress
key = self.focus.keypress(tsize, key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 1559,
in keypress
key = self.focus.keypress(tsize, key)
  File "/usr/lib64/python2.7/site-packages/urwid/decoration.py", line 618,
in keypress
return self._original_widget.keypress(maxvals, key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 1102,
in keypress
return self.body.keypress( (maxcol, remaining), key )
  File "/usr/lib/python2.7/site-packages/ovirt/node/ui/widgets.py", line
759, in keypress
return super(TabablePile, self).keypress(size, key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 1559,
in keypress
key = self.focus.keypress(tsize, key)
  File "/usr/lib64/python2.7/site-packages/urwid/decoration.py", line 833,
in keypress
return self._original_widget.keypress((maxcol,), key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 2240,
in keypress
key = w.keypress((mc,) + size[1:], key)
  File "/usr/lib64/python2.7/site-packages/urwid/container.py", line 1559,
in keypress
key = self.focus.keypress(tsize, key)
  File "/usr/lib64/python2.7/site-packages/urwid/decoration.py", line 618,
in keypress
return self._original_widget.keypress(maxvals, key)
  File "/usr/lib64/python2.7/site-packages/urwid/wimp.py", line 534, in
keypress
self._emit('click')
  File "/usr/lib64/python2.7/site-packages/urwid/widget.py", line 463, in
_emit
signals.emit_signal(self, name, self, *args)
  File "/usr/lib64/python2.7/site-packages/urwid/signals.py", line 120, in
emit
result |= bool(callback(*args_copy))
  File "/usr/lib/python2.7/site-packages/ovirt/node/ui/widgets.py", line
542, in on_click_cb
urwid.emit_signal(self, 'click', self)
  File "/usr/lib64/python2.7/site-packages/urwid/signals.py", line 120, in
emit
result |= bool(callback(*args_copy))
  File "/usr/lib/python2.7/site-packages/ovirt/node/ui/urwid_builder.py",
line 111, in on_widget_click_cb
ui_button.on_activate(change)
  File "/usr/lib/python2.7/site-packages/ovirt/node/base.py", line 103, in
__call__
self.emit(userdata)
  File "/usr/lib/python2.7/site-packages/ovirt/node/base.py", line 85, in
emit
if cb(self.target, userdata) is False:
  File "/usr/lib/python2.7/site-packages/ovirt/node/ui/__init__.py", line
201, in __call__
r = self.callback(userdata)
  File "/usr/lib/python2.7/site-packages/ovirt/node/app.py", line 176, in
call_on_ui_save
self.current_plugin()._on_ui_save()
  File "/usr/lib/python2.7/site-packages/ovirt/node/plugins.py", line 406,
in _on_ui_save
successfull_merge = self.on_merge(effective_changes)
  File
"/usr/lib/python2.7/site-packages/ovirt/node/setup/hostedengine/hosted_engine_p

Re: [ovirt-users] ovirt 3.6.0 Sixth Beta Release

2015-09-24 Thread Simone Tiraboschi
On Thu, Sep 24, 2015 at 5:17 PM, Rudi Schmitz  wrote:

>
> I have a simple setup. Machine is a node. going to deploy from iscsi on
> thenetwork but dont get that far.  I installed 3.6 sixth beta release node
> iso on a machine. IP adress is setup. Then I try to deploy hosted engine
> over ssh. I input a local http url of the centos 7 iso  and hit Deploy.
>
> The tui stops and I get:
>
> An error appeared in the UI: AttributeError("'TransactionProgressDialog'
> object has no attribute 'event'",)
> Press ENTER to logout ...
> or enter 's' to drop to shell
>

Could you please attach the logs?

You can also decide to use the engine appliance witch greatly speed up the
deployment process being ready to use, check here:
http://www.ovirt.org/Features/HEApplianceFlow

On a regular el7 you can get it via
 yum install ovirt-engine-appliance
while yum is disabled on node but you can still directly download the OVA
from here:
http://jenkins.ovirt.org/job/ovirt-appliance-engine_3.6_build-artifacts-el7_merged/

The whole setup should took about 15 minutes on commodity hardware.


>
> The http iso file does exist and is working. Is the deploy hosted engine
> on a node working for others?
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ovirt 3.6.0 Sixth Beta Release

2015-09-24 Thread Rudi Schmitz
I have a simple setup. Machine is a node. going to deploy from iscsi on
thenetwork but dont get that far.  I installed 3.6 sixth beta release node
iso on a machine. IP adress is setup. Then I try to deploy hosted engine
over ssh. I input a local http url of the centos 7 iso  and hit Deploy.

The tui stops and I get:

An error appeared in the UI: AttributeError("'TransactionProgressDialog'
object has no attribute 'event'",)
Press ENTER to logout ...
or enter 's' to drop to shell

The http iso file does exist and is working. Is the deploy hosted engine on
a node working for others?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users