[Users] Setup 3.3 RC2 All-in-one fails

Hi, setting up a new installation of 3.3 RC2 fails: - installed Fedora 19 - setup ovirt repo, enable beta repo - install all-in-one rpms - run engine-setup [ INFO ] Stage: Setup validation --== CONFIGURATION PREVIEW ==-- Database name : engine Database secured connection : False Database host : localhost Database user name : engine Database host name validation : False Datbase port : 5432 NFS setup : True PKI organization : example.com NFS mount point : /home/ovirt/iso Application mode : both Host FQDN : aoi.example.com Datacenter storage type : nfs Configure local database : True Set application as default page : True Configure Apache SSL : True Configure VDSM on this host : True Local storage domain directory : /home/ovirt/vm [...skipping successful steps...] [ INFO ] Starting engine service [ INFO ] Restarting httpd [ ERROR ] Failed to execute stage 'Closing up': 'module' object has no attribute 'SSH' [ INFO ] Stage: Clean up Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20130902192543.log [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed And these are the relevant bits from install log: 2013-09-02 19:28:56 DEBUG otopi.plugins.ovirt_engine_setup.all-in-one.vdsm vdsm._closeup:213 Creating the local data center 2013-09-02 19:28:56 DEBUG otopi.plugins.ovirt_engine_setup.all-in-one.vdsm vdsm._closeup:223 Creating the local cluster into the local data center 2013-09-02 19:28:57 DEBUG otopi.plugins.ovirt_engine_setup.all-in-one.vdsm vdsm._closeup:238 Adding the local host to the local cluster 2013-09-02 19:28:58 DEBUG otopi.context context._executeMethod:133 method exception Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/otopi/context.py", line 123, in _executeMethod method['method']() File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/all-in-one/vdsm.py", line 249, in _closeup ssh=self._ovirtsdk_xml.params.SSH( AttributeError: 'module' object has no attribute 'SSH' 2013-09-02 19:28:58 ERROR otopi.context context._executeMethod:142 Failed to execute stage 'Closing up': 'module' object has no attribute 'SSH' Seems like RC2 broke this.... I was able to successfully setup an all-on-one setup with RC1 before. Thanks - Frank

----- Original Message -----
From: "Frank Wall" <fw@moov.de> To: users@ovirt.org Sent: Monday, September 2, 2013 8:36:44 PM Subject: [Users] Setup 3.3 RC2 All-in-one fails
Hi,
setting up a new installation of 3.3 RC2 fails:
- installed Fedora 19 - setup ovirt repo, enable beta repo - install all-in-one rpms - run engine-setup
[ INFO ] Stage: Setup validation
--== CONFIGURATION PREVIEW ==--
Database name : engine Database secured connection : False Database host : localhost Database user name : engine Database host name validation : False Datbase port : 5432 NFS setup : True PKI organization : example.com NFS mount point : /home/ovirt/iso Application mode : both Host FQDN : aoi.example.com Datacenter storage type : nfs Configure local database : True Set application as default page : True Configure Apache SSL : True Configure VDSM on this host : True Local storage domain directory : /home/ovirt/vm
[...skipping successful steps...]
[ INFO ] Starting engine service [ INFO ] Restarting httpd [ ERROR ] Failed to execute stage 'Closing up': 'module' object has no attribute 'SSH' [ INFO ] Stage: Clean up Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20130902192543.log [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed
And these are the relevant bits from install log:
2013-09-02 19:28:56 DEBUG otopi.plugins.ovirt_engine_setup.all-in-one.vdsm vdsm._closeup:213 Creating the local data center 2013-09-02 19:28:56 DEBUG otopi.plugins.ovirt_engine_setup.all-in-one.vdsm vdsm._closeup:223 Creating the local cluster into the local data center 2013-09-02 19:28:57 DEBUG otopi.plugins.ovirt_engine_setup.all-in-one.vdsm vdsm._closeup:238 Adding the local host to the local cluster 2013-09-02 19:28:58 DEBUG otopi.context context._executeMethod:133 method exception Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/otopi/context.py", line 123, in _executeMethod method['method']() File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/all-in-one/vdsm.py", line 249, in _closeup ssh=self._ovirtsdk_xml.params.SSH( AttributeError: 'module' object has no attribute 'SSH' 2013-09-02 19:28:58 ERROR otopi.context context._executeMethod:142 Failed to execute stage 'Closing up': 'module' object has no attribute 'SSH'
Seems like RC2 broke this.... I was able to successfully setup an all-on-one setup with RC1 before.
Yes[1], you probably need newer sdk. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1002749
Thanks - Frank _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On 02.09.2013 20:03, Alon Bar-Lev wrote:
Yes[1], you probably need newer sdk.
Thanks for the pointer to BZ. I've cherry-picked a newer version from nightly repo (ovirt-engine-sdk-python-3.3.0.5-1.20130828.gitdbe6e62.fc19.noarch) and was able to successfully setup my all-in-one setup. Thanks - Frank
participants (2)
-
Alon Bar-Lev
-
Frank Wall