Hello,
Sorry to bother you again, but we are currently having difficulties with the Fi-Ware platform for our current project.
Compared to my previous email, the situation has a little degraded as there is no way today to obtain an external public IP. Which implies that we cannot access a deployed node. Next to that, we have errors with glance and keystone too.
I made different tries on every regions. I pasted the commands outputs at the end of this email.
Is there any way to help you to resolve this problems ?.
Best regards.
Geoffroy CHOLLON
Keystone, no cmd apart for 'token-get' seems to work:
tai at tai-desktop:~$ keystone --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' user-role-list
HTTPConnectionPool(host='cloud.lab.fi-ware.org', port=4731): Max retries exceeded with url: /v2.0/tenants/00000000000000000000000000003273/users/geoffroy/roles (Caused by <class 'httplib.BadStatusLine'>: '')
tai at tai-desktop:~$ keystone --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' token-get
+-----------+----------------------------------+
| Property | Value |
+-----------+----------------------------------+
| expires | 2015-07-09T15:16:07Z |
| id | e2f5a723466e85a5d007c85cd9f2de14 |
| tenant_id | 00000000000000000000000000003273 |
| user_id | geoffroy |
+-----------+----------------------------------+
Spain, can't upload image with glance:
tai at tai-desktop:~$ glance --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Spain' image-create --disk-format=iso --container-format=bare --name Core-current --is-public=True --file /tmp/Core-current.iso
Error communicating with http://172.30.1.204:9292 [Errno 113] No route to host
Trento, no public floating ip:
tai at tai-desktop:~$ nova --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Trento' floating-ip-create 'ext-net'
ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-f99793b2-7f44-4714-88ad-9f38d1a1e53c)
Trento, can't upload image with glance:
tai at tai-desktop:~$ glance --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Trento' image-create --disk-format=iso --container-format=bare --name Core-current --file /tmp/Core-current.iso
Request returned failure status.
500 Internal Server Error
The server has either erred or is incapable of performing the requested operation.
(HTTP 500)
Lannion, can't upload image with glance:
tai at tai-desktop:~$ glance --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Lannion' image-create --disk-format=iso --container-format=bare --name Core-current --is-public=True --file /tmp/Core-current.iso
Error communicating with http://controller.xifi.imaginlab.fr:9292 [Errno 110] Connection timed out
Lannion, can't create a floating ip because the pool are unreadable
tai at tai-desktop:~$ nova --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Lannion' floating-ip-pool-list
ERROR: HTTPConnectionPool(host='controller.xifi.imaginlab.fr', port=8774): Max retries exceeded with url: /v2/00000000000000000000000000003273/os-floating-ip-pools (Caused by <class 'socket.error'>: [Errno 110] Connection timed out)
Waterford, can't upload image with glance:
tai at tai-desktop:~$ glance --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Waterford' image-create --disk-format=iso --container-format=bare --name Core-current --is-public=True --file /tmp/Core-current.iso
Request returned failure status.
Invalid OpenStack Identity credentials.
Waterford, credentials don't work:
tai at tai-desktop:~$ nova --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Waterford' floating-ip-pool-list
ERROR: Unauthorized (HTTP 401)
tai at tai-desktop:~$ keystone --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Waterford' token-get
+-----------+----------------------------------+
| Property | Value |
+-----------+----------------------------------+
| expires | 2015-07-09T15:16:07Z |
| id | 7d01b848016cecda2df21d537108c8c7 |
| tenant_id | 00000000000000000000000000003273 |
| user_id | geoffroy |
+-----------+----------------------------------+
Berlin, can't create floating ip
tai at tai-desktop:~$ nova --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Waterford' floating-ip-create ext-net-public
ERROR: Unauthorized (HTTP 401)
tai at tai-desktop:~$ nova --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Waterford' floating-ip-create ext-net-federation
ERROR: Unauthorized (HTTP 401)
Prague: no floating pool list available
tai at tai-desktop:~$ nova --os-username 'geoffroy' --os-password 'foo' --os-tenant-name '00000000000000000000000000003273' --os-auth-url 'http://cloud.lab.fi-ware.org:4731/v2.0' --os-region-name 'Prague' floating-ip-pool-list
+------+
| name |
+------+
+------+
[@@ THALES GROUP INTERNAL @@]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20140708/3f4ecf8c/attachment.html>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy