----------------------------------------------------------------------- -- Trento: - ----------------------------------------------------------------------- *********************************************************************** ** Problem 1: * *********************************************************************** The pools 'ext-net' and 'int_net' are unusable. tai@tai-desktop:~$ quantum --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' net-list +--------------------------------------+---------+--------------------------------------------------------+ | id | name | subnets | +--------------------------------------+---------+--------------------------------------------------------+ | ed3ea947-0b07-4f18-bfa2-905663475a8e | ext-net | 80c95b85-c249-4ec4-ae73-a601cec3f707 193.205.211.64/27 | | edc62600-eda2-4aff-8bee-3989f33ab0dd | int_net | 9ec19948-1b03-498e-b511-9c8253976d27 192.168.111.0/24 | +--------------------------------------+---------+--------------------------------------------------------+ tai@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-pool-list +---------+ | name | +---------+ | ext-net | +---------+ tai@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 ERROR: FloatingIpPoolNotFound: Floating ip pool not found. (HTTP 404) (Request-ID: req-3db9ef51-ad67-4407-80c2-971930e35274) tai@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-fc4bee18-8c8d-4878-82c0-0149d8fa9fcb) tai@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 int_net ERROR: FloatingIpPoolNotFound: Floating ip pool not found. (HTTP 404) (Request-ID: req-bc38b610-ca87-47d1-b795-10cba5999232) *********************************************************************** ** Problem 2: * *********************************************************************** Can't boot a VM: without a nic, or inside the 'ext-net ' (but works with the 'int_net' network.) tai@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' boot --flavor 'm1.small' --image 'ubuntu_server12-04' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' gg +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ | status | BUILD | | updated | 2014-06-11T11:51:18Z | | OS-EXT-STS:task_state | scheduling | | key_name | cle | | image | ubuntu_server12-04 | | hostId | | | OS-EXT-STS:vm_state | building | | flavor | m1.small | | id | 9e0c5852-8caf-449b-b4ed-c671abc92990 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | adminPass | cnPZ7hFKLg6k | | tenant_id | 00000000000000000000000000003273 | | created | 2014-06-11T11:51:18Z | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+--------------------------------------+ tai@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' show gg +-----------------------------+---------------------------------------------------------------------------------+ | Property | Value | +-----------------------------+---------------------------------------------------------------------------------+ | status | ERROR | | updated | 2014-06-11T11:51:28Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | ubuntu_server12-04 (3f69b6df-6f50-4f5f-8350-38467b73738b) | | hostId | ca0451fc371a9bab9976b64d07caa3947d44971b40ed3102715bcdbb | | OS-EXT-STS:vm_state | error | | flavor | m1.small (13) | | id | 9e0c5852-8caf-449b-b4ed-c671abc92990 | | user_id | geoffroy | | name | gg | | created | 2014-06-11T11:51:18Z | | fault | {u'message': u'NoValidHost', u'code': 500, u'created': u'2014-06-11T11:51:28Z'} | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | tenant_id | 00000000000000000000000000003273 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+---------------------------------------------------------------------------------+ tai@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' boot --flavor 'm1.small' --image 'ubuntu_server12-04' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=ed3ea947-0b07-4f18-bfa2-905663475a8e' gg +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ | status | BUILD | | updated | 2014-06-11T11:42:13Z | | OS-EXT-STS:task_state | scheduling | | key_name | cle | | image | ubuntu_server12-04 | | hostId | | | OS-EXT-STS:vm_state | building | | flavor | m1.small | | id | 1ba4a1fb-3b1f-4257-90d5-886a0eaad293 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | adminPass | HAts4sb3iVXM | | tenant_id | 00000000000000000000000000003273 | | created | 2014-06-11T11:42:13Z | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+--------------------------------------+ tai@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' show gg +-----------------------------+---------------------------------------------------------------------------------+ | Property | Value | +-----------------------------+---------------------------------------------------------------------------------+ | status | ERROR | | updated | 2014-06-11T11:42:25Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | ubuntu_server12-04 (3f69b6df-6f50-4f5f-8350-38467b73738b) | | hostId | ca0451fc371a9bab9976b64d07caa3947d44971b40ed3102715bcdbb | | OS-EXT-STS:vm_state | error | | flavor | m1.small (13) | | id | 1ba4a1fb-3b1f-4257-90d5-886a0eaad293 | | user_id | geoffroy | | name | gg | | created | 2014-06-11T11:42:13Z | | fault | {u'message': u'NoValidHost', u'code': 500, u'created': u'2014-06-11T11:42:25Z'} | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | tenant_id | 00000000000000000000000000003273 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+---------------------------------------------------------------------------------+ tai@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' boot --flavor 'm1.small' --image 'ubuntu_server12-04' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=edc62600-eda2-4aff-8bee-3989f33ab0dd' gg +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ | status | BUILD | | updated | 2014-06-11T11:52:09Z | | OS-EXT-STS:task_state | scheduling | | key_name | cle | | image | ubuntu_server12-04 | | hostId | | | OS-EXT-STS:vm_state | building | | flavor | m1.small | | id | e5691237-24ae-4dad-bf2c-f19b085fcf7d | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | adminPass | MLdiVv4ihJ8D | | tenant_id | 00000000000000000000000000003273 | | created | 2014-06-11T11:52:09Z | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+--------------------------------------+ tai@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' show gg +-----------------------------+-----------------------------------------------------------+ | Property | Value | +-----------------------------+-----------------------------------------------------------+ | status | ACTIVE | | int_net network | 192.168.111.20 | | updated | 2014-06-11T11:52:27Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | ubuntu_server12-04 (3f69b6df-6f50-4f5f-8350-38467b73738b) | | hostId | 712c795b403d03c84e04873fea8b57218ffb57b24f4ff4585b259421 | | OS-EXT-STS:vm_state | active | | flavor | m1.small (13) | | id | e5691237-24ae-4dad-bf2c-f19b085fcf7d | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | created | 2014-06-11T11:52:09Z | | tenant_id | 00000000000000000000000000003273 | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 1 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+-----------------------------------------------------------+ ----------------------------------------------------------------------- -- Lannion: - ----------------------------------------------------------------------- ** Problem 1: ********************************************************* The keystone access is ok, but the rest of the OpenStack services are unavailable. tai@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 'Lannion' token-get +-----------+----------------------------------+ | Property | Value | +-----------+----------------------------------+ | expires | 2015-07-09T15:16:07Z | | id | 0317fe4c786119cff917e9c1a435f4df | | tenant_id | 00000000000000000000000000003273 | | user_id | geoffroy | +-----------+----------------------------------+ tai@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' list ERROR: HTTPConnectionPool(host='controller.xifi.imaginlab.fr', port=8774): Max retries exceeded with url: /v2/00000000000000000000000000003273/servers/detail (Caused by : [Errno 110] Connection timed out) ----------------------------------------------------------------------- -- WaterFord: - ----------------------------------------------------------------------- *********************************************************************** ** Problem 1: * *********************************************************************** Creating a VM without nic will fail. tai@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' boot --flavor 'm1.small' --image 'Ubuntu 12.04 server' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' gg +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ | status | BUILD | | updated | 2014-06-11T09:24:37Z | | OS-EXT-STS:task_state | scheduling | | key_name | cle | | image | Ubuntu 12.04 server | | hostId | | | OS-EXT-STS:vm_state | building | | flavor | m1.small | | id | cc26fc60-eb1f-4b84-8f9f-81625a09a4ff | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | adminPass | NjCkX4DEZy2W | | tenant_id | 00000000000000000000000000003273 | | created | 2014-06-11T09:24:37Z | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+--------------------------------------+ tai@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' show gg +-----------------------------+---------------------------------------------------------------------------------+ | Property | Value | +-----------------------------+---------------------------------------------------------------------------------+ | status | ERROR | | updated | 2014-06-11T09:24:42Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | Ubuntu 12.04 server (cb4e9bbe-d665-4391-9cc2-310034b63d4d) | | hostId | b2fe36c0b2d460c0d4460e828708c48d557fd88555fa37869b82a7d2 | | OS-EXT-STS:vm_state | error | | flavor | m1.small (2) | | id | cc26fc60-eb1f-4b84-8f9f-81625a09a4ff | | user_id | geoffroy | | name | gg | | created | 2014-06-11T09:24:37Z | | fault | {u'message': u'NoValidHost', u'code': 500, u'created': u'2014-06-11T09:24:42Z'} | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | tenant_id | 00000000000000000000000000003273 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+---------------------------------------------------------------------------------+ *********************************************************************** ** Problem 2: * *********************************************************************** Creating VMs inside the '717f9220-1d68-4031-856f-8c85af4c1687' and the 'b3af5409-d2c3-4632-a2ab-a4a57f6b2577' don't work. tai@tai-desktop:~$ quantum --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' net-list +--------------------------------------+-----------------+---------------------------------------+ | id | name | subnets | +--------------------------------------+-----------------+---------------------------------------+ | 717f9220-1d68-4031-856f-8c85af4c1687 | XIFI-fed-WIT-00 | b9c33e28-c202-43ce-9433-c03ec6b8e7c6 | | b3af5409-d2c3-4632-a2ab-a4a57f6b2577 | XIFIpublicWIT | c146ec9f-21cd-4e37-92e2-700781f9c246 | +--------------------------------------+-----------------+---------------------------------------+ tai@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' boot --flavor 'm1.small' --image 'Ubuntu 12.04 server' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=717f9220-1d68-4031-856f-8c85af4c1687' gg ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-7323a128-303f-4c98-a097-5dd5329c171f) tai@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' boot --flavor 'm1.small' --image 'Ubuntu 12.04 server' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=b3af5409-d2c3-4632-a2ab-a4a57f6b2577' gg ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-63790427-a9f8-4761-9769-c633cd5d6b43) *********************************************************************** ** Problem 3: * *********************************************************************** Associating an ip from the 'XIFI-fed-WIT-00' pool don't work. tai@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' boot --flavor 'm1.small' --image 'Ubuntu 12.04 server' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=d40a97a6-5fdf-487f-bee1-b608b27d1fc2' gg +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ | status | BUILD | | updated | 2014-06-11T09:34:31Z | | OS-EXT-STS:task_state | scheduling | | key_name | cle | | image | Ubuntu 12.04 server | | hostId | | | OS-EXT-STS:vm_state | building | | flavor | m1.small | | id | b2f1e16f-79a0-479d-a422-54e6951e4db1 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | adminPass | 2Bmz4mvhgNeq | | tenant_id | 00000000000000000000000000003273 | | created | 2014-06-11T09:34:31Z | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+--------------------------------------+ tai@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' show gg +-----------------------------+------------------------------------------------------------+ | Property | Value | +-----------------------------+------------------------------------------------------------+ | status | ACTIVE | | updated | 2014-06-11T09:34:36Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | Ubuntu 12.04 server (cb4e9bbe-d665-4391-9cc2-310034b63d4d) | | hostId | dbb00e961c7b87cbbf14cb1776221beab4a4ad3f77e9b70e027d77f8 | | OS-EXT-STS:vm_state | active | | flavor | m1.small (2) | | id | b2f1e16f-79a0-479d-a422-54e6951e4db1 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | created | 2014-06-11T09:34:31Z | | tenant_id | 00000000000000000000000000003273 | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 1 | | OS-EXT-AZ:availability_zone | nova | | n1 network | 172.17.78.100 | | config_drive | | +-----------------------------+------------------------------------------------------------+ tai@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-list +---------------+-------------+----------+-----------------+ | Ip | Instance Id | Fixed Ip | Pool | +---------------+-------------+----------+-----------------+ | 10.0.0.18 | None | None | XIFI-fed-WIT-00 | | 193.1.202.194 | None | None | XIFIpublicWIT | +---------------+-------------+----------+-----------------+ tai@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' add-floating-ip gg 10.0.0.18 ERROR: Error. Unable to associate floating ip (HTTP 400) (Request-ID: req-89e519f8-af1d-4b13-85a6-8e1fb1f1356a) ********************************************************************** ** Problem 4: * ********************************************************************** Distant access is slow. tai@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' show g +-----------------------------+------------------------------------------------------------+ | Property | Value | +-----------------------------+------------------------------------------------------------+ | status | ACTIVE | | updated | 2014-06-11T12:31:08Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | Ubuntu 12.04 server (cb4e9bbe-d665-4391-9cc2-310034b63d4d) | | hostId | dbb00e961c7b87cbbf14cb1776221beab4a4ad3f77e9b70e027d77f8 | | OS-EXT-STS:vm_state | active | | flavor | m1.small (2) | | id | 2a15a8dd-101c-4d7e-a60f-2390736c9132 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | g | | created | 2014-06-11T12:31:00Z | | tenant_id | 00000000000000000000000000003273 | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 1 | | OS-EXT-AZ:availability_zone | nova | | n1 network | 172.17.78.100, 193.1.202.194 | | config_drive | | +-----------------------------+------------------------------------------------------------+ tai@tai-desktop:~$ tracepath 193.1.202.194 1: padmanager 0.305ms pmtu 1500 1: gamma20.20.168.192.in-addr.arpa 0.540ms 1: gamma20.20.168.192.in-addr.arpa 0.374ms 2: 192.168.3.40 0.527ms 3: thales-92622-147-161.fib.nerim.net 1.294ms 4: thales-92622-18-113.fib.nerim.net 9.319ms 5: gi3-21.agr-cbe-1.nerim.net 118.979ms 6: xe0-0-1-179.edg-cbe-3.nerim.net 26.920ms 7: no reply 8: no reply 9: xe0-0-0-520.mpr-sbg-1.nerim.net 14.978ms asymm 12 10: xe0-0-3.mpr-fra-1.nerim.net 14.533ms 11: fra-ix.geant.net 14.363ms 12: ae1.mx1.ams.nl.geant.net 21.555ms 13: ae2.mx1.lon.uk.geant.net 28.698ms 14: ae7.mx1.dub.ie.geant.net 49.823ms 15: heanet-gw.mx1.dub.ie.geant.net 40.653ms 16: gige0-1-20-cpe1-wit.hea.net 41.584ms 17: gi0-2-28-TSSG7206.hea.net 41.694ms 18: 193.1.188.244 41.695ms 19: 193.1.202.194 215.626ms 20: 193.1.202.194 2337.281ms pmtu 1454 20: 193.1.202.194 6385.263ms pmtu 1454 20: 193.1.202.194 10393.997ms pmtu 1454 20: 193.1.202.194 145.205ms reached Resume: pmtu 1454 hops 20 back 45 tai@tai-desktop:~$ tai@tai-desktop:~$ tai@tai-desktop:~$ tai@tai-desktop:~$ ping 193.1.202.194 PING 193.1.202.194 (193.1.202.194) 56(84) bytes of data. 64 bytes from 193.1.202.194: icmp_req=1 ttl=45 time=152 ms 64 bytes from 193.1.202.194: icmp_req=2 ttl=45 time=161 ms 64 bytes from 193.1.202.194: icmp_req=2 ttl=45 time=161 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=2 ttl=45 time=161 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=2 ttl=45 time=161 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=7 ttl=45 time=62.3 ms 64 bytes from 193.1.202.194: icmp_req=13 ttl=45 time=52.5 ms 64 bytes from 193.1.202.194: icmp_req=13 ttl=45 time=104 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=21 ttl=45 time=53.8 ms 64 bytes from 193.1.202.194: icmp_req=23 ttl=45 time=110 ms 64 bytes from 193.1.202.194: icmp_req=23 ttl=45 time=155 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=80.2 ms 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=88.2 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=88.2 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=95.3 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=95.3 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=100 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=100 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=106 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=106 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=106 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=106 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=108 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=108 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=111 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=111 ms (DUP!) 64 bytes from 193.1.202.194: icmp_req=27 ttl=45 time=111 ms (DUP!) ^C --- 193.1.202.194 ping statistics --- 29 packets transmitted, 7 received, +20 duplicates, 75% packet loss, time 28149ms rtt min/avg/max/mdev = 52.556/109.703/161.148/30.805 ms ----------------------------------------------------------------------- -- Berlin: - ----------------------------------------------------------------------- *********************************************************************** ** Problem 1: * *********************************************************************** Creating a floating ip in thz 'ext-net-public' pool is impossible. tai@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 'Berlin' floating-ip-create ext-net-public ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-6776cbcb-2e74-4501-9f8e-327065a4cc3a) *********************************************************************** ** Problem 2: * *********************************************************************** Creating a new instance in the 'ext-net-federation' and 'ext-net-public' network is impossible. tai@tai-desktop:~$ quantum --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 'Berlin' net-list +--------------------------------------+--------------------+-----------------------------------------------------+ | id | name | subnets | +--------------------------------------+--------------------+-----------------------------------------------------+ | 67683ff1-7aea-45e1-b7b9-38319f90cbed | ext-net-federation | b290ca77-129c-4d0e-a76b-db9814bfc1ca | | c02a7883-ff90-4e3d-9f10-fdf2d2c0025e | ext-net-public | 0b3e18db-123b-4b6c-b527-2b07570e0d68 | | d507c707-a7d4-4c51-8a62-e73baa90d3fb | n1 | c50a424a-dbd2-4308-b219-c4d306b92fbd 172.17.41.0/24 | +--------------------------------------+--------------------+-----------------------------------------------------+ tai@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 'Berlin' boot --flavor 'm1.small' --image 'Ubuntu 12.04 Server CloudImg amd64' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=67683ff1-7aea-45e1-b7b9-38319f90cbed' gg ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-3c7889ad-c6b6-4faf-819d-1ac3eb63d4de) tai@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 'Berlin' boot --flavor 'm1.small' --image 'Ubuntu 12.04 Server CloudImg amd64' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=c02a7883-ff90-4e3d-9f10-fdf2d2c0025e' gg ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-000445e4-14ee-414d-b472-d52307bdc3bd) *********************************************************************** ** Problem 3: * *********************************************************************** Creating a VM without specifying a nic will generate an error. tai@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 'Berlin' boot --flavor 'm1.small' --image 'Ubuntu 12.04 Server CloudImg amd64' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' gg +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ | status | BUILD | | updated | 2014-06-11T08:41:27Z | | OS-EXT-STS:task_state | scheduling | | key_name | cle | | image | Ubuntu 12.04 Server CloudImg amd64 | | hostId | | | OS-EXT-STS:vm_state | building | | flavor | m1.small | | id | 7250b7a6-aef8-4a89-8368-e4b343c600c0 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | adminPass | Re9jT9WBoeD5 | | tenant_id | 00000000000000000000000000003273 | | created | 2014-06-11T08:41:27Z | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+--------------------------------------+ tai@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 'Berlin' show gg +-----------------------------+---------------------------------------------------------------------------------+ | Property | Value | +-----------------------------+---------------------------------------------------------------------------------+ | status | ERROR | | updated | 2014-06-11T08:41:33Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | Ubuntu 12.04 Server CloudImg amd64 (074766de-1fee-4361-bdcf-60efbaef8665) | | hostId | 8708385a34f9d4e1b0c69ed7b104cbda7c2e3e12f6cc49c590fd9af9 | | OS-EXT-STS:vm_state | error | | flavor | m1.small (2) | | id | 7250b7a6-aef8-4a89-8368-e4b343c600c0 | | user_id | geoffroy | | name | gg | | created | 2014-06-11T08:41:27Z | | fault | {u'message': u'NoValidHost', u'code': 500, u'created': u'2014-06-11T08:41:33Z'} | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | tenant_id | 00000000000000000000000000003273 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+---------------------------------------------------------------------------------+ *********************************************************************** ** Problem 4: * *********************************************************************** New VM can be created by using a private network but are unreachable. There is no way to attach a public ip. tai@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 'Berlin' boot --flavor 'm1.small' --image 'Ubuntu 12.04 Server CloudImg amd64' --key-name 'cle' --security-groups 'default' --availability-zone 'nova' --nic 'net-id=d507c707-a7d4-4c51-8a62-e73baa90d3fb' gg +-----------------------------+--------------------------------------+ | Property | Value | +-----------------------------+--------------------------------------+ | status | BUILD | | updated | 2014-06-11T09:11:08Z | | OS-EXT-STS:task_state | scheduling | | key_name | cle | | image | Ubuntu 12.04 Server CloudImg amd64 | | hostId | | | OS-EXT-STS:vm_state | building | | flavor | m1.small | | id | 0db073c5-b4e3-46ff-9cdd-192a3525ecf0 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | adminPass | 5cfRp4wn2Tuk | | tenant_id | 00000000000000000000000000003273 | | created | 2014-06-11T09:11:08Z | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 0 | | OS-EXT-AZ:availability_zone | nova | | config_drive | | +-----------------------------+--------------------------------------+ tai@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 'Berlin' show gg +-----------------------------+---------------------------------------------------------------------------+ | Property | Value | +-----------------------------+---------------------------------------------------------------------------+ | status | ACTIVE | | updated | 2014-06-11T09:11:14Z | | OS-EXT-STS:task_state | None | | key_name | cle | | image | Ubuntu 12.04 Server CloudImg amd64 (074766de-1fee-4361-bdcf-60efbaef8665) | | hostId | 712c795b403d03c84e04873fea8b57218ffb57b24f4ff4585b259421 | | OS-EXT-STS:vm_state | active | | flavor | m1.small (2) | | id | 0db073c5-b4e3-46ff-9cdd-192a3525ecf0 | | security_groups | [{u'name': u'default'}] | | user_id | geoffroy | | name | gg | | created | 2014-06-11T09:11:08Z | | tenant_id | 00000000000000000000000000003273 | | OS-DCF:diskConfig | MANUAL | | metadata | {} | | accessIPv4 | | | accessIPv6 | | | progress | 0 | | OS-EXT-STS:power_state | 1 | | OS-EXT-AZ:availability_zone | nova | | n1 network | 172.17.41.100 | | config_drive | | +-----------------------------+---------------------------------------------------------------------------+ ----------------------------------------------------------------------- -- Prague: - ----------------------------------------------------------------------- *********************************************************************** ** Problem 1: * *********************************************************************** There is no floating ip pool available. tai@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 | +------+ +------+