OSTF test "Check network connectivity from instance without floating IP" has failed on ping 8.8.8.8 from instance

Bug #1260362 reported by Anastasia Palkina
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Medium
Unassigned

Bug Description

ISO #132
"release": "4.0",
"nailgun_sha": "52645083333c9a7421839045abd9cb70039eea2f",
"ostf_sha": "cc6f61fe28d563cf3f0d316733aa4e7da1670465",
"astute_sha": "7b77437a5d87dd5d06b45d152df80a681ffa25eb",
"fuellib_sha": "91b1387560ba0f4bc8e394ba83ebaf164d013c91"

1. Create new environment (Ubuntu, simple mode)
2. Choose Ceph for volumes, installing Savanna
3. Add controller, compute, 2 ceph nodes
4. Choose VLAN Manager in network settings. Choose 4 networks with size 64
5. Start deployment. It was successful
6. Start OSTF tests. Test "Check network connectivity from instance without floating IP" on step 3 with error: Time limit exceeded while waiting for public connectivity checking from VM to finish. Please refer to OpenStack logs for more details.
7. Manually I creates security group, instance and ping 8.8.8.8 from instance

root@node-1:~# nova boot test_vm --flavor 1 --image 97f9ba09-9e37-489c-88b1-901b79197e43
+--------------------------------------+--------------------------------------+
| Property | Value |
+--------------------------------------+--------------------------------------+
| OS-EXT-STS:task_state | scheduling |
| image | TestVM |
| OS-EXT-STS:vm_state | building |
| OS-EXT-SRV-ATTR:instance_name | instance-00000013 |
| OS-SRV-USG:launched_at | None |
| flavor | m1.tiny |
| id | c460e6e2-6489-47ad-8d79-730d26f167fd |
| security_groups | [{u'name': u'default'}] |
| user_id | 30cb19de0714400d87357bfb327702af |
| OS-DCF:diskConfig | MANUAL |
| accessIPv4 | |
| accessIPv6 | |
| progress | 0 |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-AZ:availability_zone | nova |
| config_drive | |
| status | BUILD |
| updated | 2013-12-12T14:41:27Z |
| hostId | |
| OS-EXT-SRV-ATTR:host | None |
| OS-SRV-USG:terminated_at | None |
| key_name | None |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None |
| name | test_vm |
| adminPass | KXdovCKJ2GVs |
| tenant_id | 67c7f327041d41d3b1f62a5c1aea4ec3 |
| created | 2013-12-12T14:41:27Z |
| os-extended-volumes:volumes_attached | [] |
| metadata | {} |
+--------------------------------------+--------------------------------------+

root@node-1:~# nova list
+--------------------------------------+---------------------------------------------------+--------+------------+-------------+------------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+---------------------------------------------------+--------+------------+-------------+------------------------+
| 1180e00b-7630-4256-909b-1864f1f5dd3b | ost1_test-stack1415404032-MyInstance-qnxqduomrjuo | ERROR | None | NOSTATE | |
| c460e6e2-6489-47ad-8d79-730d26f167fd | test_vm | ACTIVE | None | Running | novanetwork_0=10.0.0.3
+--------------------------------------+---------------------------------------------------+--------+------------+-------------+------------------------+

root@node-1:~# nova secgroup-create test_sec_group test
+----+----------------+-------------+
| Id | Name | Description |
+----+----------------+-------------+
| 5 | test_sec_group | test |
+----+----------------+-------------+
root@node-1:~# nova secgroup-add-rule 5 tcp 22 22 0.0.0.0/0
+-------------+-----------+---------+-----------+--------------+
| IP Protocol | From Port | To Port | IP Range | Source Group |
+-------------+-----------+---------+-----------+--------------+
| tcp | 22 | 22 | 0.0.0.0/0 | |
+-------------+-----------+---------+-----------+--------------+
root@node-1:~# nova add-secgroup c460e6e2-6489-47ad-8d79-730d26f167fd test_sec_group
root@node-2:~# ssh cirros@10.0.0.3
Warning: Permanently added '10.0.0.3' (RSA) to the list of known hosts.
cirros@10.0.0.3's password:
$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=48 time=78.789 ms
64 bytes from 8.8.8.8: seq=1 ttl=48 time=21.153 ms
64 bytes from 8.8.8.8: seq=2 ttl=48 time=20.268 ms
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 20.268/40.070/78.789 ms

Tags: ostf
Revision history for this message
Anastasia Palkina (apalkina) wrote :
Mike Scherbakov (mihgen)
Changed in fuel:
importance: Undecided → Medium
Revision history for this message
Nikolay Markov (nmarkov) wrote :

Please set 'Confirmed' status then bug is successfully reproduced.

Changed in fuel:
status: New → Confirmed
status: Confirmed → New
Revision history for this message
Anastasiia Naboikina (anaboikina) wrote :

Can you please provide me with environment where the bug is reproduced? I need to investigate what`s causing the issue.

Mike Scherbakov (mihgen)
Changed in fuel:
assignee: Anastasiia Naboikina (anaboikina) → nobody
tags: added: ostf
Changed in fuel:
status: New → Incomplete
Changed in fuel:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.