Activity log for bug #1537068

Date Who What changed Old value New value Message
2016-01-22 13:52:44 Timur Nurlygayanov bug added bug
2016-01-22 13:52:48 Timur Nurlygayanov mos: status New Confirmed
2016-01-22 13:52:51 Timur Nurlygayanov mos: importance Undecided Critical
2016-01-22 13:52:57 Timur Nurlygayanov mos: assignee MOS Heat (mos-heat)
2016-01-22 13:53:04 Timur Nurlygayanov nominated for series mos/7.0.x
2016-01-22 13:53:04 Timur Nurlygayanov bug task added mos/7.0.x
2016-01-22 13:53:04 Timur Nurlygayanov nominated for series mos/9.0.x
2016-01-22 13:53:04 Timur Nurlygayanov bug task added mos/9.0.x
2016-01-22 13:53:04 Timur Nurlygayanov nominated for series mos/8.0.x
2016-01-22 13:53:04 Timur Nurlygayanov bug task added mos/8.0.x
2016-01-22 13:53:10 Timur Nurlygayanov mos/9.0.x: status New Confirmed
2016-01-22 13:53:13 Timur Nurlygayanov mos/7.0.x: status New Confirmed
2016-01-22 13:53:17 Timur Nurlygayanov mos/7.0.x: importance Undecided Critical
2016-01-22 13:53:19 Timur Nurlygayanov mos/9.0.x: importance Undecided Critical
2016-01-22 13:53:26 Timur Nurlygayanov mos/7.0.x: assignee MOS Heat (mos-heat)
2016-01-22 13:53:32 Timur Nurlygayanov mos/9.0.x: assignee MOS Heat (mos-heat)
2016-01-22 13:53:35 Timur Nurlygayanov mos/7.0.x: milestone 7.0-updates
2016-01-22 13:53:37 Timur Nurlygayanov mos/8.0.x: milestone 8.0
2016-01-22 13:53:40 Timur Nurlygayanov mos/9.0.x: milestone 9.0
2016-01-22 13:53:52 Timur Nurlygayanov tags heat ssl tempest
2016-01-22 14:04:34 Timur Nurlygayanov tags heat ssl tempest customer-found heat ssl tempest
2016-01-22 14:33:12 Timur Nurlygayanov mos/7.0.x: importance Critical High
2016-01-22 14:33:14 Timur Nurlygayanov mos/8.0.x: importance Critical High
2016-01-22 14:33:15 Timur Nurlygayanov mos/9.0.x: importance Critical High
2016-01-22 15:14:41 Timur Nurlygayanov mos/8.0.x: assignee MOS Heat (mos-heat) MOS Puppet Team (mos-puppet)
2016-01-22 15:14:48 Timur Nurlygayanov mos/9.0.x: assignee MOS Heat (mos-heat) MOS Puppet Team (mos-puppet)
2016-01-22 15:14:54 Timur Nurlygayanov mos/7.0.x: assignee MOS Heat (mos-heat) MOS Maintenance (mos-maintenance)
2016-01-22 15:28:09 Ivan Berezovskiy mos/8.0.x: status Confirmed Incomplete
2016-01-22 15:28:18 Ivan Berezovskiy mos/8.0.x: assignee MOS Puppet Team (mos-puppet) Timur Nurlygayanov (tnurlygayanov)
2016-01-22 15:28:22 Ivan Berezovskiy mos/9.0.x: status Confirmed Incomplete
2016-01-26 14:13:12 Timur Nurlygayanov mos/8.0.x: assignee Timur Nurlygayanov (tnurlygayanov) Oleksiy Butenko (obutenko)
2016-01-27 21:58:13 Timur Nurlygayanov mos/9.0.x: assignee MOS Puppet Team (mos-puppet) Oleksiy Butenko (obutenko)
2016-01-29 12:52:23 Oleksiy Butenko mos/8.0.x: status Incomplete Confirmed
2016-01-29 15:19:25 Timur Nurlygayanov mos/9.0.x: status Incomplete Confirmed
2016-01-29 15:19:56 Timur Nurlygayanov description Steps To Reproduce: 1. Deploy environment with TLS 2. Run all Tempest tests for Heat using mos-tempest-runner scripts [1] Expected Result: All tests will pass Observed Result: During creation a stack test tries to get keystone trust through HTTP protocol, but SSL is enabled, so it is possible to get trust only with HTTPS. If disable SSL, these tests pass. Some tests with deployment of Heat stacks failed with the following errors: traceback Traceback (most recent call last): File "/home/developer/mos-tempest-runner/tempest/tempest/test.py", line 272, in setUpClass six.reraise(etype, value, trace) File "/home/developer/mos-tempest-runner/tempest/tempest/test.py", line 265, in setUpClass cls.resource_setup() File "/home/developer/mos-tempest-runner/tempest/tempest/api/orchestration/stacks/test_neutron_resources.py", line 73, in resource_setup 'SubNetCidr': str(cls.subnet_cidr) File "/home/developer/mos-tempest-runner/tempest/tempest/api/orchestration/base.py", line 75, in create_stack files=files) File "/home/developer/mos-tempest-runner/tempest/tempest/services/orchestration/json/orchestration_client.py", line 56, in create_stack resp, body = self.post(uri, headers=headers, body=body) File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 259, in post return self.request('POST', url, extra_headers, headers, body) File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 640, in request resp, resp_body) File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 759, in _error_checker message=message) tempest_lib.exceptions.ServerFault: Got server fault Details: Remote error: ConnectionRefused Unable to establish connection to http://10.109.56.3:35357/v3/OS-TRUST/trusts [1] https://github.com/Mirantis/mos-tempest-runner Note: This issue reproduced on MOS 7.0 and MOS 8.0. Steps To Reproduce: 1. Deploy environment with TLS 2. Run all Tempest tests for Heat using mos-tempest-runner scripts [1] Expected Result: All tests will pass Observed Result: During creation a stack test tries to get keystone trust through HTTP protocol, but SSL is enabled, so it is possible to get trust only with HTTPS. If disable SSL, these tests pass. Some tests with deployment of Heat stacks failed with the following errors: traceback Traceback (most recent call last):   File "/home/developer/mos-tempest-runner/tempest/tempest/test.py", line 272, in setUpClass     six.reraise(etype, value, trace)   File "/home/developer/mos-tempest-runner/tempest/tempest/test.py", line 265, in setUpClass     cls.resource_setup()   File "/home/developer/mos-tempest-runner/tempest/tempest/api/orchestration/stacks/test_neutron_resources.py", line 73, in resource_setup     'SubNetCidr': str(cls.subnet_cidr)   File "/home/developer/mos-tempest-runner/tempest/tempest/api/orchestration/base.py", line 75, in create_stack     files=files)   File "/home/developer/mos-tempest-runner/tempest/tempest/services/orchestration/json/orchestration_client.py", line 56, in create_stack     resp, body = self.post(uri, headers=headers, body=body)   File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 259, in post     return self.request('POST', url, extra_headers, headers, body)   File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 640, in request     resp, resp_body)   File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 759, in _error_checker     message=message) tempest_lib.exceptions.ServerFault: Got server fault Details: Remote error: ConnectionRefused Unable to establish connection to http://10.109.56.3:35357/v3/OS-TRUST/trusts [1] https://github.com/Mirantis/mos-tempest-runner
2016-01-29 15:53:51 Timur Nurlygayanov mos/8.0.x: assignee Oleksiy Butenko (obutenko) MOS Puppet Team (mos-puppet)
2016-01-29 15:53:56 Timur Nurlygayanov mos/9.0.x: assignee Oleksiy Butenko (obutenko) MOS Puppet Team (mos-puppet)
2016-01-29 15:56:01 Timur Nurlygayanov mos/8.0.x: assignee MOS Puppet Team (mos-puppet) MOS Heat (mos-heat)
2016-02-01 10:51:44 Sergey Kraynev mos/8.0.x: assignee MOS Heat (mos-heat) MOS Puppet Team (mos-puppet)
2016-02-01 11:18:11 Roman Podoliaka mos/8.0.x: assignee MOS Puppet Team (mos-puppet) Timur Nurlygayanov (tnurlygayanov)
2016-02-01 11:18:17 Roman Podoliaka mos/9.0.x: assignee MOS Puppet Team (mos-puppet) Timur Nurlygayanov (tnurlygayanov)
2016-02-01 11:19:16 Roman Podoliaka mos/8.0.x: status Confirmed Incomplete
2016-02-01 11:19:18 Roman Podoliaka mos/9.0.x: status Confirmed Incomplete
2016-02-01 13:19:22 Timur Nurlygayanov mos/8.0.x: status Incomplete Confirmed
2016-02-01 13:19:24 Timur Nurlygayanov mos/9.0.x: status Incomplete Confirmed
2016-02-01 13:19:31 Timur Nurlygayanov mos/9.0.x: assignee Timur Nurlygayanov (tnurlygayanov) MOS QA Team (mos-qa)
2016-02-01 13:19:36 Timur Nurlygayanov mos/8.0.x: assignee Timur Nurlygayanov (tnurlygayanov) MOS QA Team (mos-qa)
2016-02-01 13:19:40 Timur Nurlygayanov mos/7.0.x: assignee MOS Maintenance (mos-maintenance) MOS QA Team (mos-qa)
2016-02-01 13:19:46 Timur Nurlygayanov mos/7.0.x: status Confirmed Won't Fix
2016-02-01 13:19:48 Timur Nurlygayanov mos/8.0.x: status Confirmed Won't Fix
2016-02-01 13:40:00 Roman Podoliaka tags customer-found heat ssl tempest area-qa customer-found heat ssl tempest
2016-02-01 13:42:23 Roman Podoliaka mos/8.0.x: status Won't Fix Confirmed
2016-02-01 13:42:24 Roman Podoliaka mos/7.0.x: status Won't Fix Confirmed
2016-02-01 13:42:34 Roman Podoliaka tags area-qa customer-found heat ssl tempest area-qa customer-found heat non-release ssl tempest
2016-02-10 11:36:25 Timur Nurlygayanov mos/8.0.x: status Confirmed Won't Fix
2016-02-10 11:36:27 Timur Nurlygayanov mos/7.0.x: status Confirmed Won't Fix
2016-02-10 11:36:30 Timur Nurlygayanov mos/9.0.x: status Confirmed Won't Fix
2016-02-10 16:42:50 Timur Nurlygayanov mos: status Confirmed Won't Fix
2016-03-11 13:20:32 Nastya Urlapova tags area-qa customer-found heat non-release ssl tempest area-qa customer-found heat ssl tempest