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 |
|