Activity log for bug #1529869

Date Who What changed Old value New value Message
2015-12-29 14:14:08 Alexander Kurenyshev bug added bug
2015-12-29 14:14:08 Alexander Kurenyshev attachment added fail_error_spawn_one_vm_on_one_virt_node-fuel-snapshot-2015-12-28_21-28-31.tar.xz https://bugs.launchpad.net/bugs/1529869/+attachment/4541774/+files/fail_error_spawn_one_vm_on_one_virt_node-fuel-snapshot-2015-12-28_21-28-31.tar.xz
2015-12-29 14:14:24 Alexander Kurenyshev attachment added fail_error_spawn_two_vms_on_one_virt_node-fuel-snapshot-2015-12-28_21-30-25.tar.xz https://bugs.launchpad.net/fuel/+bug/1529869/+attachment/4541775/+files/fail_error_spawn_two_vms_on_one_virt_node-fuel-snapshot-2015-12-28_21-30-25.tar.xz
2015-12-29 14:14:37 Alexander Kurenyshev attachment added fail_error_spawn_three_vms_across_three_virt_nodes-fuel-snapshot-2015-12-28_21-36-07.tar.xz https://bugs.launchpad.net/fuel/+bug/1529869/+attachment/4541776/+files/fail_error_spawn_three_vms_across_three_virt_nodes-fuel-snapshot-2015-12-28_21-36-07.tar.xz
2015-12-29 14:29:35 Ksenia Svechnikova marked as duplicate 1529844
2015-12-29 14:37:29 Ksenia Svechnikova tags area-library feature-reduced-footprint
2015-12-29 19:31:49 Tatyanka changed duplicate marker 1529844 1526874
2015-12-29 19:31:57 Tatyanka removed duplicate marker 1526874
2015-12-29 19:32:14 Tatyanka fuel: importance Undecided High
2015-12-29 19:37:11 Tatyanka description Tests: Spawn one vm node on one slave node Spawn two vm nodes on one slave node Spawn three vm nodes across three slave nodes failed with 404 HTTP error while uploading instance detailes Failed job: https://product-ci.infra.mirantis.net/job/8.0.system_test.ubuntu.reduced_footprint/89/console Traceback (most recent call last): File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func compatability.capture_type_error(s_func) File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error func() File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func func(test_case.state.get_state()) File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 81, in wrapper result = func(*args, **kwargs) File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/tests/test_reduced_footprint.py", line 83, in spawn_one_vm_on_one_virt_node "cpu": 1 File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/__init__.py", line 57, in wrapped result = func(*args, **kwargs) File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 131, in wrapped response = func(*args, **kwargs) File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/models/nailgun_client.py", line 549, in create_vm_nodes return self.client.put(url, {'vms_conf': data}) File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 83, in put return self._open(req) File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 92, in _open return self._get_response(req) File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 116, in _get_response return self.opener.open(req) File "/usr/lib/python2.7/urllib2.py", line 410, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 523, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 448, in error return self._call_chain(*args) File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 404: Not Found Fuel ISO #365 Tests: Spawn one vm node on one slave node Spawn two vm nodes on one slave node Spawn three vm nodes across three slave nodes failed with 404 HTTP error while uploading instance detailes on attemps put the data to node 2015-12-29 18:19:32.634 DEBUG [7f8316480880] (logger) Response code '200 OK' for GET /api/nodes/ from 10.109.15.1:39624 2015-12-29 18:19:32.645 DEBUG [7f8316480880] (logger) Request PUT /api/nodes/1/vms_conf/ from 10.109.15.1:39625 {"vms_conf": [{"mem": 1, "id": 1, "cpu": 1}]} 2015-12-29 18:19:32.653 DEBUG [7f8316480880] (logger) Response code '404 Not Found' for PUT /api/nodes/1/vms_conf/ from 10.109.15.1:39625 2015-12-29 18:19:32.656 DEBUG [7f8316480880] (logger) Request PUT /api/logs/package from 10.109.15.1:39626 {} 2015-12-29 18:19:32.735 DEBUG [7f8316480880] (logger) Response code '202 Accepted' for PUT /api/logs/package from 10.109.15.1:39626 at the same time - it works fine over UI in debugger: http://10.109.0.2:8000/api/nodes/19/vms_conf with request body {"vms_conf":[{"mem":1,"id":1}]} success code and vms_conf is updated Failed job: https://product-ci.infra.mirantis.net/job/8.0.system_test.ubuntu.reduced_footprint/89/console Traceback (most recent call last):   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func     compatability.capture_type_error(s_func)   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error     func()   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func     func(test_case.state.get_state())   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 81, in wrapper     result = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/tests/test_reduced_footprint.py", line 83, in spawn_one_vm_on_one_virt_node     "cpu": 1   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/__init__.py", line 57, in wrapped     result = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 131, in wrapped     response = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/models/nailgun_client.py", line 549, in create_vm_nodes     return self.client.put(url, {'vms_conf': data})   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 83, in put     return self._open(req)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 92, in _open     return self._get_response(req)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 116, in _get_response     return self.opener.open(req)   File "/usr/lib/python2.7/urllib2.py", line 410, in open     response = meth(req, response)   File "/usr/lib/python2.7/urllib2.py", line 523, in http_response     'http', request, response, code, msg, hdrs)   File "/usr/lib/python2.7/urllib2.py", line 448, in error     return self._call_chain(*args)   File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain     result = func(*args)   File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 404: Not Found Fuel ISO #365
2015-12-29 19:40:20 Tatyanka description Tests: Spawn one vm node on one slave node Spawn two vm nodes on one slave node Spawn three vm nodes across three slave nodes failed with 404 HTTP error while uploading instance detailes on attemps put the data to node 2015-12-29 18:19:32.634 DEBUG [7f8316480880] (logger) Response code '200 OK' for GET /api/nodes/ from 10.109.15.1:39624 2015-12-29 18:19:32.645 DEBUG [7f8316480880] (logger) Request PUT /api/nodes/1/vms_conf/ from 10.109.15.1:39625 {"vms_conf": [{"mem": 1, "id": 1, "cpu": 1}]} 2015-12-29 18:19:32.653 DEBUG [7f8316480880] (logger) Response code '404 Not Found' for PUT /api/nodes/1/vms_conf/ from 10.109.15.1:39625 2015-12-29 18:19:32.656 DEBUG [7f8316480880] (logger) Request PUT /api/logs/package from 10.109.15.1:39626 {} 2015-12-29 18:19:32.735 DEBUG [7f8316480880] (logger) Response code '202 Accepted' for PUT /api/logs/package from 10.109.15.1:39626 at the same time - it works fine over UI in debugger: http://10.109.0.2:8000/api/nodes/19/vms_conf with request body {"vms_conf":[{"mem":1,"id":1}]} success code and vms_conf is updated Failed job: https://product-ci.infra.mirantis.net/job/8.0.system_test.ubuntu.reduced_footprint/89/console Traceback (most recent call last):   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func     compatability.capture_type_error(s_func)   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error     func()   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func     func(test_case.state.get_state())   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 81, in wrapper     result = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/tests/test_reduced_footprint.py", line 83, in spawn_one_vm_on_one_virt_node     "cpu": 1   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/__init__.py", line 57, in wrapped     result = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 131, in wrapped     response = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/models/nailgun_client.py", line 549, in create_vm_nodes     return self.client.put(url, {'vms_conf': data})   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 83, in put     return self._open(req)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 92, in _open     return self._get_response(req)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 116, in _get_response     return self.opener.open(req)   File "/usr/lib/python2.7/urllib2.py", line 410, in open     response = meth(req, response)   File "/usr/lib/python2.7/urllib2.py", line 523, in http_response     'http', request, response, code, msg, hdrs)   File "/usr/lib/python2.7/urllib2.py", line 448, in error     return self._call_chain(*args)   File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain     result = func(*args)   File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 404: Not Found Fuel ISO #365 Tests: Spawn one vm node on one slave node Spawn two vm nodes on one slave node Spawn three vm nodes across three slave nodes failed with 404 HTTP error while uploading instance detailes on attemps put the data to node 2015-12-29 18:19:32.634 DEBUG [7f8316480880] (logger) Response code '200 OK' for GET /api/nodes/ from 10.109.15.1:39624 2015-12-29 18:19:32.645 DEBUG [7f8316480880] (logger) Request PUT /api/nodes/1/vms_conf/ from 10.109.15.1:39625 {"vms_conf": [{"mem": 1, "id": 1, "cpu": 1}]} 2015-12-29 18:19:32.653 DEBUG [7f8316480880] (logger) Response code '404 Not Found' for PUT /api/nodes/1/vms_conf/ from 10.109.15.1:39625 2015-12-29 18:19:32.656 DEBUG [7f8316480880] (logger) Request PUT /api/logs/package from 10.109.15.1:39626 {} 2015-12-29 18:19:32.735 DEBUG [7f8316480880] (logger) Response code '202 Accepted' for PUT /api/logs/package from 10.109.15.1:39626 at the same time - it works fine over UI in debugger: http://10.109.0.2:8000/api/nodes/19/vms_conf with request body {"vms_conf":[{"mem":1,"id":1}]} success code and vms_conf is updated Failed job: https://product-ci.infra.mirantis.net/job/8.0.system_test.ubuntu.reduced_footprint/89/console Traceback (most recent call last):   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 296, in testng_method_mistake_capture_func     compatability.capture_type_error(s_func)   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/compatability/exceptions_2_6.py", line 27, in capture_type_error     func()   File "/home/jenkins/venv-nailgun-tests-2.9/local/lib/python2.7/site-packages/proboscis/case.py", line 350, in func     func(test_case.state.get_state())   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 81, in wrapper     result = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/tests/test_reduced_footprint.py", line 83, in spawn_one_vm_on_one_virt_node     "cpu": 1   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/__init__.py", line 57, in wrapped     result = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/decorators.py", line 131, in wrapped     response = func(*args, **kwargs)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/models/nailgun_client.py", line 549, in create_vm_nodes     return self.client.put(url, {'vms_conf': data})   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 83, in put     return self._open(req)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 92, in _open     return self._get_response(req)   File "/home/jenkins/workspace/8.0.system_test.ubuntu.reduced_footprint/fuelweb_test/helpers/http.py", line 116, in _get_response     return self.opener.open(req)   File "/usr/lib/python2.7/urllib2.py", line 410, in open     response = meth(req, response)   File "/usr/lib/python2.7/urllib2.py", line 523, in http_response     'http', request, response, code, msg, hdrs)   File "/usr/lib/python2.7/urllib2.py", line 448, in error     return self._call_chain(*args)   File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain     result = func(*args)   File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 404: Not Found Fuel ISO #365 VERSION: feature_groups: - mirantis production: "docker" release: "8.0" api: "1.0" build_number: "370" build_id: "370" fuel-nailgun_sha: "e15b205d8a9ccea5f096348500602745a8a6dc61" python-fuelclient_sha: "4f234669cfe88a9406f4e438b1e1f74f1ef484a5" fuel-agent_sha: "1d2f6bc1123b9364ba65b41afcc0608662bb25b9" fuel-nailgun-agent_sha: "92ebd5ade6fab60897761bfa084aefc320bff246" astute_sha: "c7ca63a49216744e0bfdfff5cb527556aad2e2a5" fuel-library_sha: "25dee09644d355d2eef9f8f189ee2bf2a27f2b8c" fuel-ostf_sha: "889ddb0f1a4fa5f839fd4ea0c0017a3c181aa0c1" fuel-mirror_sha: "8bb8c70efc61bcf633e02d6054dbf5ec8dcf6699" fuelmenu_sha: "f69e2ffb4a64cb66bd23f9762737504482b200a9" shotgun_sha: "63645dea384a37dde5c01d4f8905566978e5d906" network-checker_sha: "9f0ba4577915ce1e77f5dc9c639a5ef66ca45896" fuel-upgrade_sha: "616a7490ec7199f69759e97e42f9b97dfc87e85b" fuelmain_sha: "5dd650b541d40251e07afde4072d948be577dc0c"
2015-12-29 19:40:37 Tatyanka tags area-library feature-reduced-footprint area-qa feature-reduced-footprint
2015-12-30 09:53:59 Dmitry Kalashnik fuel: assignee Fuel QA Team (fuel-qa) Dmitry Kalashnik (dkalashnik)
2015-12-30 09:59:11 Sergey Shevorakov tags area-qa feature-reduced-footprint area-qa feature-reduced-footprint swarm-blocker
2015-12-30 10:58:29 Dmitry Kalashnik fuel: status New Confirmed
2015-12-31 09:32:07 Dmitry Kalashnik fuel: status Confirmed In Progress
2016-01-13 08:42:22 OpenStack Infra fuel: status In Progress Fix Committed
2016-01-19 08:55:15 Dmitry Kalashnik fuel: status Fix Committed Fix Released