[Users] ovirt-iso-uploader cannot upload iso image

2012-10-29 Thread sirin

Hi all,

~]# engine-iso-uploader list
Please provide the REST API password for the admin@internal oVirt Engine user 
(CTRL+D to abort): 
ERROR: [ERROR]::ca_file (CA certificate) must be specified for SSL connection.
INFO: Use the -h option to see usage


~]# engine-iso-uploader -i iso upload CentOS-6.3-x86_64-minimal.iso 
Please provide the REST API password for the admin@internal oVirt Engine user 
(CTRL+D to abort): 
ERROR: [ERROR]::ca_file (CA certificate) must be specified for SSL connection.
INFO: Use the -h option to see usage.

i found this http://www.mail-archive.com/users@ovirt.org/msg03325.html , but no 
resolve my problem (

list installed rpm

~]# rpm -qa | grep ovi*
ovirt-engine-cli-3.2.0.5-1.el6.noarch
ovirt-log-collector-3.1.0-16.el6.noarch
ovirt-engine-jbossas711-1-0.x86_64
ovirt-image-uploader-3.1.0-16.el6.noarch
ovirt-engine-setup-3.1.0-3.19.el6.noarch
ovirt-engine-genericapi-3.1.0-3.19.el6.noarch
ovirt-engine-notification-service-3.1.0-3.19.el6.noarch
ovirt-engine-backend-3.1.0-3.19.el6.noarch
ovirt-engine-webadmin-portal-3.1.0-3.19.el6.noarch
ovirt-engine-3.1.0-3.19.el6.noarch
ovirt-engine-sdk-3.2.0.2-1.el6.noarch
ovirt-engine-dbscripts-3.1.0-3.19.el6.noarch
ovirt-engine-userportal-3.1.0-3.19.el6.noarch
ovirt-engine-tools-common-3.1.0-3.19.el6.noarch
ovirt-iso-uploader-3.1.0-16.el6.noarch
ovirt-engine-restapi-3.1.0-3.19.el6.noarch
ovirt-engine-config-3.1.0-3.19.el6.noarch


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt-iso-uploader cannot upload iso image

2012-10-29 Thread Jason Brooks

On 10/29/2012 10:24 AM, sirin wrote:


Hi all,

~]# engine-iso-uploader list
Please provide the REST API password for the admin@internal oVirt Engine
user (CTRL+D to abort):
ERROR: [ERROR]::ca_file (CA certificate) must be specified for SSL
connection.
INFO: Use the -h option to see usage



This appears to be another manifestation of this bug: 
https://bugzilla.redhat.com/show_bug.cgi?id=869457


The iso uploader package needs ovirt-engine-sdk, but doesn't call 
specifically for version 3.1. There's a version 3.2 in the Fedora update 
repos, and this gets pulled in, apparently breaking the other packages 
that require/expect 3.1 of the sdk.


You can fix this with yum downgrade ovirt-engine-sdk -- I just tested 
it: w/ sdk 3.2, SSL error, with sdk 3.1, success.


Jason



~]# engine-iso-uploader -i iso upload CentOS-6.3-x86_64-minimal.iso
Please provide the REST API password for the admin@internal oVirt Engine
user (CTRL+D to abort):
ERROR: [ERROR]::ca_file (CA certificate) must be specified for SSL
connection.
INFO: Use the -h option to see usage.

i found this http://www.mail-archive.com/users@ovirt.org/msg03325.html ,
but no resolve my problem (

list installed rpm

~]# rpm -qa | grep ovi*
ovirt-engine-cli-3.2.0.5-1.el6.noarch
ovirt-log-collector-3.1.0-16.el6.noarch
ovirt-engine-jbossas711-1-0.x86_64
ovirt-image-uploader-3.1.0-16.el6.noarch
ovirt-engine-setup-3.1.0-3.19.el6.noarch
ovirt-engine-genericapi-3.1.0-3.19.el6.noarch
ovirt-engine-notification-service-3.1.0-3.19.el6.noarch
ovirt-engine-backend-3.1.0-3.19.el6.noarch
ovirt-engine-webadmin-portal-3.1.0-3.19.el6.noarch
ovirt-engine-3.1.0-3.19.el6.noarch
ovirt-engine-sdk-3.2.0.2-1.el6.noarch
ovirt-engine-dbscripts-3.1.0-3.19.el6.noarch
ovirt-engine-userportal-3.1.0-3.19.el6.noarch
ovirt-engine-tools-common-3.1.0-3.19.el6.noarch
ovirt-iso-uploader-3.1.0-16.el6.noarch
ovirt-engine-restapi-3.1.0-3.19.el6.noarch
ovirt-engine-config-3.1.0-3.19.el6.noarch




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




--

@jasonbrooks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt-iso-uploader cannot upload iso image

2012-10-29 Thread Jason Brooks

On 10/29/2012 12:46 PM, Jason Brooks wrote:

On 10/29/2012 10:24 AM, sirin wrote:


Hi all,

~]# engine-iso-uploader list
Please provide the REST API password for the admin@internal oVirt Engine
user (CTRL+D to abort):
ERROR: [ERROR]::ca_file (CA certificate) must be specified for SSL
connection.
INFO: Use the -h option to see usage



This appears to be another manifestation of this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=869457


We exchanged msgs off thread, but for posterity:

I missed that he was running the el6 pkgs, (the linked bug is for 
fedora) but it looks like the same issue may be at work here -- version 
mismatch on some of the pkgs.




The iso uploader package needs ovirt-engine-sdk, but doesn't call
specifically for version 3.1. There's a version 3.2 in the Fedora update
repos, and this gets pulled in, apparently breaking the other packages
that require/expect 3.1 of the sdk.

You can fix this with yum downgrade ovirt-engine-sdk -- I just tested
it: w/ sdk 3.2, SSL error, with sdk 3.1, success.

Jason



~]# engine-iso-uploader -i iso upload CentOS-6.3-x86_64-minimal.iso
Please provide the REST API password for the admin@internal oVirt Engine
user (CTRL+D to abort):
ERROR: [ERROR]::ca_file (CA certificate) must be specified for SSL
connection.
INFO: Use the -h option to see usage.

i found this http://www.mail-archive.com/users@ovirt.org/msg03325.html ,
but no resolve my problem (

list installed rpm

~]# rpm -qa | grep ovi*
ovirt-engine-cli-3.2.0.5-1.el6.noarch
ovirt-log-collector-3.1.0-16.el6.noarch
ovirt-engine-jbossas711-1-0.x86_64
ovirt-image-uploader-3.1.0-16.el6.noarch
ovirt-engine-setup-3.1.0-3.19.el6.noarch
ovirt-engine-genericapi-3.1.0-3.19.el6.noarch
ovirt-engine-notification-service-3.1.0-3.19.el6.noarch
ovirt-engine-backend-3.1.0-3.19.el6.noarch
ovirt-engine-webadmin-portal-3.1.0-3.19.el6.noarch
ovirt-engine-3.1.0-3.19.el6.noarch
ovirt-engine-sdk-3.2.0.2-1.el6.noarch
ovirt-engine-dbscripts-3.1.0-3.19.el6.noarch
ovirt-engine-userportal-3.1.0-3.19.el6.noarch
ovirt-engine-tools-common-3.1.0-3.19.el6.noarch
ovirt-iso-uploader-3.1.0-16.el6.noarch
ovirt-engine-restapi-3.1.0-3.19.el6.noarch
ovirt-engine-config-3.1.0-3.19.el6.noarch




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users







--

@jasonbrooks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users