Activity log for bug #1606546

Date Who What changed Old value New value Message
2016-07-26 11:46:34 Sofiia Andriichenko bug added bug
2016-07-26 11:46:34 Sofiia Andriichenko attachment added Выделение_012.png https://bugs.launchpad.net/bugs/1606546/+attachment/4707603/+files/%D0%92%D1%8B%D0%B4%D0%B5%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_012.png
2016-07-27 13:01:13 Vitaly Sedelnik mos: status New Confirmed
2016-07-27 13:01:15 Vitaly Sedelnik mos: importance Undecided High
2016-07-27 13:01:23 Vitaly Sedelnik mos: assignee MOS Nova (mos-nova)
2016-07-27 14:18:14 Roman Podoliaka description Detailed bug description: 9.1 snapshot #51 Configuration: Settings: Compute - QEMU. Network - Neutron with VLAN segmentation. Storage Backends - LVM Additional services - Install Ironic, Install Sahara In tab Settings->Compute check Nova quotas In tab Settings->OpenStack Services check enable Install Ceilometer and Aodh In tab Networks->Other check enable Neutron DVR In tab Settings->Security check enable TLS for OpenStack public endpoints, HTTPS for Horizon Nodes: controller, compute, ironic,cinder, Telemetry - MongoDB Steps to reproduce: 1. Deploy ISO in configuration see (Detailed bug description) 2. Navigate to controller node 3. Install git (use apt-get install git) 4. Clone script to deploy rally + tempest # git clone https://github.com/obutenko/mos-rally-verify.git 5. Navigate to the https://github.com/obutenko/mos-rally-verify 6. Execute necessary steps to deploy tempest 7. Tun test in debug mode #rally --debug verify start --regex tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes Expected results: Test is passed Actual result: Test is Failed (see comments) Reproducibility: See attachment Workaround: --- Impact: --- Description of the environment: See (Detailed bug description) Additional information: Trace: Traceback (most recent call last): File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/test.py", line 106, in wrapper return f(self, *func_args, **func_kwargs) File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/scenario/test_server_multinode.py", line 71, in test_schedule_to_all_nodes wait_until='ACTIVE') File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/scenario/manager.py", line 237, in create_server image_id=image_id, **kwargs) File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/common/compute.py", line 167, in create_test_server % server['id']) File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__ self.force_reraise() File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise six.reraise(self.type_, self.value, self.tb) File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/common/compute.py", line 149, in create_test_server clients.servers_client, server['id'], wait_until) File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/common/waiters.py", line 77, in wait_for_server_status server_id=server_id) tempest.exceptions.BuildErrorException: Server ada719f3-b9a7-43e3-9c13-d61e3edc60e5 failed to build and is in ERROR status Details: {u'message': u'OVS configuration failed with: Unexpected error while running command.\nCommand: sudo nova-rootwrap /etc/nova/rootwrap.conf ovs-vsctl --timeout=120 -- --if-exists del-port qvo780dfdee-92 -- add-port br-int qvo780dfdee-92 -- set Interface qvo780dfdee-92 ext', u'code': 500, u'details': u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1926, in _do_build_and_run_instance\n filter_properties)\n File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n', u'created': u'2016-07-26T02:12:37Z'} snapshot http://www.ex.ua/864242117910 Detailed bug description: 9.1 snapshot #51 Configuration: Settings: Compute - QEMU. Network - Neutron with VLAN segmentation. Storage Backends - LVM Additional services - Install Ironic, Install Sahara In tab Settings->Compute check Nova quotas In tab Settings->OpenStack Services check enable Install Ceilometer and Aodh In tab Networks->Other check enable Neutron DVR In tab Settings->Security check enable TLS for OpenStack public endpoints, HTTPS for Horizon Nodes: controller, compute, ironic,cinder, Telemetry - MongoDB Steps to reproduce:     1. Deploy ISO in configuration see (Detailed bug description)     2. Navigate to controller node     3. Install git (use apt-get install git)     4. Clone script to deploy rally + tempest        # git clone https://github.com/obutenko/mos-rally-verify.git     5. Navigate to the https://github.com/obutenko/mos-rally-verify     6. Execute necessary steps to deploy tempest     7. Tun test in debug mode         #rally --debug verify start --regex tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes Expected results: Test is passed Actual result: Test is Failed (see comments) Reproducibility: See attachment Workaround: --- Impact: --- Description of the environment: See (Detailed bug description) Additional information: Trace: Traceback (most recent call last):   File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/test.py", line 106, in wrapper     return f(self, *func_args, **func_kwargs)   File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/scenario/test_server_multinode.py", line 71, in test_schedule_to_all_nodes     wait_until='ACTIVE')   File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/scenario/manager.py", line 237, in create_server     image_id=image_id, **kwargs)   File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/common/compute.py", line 167, in create_test_server     % server['id'])   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__     self.force_reraise()   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise     six.reraise(self.type_, self.value, self.tb)   File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/common/compute.py", line 149, in create_test_server     clients.servers_client, server['id'], wait_until)   File "/home/rally/.rally/tempest/for-deployment-cad2ad9f-b0e9-4ac8-ae7c-a8d4da4b061c/tempest/common/waiters.py", line 77, in wait_for_server_status     server_id=server_id) tempest.exceptions.BuildErrorException: Server ada719f3-b9a7-43e3-9c13-d61e3edc60e5 failed to build and is in ERROR status Details: {u'message': u'OVS configuration failed with: Unexpected error while running command.\nCommand: sudo nova-rootwrap /etc/nova/rootwrap.conf ovs-vsctl --timeout=120 -- --if-exists del-port qvo780dfdee-92 -- add-port br-int qvo780dfdee-92 -- set Interface qvo780dfdee-92 ext', u'code': 500, u'details': u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1926, in _do_build_and_run_instance\n filter_properties)\n File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116, in _build_and_run_instance\n instance_uuid=instance.uuid, reason=six.text_type(e))\n', u'created': u'2016-07-26T02:12:37Z'} snapshot https://drive.google.com/open?id=0B2db-pBC_yblM3UwY3hOOGtEQWM
2016-07-27 14:18:53 Roman Podoliaka mos: assignee MOS Nova (mos-nova) Sergey Nikitin (snikitin)
2016-07-29 15:31:53 Sergey Nikitin mos: status Confirmed Incomplete
2016-07-29 15:32:04 Sergey Nikitin mos: assignee Sergey Nikitin (snikitin) Sofiia Andriichenko (sandriichenko)
2016-08-01 14:25:56 Sofiia Andriichenko mos: status Incomplete Confirmed
2016-08-01 14:27:00 Sofiia Andriichenko mos: assignee Sofiia Andriichenko (sandriichenko) Sergey Nikitin (snikitin)
2016-08-02 12:03:18 Sergey Nikitin mos: assignee Sergey Nikitin (snikitin) MOS Neutron (mos-neutron)
2016-08-12 09:39:10 Oleg Bondarev mos: status Confirmed Incomplete
2016-08-12 09:39:19 Oleg Bondarev mos: assignee MOS Neutron (mos-neutron) Sofiia Andriichenko (sandriichenko)
2016-08-12 13:15:07 Sofiia Andriichenko mos: status Incomplete Confirmed
2016-08-12 13:15:20 Sofiia Andriichenko mos: assignee Sofiia Andriichenko (sandriichenko) MOS Neutron (mos-neutron)
2016-08-17 12:00:53 Oleg Bondarev mos: status Confirmed Incomplete
2016-08-17 13:07:16 Alexander Ignatov mos: assignee MOS Neutron (mos-neutron) Sofiia Andriichenko (sandriichenko)
2016-08-30 09:15:27 Sofiia Andriichenko mos: status Incomplete Invalid
2016-09-22 11:55:34 Sofiia Andriichenko mos: status Invalid Confirmed
2016-09-22 11:55:41 Sofiia Andriichenko mos: assignee Sofiia Andriichenko (sandriichenko)
2016-09-22 13:20:38 Oleg Bondarev mos: status Confirmed Invalid
2016-10-07 09:30:39 Sofiia Andriichenko mos: status Invalid Confirmed
2016-10-07 09:30:53 Sofiia Andriichenko mos: assignee MOS Neutron (mos-neutron)
2016-10-07 14:31:21 Oleg Bondarev mos: importance High Medium
2016-10-07 14:31:23 Oleg Bondarev mos: milestone 9.1 9.2
2016-11-14 11:59:36 Oleg Bondarev mos: status Confirmed Incomplete
2016-11-14 12:00:05 Oleg Bondarev mos: assignee MOS Neutron (mos-neutron) Sofiia Andriichenko (sandriichenko)
2016-11-22 12:02:25 Sofiia Andriichenko mos: status Incomplete Confirmed
2016-11-22 12:02:28 Sofiia Andriichenko mos: assignee Sofiia Andriichenko (sandriichenko)
2016-11-22 12:02:58 Sofiia Andriichenko mos: assignee MOS Neutron (mos-neutron)
2016-11-22 16:53:13 Sofiia Andriichenko mos: assignee MOS Neutron (mos-neutron) MOS Nova (mos-nova)
2016-11-23 17:33:53 Roman Podoliaka bug added subscriber Roman Podoliaka
2016-11-23 17:38:08 Roman Podoliaka mos: assignee MOS Nova (mos-nova) Sofiia Andriichenko (sandriichenko)
2016-11-23 17:38:10 Roman Podoliaka mos: status Confirmed Incomplete
2016-11-24 12:49:40 Sofiia Andriichenko mos: assignee Sofiia Andriichenko (sandriichenko) MOS Nova (mos-nova)
2016-11-24 12:49:42 Sofiia Andriichenko mos: status Incomplete Confirmed
2016-11-29 14:20:00 Vasyl Saienko mos: status Confirmed Won't Fix
2016-11-29 14:20:06 Vasyl Saienko mos: status Won't Fix Invalid
2016-11-29 16:21:45 Oleksiy Butenko mos: status Invalid Confirmed
2016-11-29 16:22:08 Oleksiy Butenko mos: assignee MOS Nova (mos-nova) Oleksiy Butenko (obutenko)
2017-02-03 11:36:21 Roman Vyalov mos/9.x: milestone 9.2 9.x-updates
2018-11-05 15:34:46 Oleksiy Butenko mos: assignee Oleksiy Butenko (obutenko)
2018-11-05 15:34:49 Oleksiy Butenko mos/9.x: assignee Oleksiy Butenko (obutenko)