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

--Apple-Mail=_AFA60E9F-260D-4D10-94DA-61602E8C1227 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi all, ~]# engine-iso-uploader list Please provide the REST API password for the admin@internal oVirt Engine = user (CTRL+D to abort):=20 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=20 Please provide the REST API password for the admin@internal oVirt Engine = user (CTRL+D to abort):=20 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 --Apple-Mail=_AFA60E9F-260D-4D10-94DA-61602E8C1227 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html = charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; = -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; = "><div><br></div><div>Hi all,</div><div><br></div><div><div>~]# = engine-iso-uploader list</div><div>Please provide the REST API password = for the admin@internal oVirt Engine user (CTRL+D to = abort): </div><div>ERROR: [ERROR]::ca_file (CA certificate) must be = specified for SSL connection.</div><div>INFO: Use the -h option to see = usage</div></div><div><br></div><div><br></div><div><div>~]# = engine-iso-uploader -i iso upload = CentOS-6.3-x86_64-minimal.iso </div><div>Please provide the REST = API password for the admin@internal oVirt Engine user (CTRL+D to = abort): </div><div>ERROR: [ERROR]::ca_file (CA certificate) must be = specified for SSL connection.</div><div>INFO: Use the -h option to see = usage.</div></div><div><br></div><div>i found this <a = href=3D"http://www.mail-archive.com/users@ovirt.org/msg03325.html">http://= www.mail-archive.com/users@ovirt.org/msg03325.html</a> , but no = resolve my problem (</div><div><br></div><div>list installed = rpm</div><div><br></div><div><div>~]# rpm -qa | grep = ovi*</div><div>ovirt-engine-cli-3.2.0.5-1.el6.noarch</div><div>ovirt-log-c= ollector-3.1.0-16.el6.noarch</div><div>ovirt-engine-jbossas711-1-0.x86_64<= /div><div>ovirt-image-uploader-3.1.0-16.el6.noarch</div><div>ovirt-engine-= setup-3.1.0-3.19.el6.noarch</div><div>ovirt-engine-genericapi-3.1.0-3.19.e= l6.noarch</div><div>ovirt-engine-notification-service-3.1.0-3.19.el6.noarc= h</div><div>ovirt-engine-backend-3.1.0-3.19.el6.noarch</div><div>ovirt-eng= ine-webadmin-portal-3.1.0-3.19.el6.noarch</div><div>ovirt-engine-3.1.0-3.1= 9.el6.noarch</div><div>ovirt-engine-sdk-3.2.0.2-1.el6.noarch</div><div>ovi= rt-engine-dbscripts-3.1.0-3.19.el6.noarch</div><div>ovirt-engine-userporta= l-3.1.0-3.19.el6.noarch</div><div>ovirt-engine-tools-common-3.1.0-3.19.el6= .noarch</div><div>ovirt-iso-uploader-3.1.0-16.el6.noarch</div><div>ovirt-e= ngine-restapi-3.1.0-3.19.el6.noarch</div><div>ovirt-engine-config-3.1.0-3.= 19.el6.noarch</div></div><div><br></div><div><br></div></body></html>= --Apple-Mail=_AFA60E9F-260D-4D10-94DA-61602E8C1227--

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

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
participants (2)
-
Jason Brooks
-
sirin