<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 13, 2016 at 11:13 AM, Juan Hernández <span dir="ltr"><<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/13/2016 12:04 AM, Yaniv Kaul wrote:<br>
> On Fri, Oct 7, 2016 at 10:44 PM, Yaniv Kaul <<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a><br>
</span><div><div class="h5">> <mailto:<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>>> wrote:<br>
><br>
> I'm trying on FC24, using<br>
> python-ovirt-engine-sdk4-4.1.<wbr>0-0.0.20161003git056315d.fc24.<wbr>x86_64 to<br>
> add a DC, and failing - against master. The client is unhappy:<br>
> File<br>
> "/home/ykaul/ovirt-system-<wbr>tests/basic-suite-master/test-<wbr>scenarios/002_bootstrap.py",<br>
> line 98, in add_dc4<br>
> version=sdk4.types.Version(<wbr>major=DC_VER_MAJ,minor=DC_VER_<wbr>MIN),<br>
> File "/usr/lib64/python2.7/site-<wbr>packages/ovirtsdk4/services.<wbr>py",<br>
> line 4347, in add<br>
> response = self._connection.send(request)<br>
> File "/usr/lib64/python2.7/site-<wbr>packages/ovirtsdk4/__init__.<wbr>py",<br>
> line 276, in send<br>
> return self.__send(request)<br>
> File "/usr/lib64/python2.7/site-<wbr>packages/ovirtsdk4/__init__.<wbr>py",<br>
> line 298, in __send<br>
> self._sso_token = self._get_access_token()<br>
> File "/usr/lib64/python2.7/site-<wbr>packages/ovirtsdk4/__init__.<wbr>py",<br>
> line 460, in _get_access_token<br>
> sso_response = self._get_sso_response(self._<wbr>sso_url, post_data)<br>
> File "/usr/lib64/python2.7/site-<wbr>packages/ovirtsdk4/__init__.<wbr>py",<br>
> line 498, in _get_sso_response<br>
> return json.loads(body_buf.getvalue()<wbr>.decode('utf-8'))<br>
> File "/usr/lib64/python2.7/json/__<wbr>init__.py", line 339, in loads<br>
> return _default_decoder.decode(s)<br>
> File "/usr/lib64/python2.7/json/<wbr>decoder.py", line 364, in decode<br>
> obj, end = self.raw_decode(s, idx=_w(s, 0).end())<br>
> File "/usr/lib64/python2.7/json/<wbr>decoder.py", line 382, in raw_decode<br>
> raise ValueError("No JSON object could be decoded")<br>
> ValueError: No JSON object could be decoded<br>
><br>
><br>
> Surprisingly, I now can't find that RPM of this SDK in<br>
</div></div>> <a href="http://resources.ovirt.org" rel="noreferrer" target="_blank">resources.ovirt.org</a> <<a href="http://resources.ovirt.org" rel="noreferrer" target="_blank">http://resources.ovirt.org</a>> now.<br>
<div><div class="h5">><br>
> I've tried<br>
> with <a href="http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc24/x86_64/python-ovirt-engine-sdk4-4.0.0-0.1.20161004gitf94eeb5.fc24.x86_64.rpm" rel="noreferrer" target="_blank">http://resources.ovirt.org/<wbr>pub/ovirt-master-snapshot/rpm/<wbr>fc24/x86_64/python-ovirt-<wbr>engine-sdk4-4.0.0-0.1.<wbr>20161004gitf94eeb5.fc24.x86_<wbr>64.rpm</a><br>
> <<a href="http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc24/x86_64/python-ovirt-engine-sdk4-4.0.0-0.1.20161004gitf94eeb5.fc24.x86_64.rpm" rel="noreferrer" target="_blank">http://resources.ovirt.org/<wbr>pub/ovirt-master-snapshot/rpm/<wbr>fc24/x86_64/python-ovirt-<wbr>engine-sdk4-4.0.0-0.1.<wbr>20161004gitf94eeb5.fc24.x86_<wbr>64.rpm</a>><br>
><br>
> - same result.<br>
><br>
> Did not see anything obvious on server or engine logs.<br>
> The code:<br>
> def add_dc4(api):<br>
> nt.assert_true(api != None)<br>
> dcs_service = api.system_service().data_<wbr>centers_service()<br>
> nt.assert_true(<br>
> dc = dcs_service.add(<br>
> sdk4.types.DataCenter(<br>
> name=DC_NAME4,<br>
> description='APIv4 DC',<br>
> local=False,<br>
><br>
> version=sdk4.types.Version(<wbr>major=DC_VER_MAJ,minor=DC_VER_<wbr>MIN),<br>
> ),<br>
> )<br>
> )<br>
><br>
><br>
> And the api object is from:<br>
> return sdk4.Connection(<br>
> url=url,<br>
> username=constants.ENGINE_<wbr>USER,<br>
> password=str(self.metadata['<wbr>ovirt-engine-password']),<br>
> insecure=True,<br>
> debug=True,<br>
> )<br>
><br>
><br>
> The clue is actually on the HTTPd logs:<br>
> 192.168.203.1 - - [12/Oct/2016:17:56:27 -0400] "POST<br>
> /ovirt-engine/sso/oauth/token HTTP/1.1" 404 74<br>
><br>
> And indeed, from the deubg log:<br>
> begin captured logging << --------------------\n<br>
> root: DEBUG: Trying 192.168.203.3...\n<br>
> root: DEBUG: Connected to 192.168.203.3 (192.168.203.3) port 443 (#0)\n<br>
> root: DEBUG: Initializing NSS with certpath: sql:/etc/pki/nssdb\n<br>
> root: DEBUG: skipping SSL peer certificate verification\n<br>
> root: DEBUG: ALPN/NPN, server did not agree to a protocol\n<br>
> root: DEBUG: SSL connection using TLS_ECDHE_RSA_WITH_AES_128_<wbr>GCM_SHA256\n<br>
> root: DEBUG: Server certificate:\n<br>
> root: DEBUG: subject: CN=engine,O=Test,C=US\n<br>
> root: DEBUG: start date: Oct 11 21:55:29 2016 GMT\n<br>
> root: DEBUG: expire date: Sep 16 21:55:29 2021 GMT\n<br>
> root: DEBUG: common name: engine\nroot: DEBUG: issuer:<br>
> CN=engine.38998,O=Test,C=US\n<br>
</div></div>> *root: DEBUG: POST /ovirt-engine/sso/oauth/token HTTP/1.1\n*<br>
> *root: DEBUG: Host: 192.168.203.3\n*<br>
> *root: DEBUG: User-Agent: PythonSDK/4.1.0a0\n*<br>
> *root: DEBUG: Accept: application/json\n*<br>
> *root: DEBUG: Content-Length: 78\n*<br>
> *root: DEBUG: Content-Type: application/x-www-form-<wbr>urlencoded\nroot:<br>
> DEBUG:<br>
> username=admin%40internal&<wbr>scope=ovirt-app-api&password=<wbr>123&grant_type=password\n*<br>
> *root: DEBUG: upload completely sent off: 78 out of 78 bytes\n*<br>
> *root: DEBUG: HTTP/1.1 404 Not Found\n*<br>
> *root: DEBUG: Date: Wed, 12 Oct 2016 21:56:27 GMT\n*<br>
> *root: DEBUG: Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips\n*<br>
> *root: DEBUG: Content-Length: 74\n*<br>
> *root: DEBUG: Content-Type: text/html; charset=UTF-8\n*<br>
> *root: DEBUG: \n*<br>
> *root: DEBUG: <html><head><title>Error</<wbr>title></head><body>404 - Not<br>
> Found</body></html>\n*<br>
<span class="">> root: DEBUG: Connection #0 to host 192.168.203.3 left intact\n<br>
> --------------------- >> end captured logging<br>
><br>
<br>
</span>That definitively looks like version 3 of the engine. Either that or<br>
version 4 of the engine with web server configuration modified so that<br>
the SSO doesn't work as expected.<br>
<br>
What do you get if you run this against that server?<br></blockquote><div><br></div><div>Attached.</div><div>Y.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
curl \<br>
--verbose \<br>
--insecure \<br>
--request GET \<br>
--user "admin@internal:yourpassword" \<br>
--header "Version: 4" \<br>
--header "Accept: application/xml" \<br>
"<a href="https://thatserver/ovirt-engine/api" rel="noreferrer" target="_blank">https://thatserver/ovirt-<wbr>engine/api</a>"<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta<br>
3ºD, 28016 Madrid, Spain<br>
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.<br>
</div></div></blockquote></div><br></div></div>