Activity log for bug #1541029

Date Who What changed Old value New value Message
2016-02-02 17:12:16 Artem Panchenko bug added bug
2016-02-02 17:12:16 Artem Panchenko attachment added fail_error_neutron_tun_ha_addremove-fuel-snapshot-2016-02-02_02-39-22.tar.xz https://bugs.launchpad.net/bugs/1541029/+attachment/4562395/+files/fail_error_neutron_tun_ha_addremove-fuel-snapshot-2016-02-02_02-39-22.tar.xz
2016-02-02 17:12:28 Artem Panchenko nominated for series fuel/8.0.x
2016-02-02 17:12:28 Artem Panchenko bug task added fuel/8.0.x
2016-02-02 17:12:34 Artem Panchenko fuel/8.0.x: importance Undecided High
2016-02-02 17:12:43 Artem Panchenko fuel/8.0.x: assignee Fuel Library Team (fuel-library)
2016-02-02 17:12:46 Artem Panchenko fuel/8.0.x: milestone 8.0
2016-02-03 09:55:06 Dmitry Klenov fuel: status New Confirmed
2016-02-03 09:55:09 Dmitry Klenov fuel/8.0.x: status New Confirmed
2016-02-03 09:57:59 Michael Polenchuk bug added subscriber Michael Polenchuk
2016-02-03 10:25:19 Dmitry Bilunov fuel: assignee Fuel Library Team (fuel-library) Dmitry Bilunov (dbilunov)
2016-02-03 10:25:20 Dmitry Bilunov fuel/8.0.x: assignee Fuel Library Team (fuel-library) Dmitry Bilunov (dbilunov)
2016-02-03 10:37:51 Matthew Mosesohn tags area-library rabbitmq area-library rabbitmq team-bugfix
2016-02-03 12:33:38 Bogdan Dobrelya marked as duplicate 1472230
2016-02-04 09:21:02 Bogdan Dobrelya removed duplicate marker 1472230
2016-02-04 09:21:14 Bogdan Dobrelya fuel/8.0.x: assignee Dmitry Bilunov (dbilunov) Bogdan Dobrelya (bogdando)
2016-02-04 09:21:17 Bogdan Dobrelya fuel: assignee Dmitry Bilunov (dbilunov) Bogdan Dobrelya (bogdando)
2016-02-04 09:21:19 Bogdan Dobrelya fuel: status Confirmed In Progress
2016-02-04 09:21:24 Bogdan Dobrelya fuel/8.0.x: status Confirmed In Progress
2016-02-04 09:22:39 Bogdan Dobrelya tags area-library rabbitmq team-bugfix area-library feature-network-template rabbitmq team-bugfix
2016-02-04 09:52:30 Bogdan Dobrelya fuel/8.0.x: status In Progress Triaged
2016-02-04 09:52:31 Bogdan Dobrelya fuel: status In Progress Triaged
2016-02-04 10:57:54 Artem Panchenko description Environment deployment fails if controller node is replaced (old node is removed and new one is added): 2016-02-02 02:39:16 DEBUG [796] Task time summary: dump_rabbitmq_definitions with status error on node 1 took 00:00:22 2016-02-02 02:39:16 DEBUG [796] Task time summary: dump_rabbitmq_definitions with status error on node 2 took 00:00:22 2016-02-02 02:39:16 DEBUG [796] Task time summary: dump_rabbitmq_definitions with status error on node 6 took 00:00:22 2016-02-02 02:39:16 INFO [796] Casting message to Nailgun:{"method"=>"deploy_resp", "args"=> {"task_uuid"=>"31bd49c1-fb2c-412f-962a-11381a7b781a", "nodes"=> [{"uid"=>"1", "status"=>"error", "error_type"=>"deploy", "role"=>"hook", "hook"=>"dump_rabbitmq_definitions", "error_msg"=>"Puppet run failed. Check puppet logs for details"}, {"uid"=>"2", "status"=>"error", "error_type"=>"deploy", "role"=>"hook", "hook"=>"dump_rabbitmq_definitions", "error_msg"=>"Puppet run failed. Check puppet logs for details"}, {"uid"=>"6", "status"=>"error", "error_type"=>"deploy", "role"=>"hook", "hook"=>"dump_rabbitmq_definitions", "error_msg"=>"Puppet run failed. Check puppet logs for details"}], "error"=> "Failed to execute hook 'dump_rabbitmq_definitions' Puppet run failed. Check puppet logs for details"}} 2016-02-02 02:39:16 INFO [796] Casting message to Nailgun:{"method"=>"deploy_resp", "args"=> {"task_uuid"=>"31bd49c1-fb2c-412f-962a-11381a7b781a", "nodes"=> [{"uid"=>"3", "status"=>"error", "role"=>"hook", "error_type"=>"deploy"}, {"uid"=>"5", "status"=>"error", "role"=>"hook", "error_type"=>"deploy"}]}} 2016-02-02 02:39:16 INFO [796] Casting message to Nailgun:{"method"=>"deploy_resp", "args"=> {"task_uuid"=>"31bd49c1-fb2c-412f-962a-11381a7b781a", "status"=>"error", "error"=> "Method granular_deploy. Failed to execute hook 'dump_rabbitmq_definitions' Puppet run failed. Check puppet logs for details --- uids: - '1' - '2' - '6' parameters: puppet_modules: /etc/puppet/modules puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/astute/dump_rabbitmq_definitions.pp timeout: 180 cwd: / priority: 100 fail_on_error: true type: puppet id: dump_rabbitmq_definitions . Inspect Astute logs for the details"}} node-2 2016-02-02T02:39:09.797343 err: (/Stage[main]/Main/Exec[rabbitmq-dump-definitions]/returns) change from notrun to 0 failed: curl -u nova:ok4dJUpvLZunACcORtB0kiqX http://localhost:15672/api/definitions -o /etc/rabbitmq/definitions.full returned 7 instead of one of [0] root@node-2:~# pcs status | grep -A 2 p_rabbitmq-server Master/Slave Set: master_p_rabbitmq-server [p_rabbitmq-server] Masters: [ node-1.test.domain.local ] Slaves: [ node-2.test.domain.local node-6.test.domain.local ] root@node-2:~# rabbitmqctl cluster_status Cluster status of node 'rabbit@messaging-node-2' ... Error: unable to connect to node 'rabbit@messaging-node-2': nodedown Segmentation fault Steps to reproduce: 1. Deploy environment with 3 controllers, 2 computes and 1 compute+cinder nodes 2. Remove 1 compute+cinder node and add 1 controller+cinder node 3. Deploy changes Expected result: controller is replaced, deployment is successful, environment passes OSTF Actual result: deployment of controllers fails on dump_rabbitmq_definitions task Environment deployment fails if controller node is replaced (old node is removed and new one is added): 2016-02-02 02:39:16 DEBUG [796] Task time summary: dump_rabbitmq_definitions with status error on node 1 took 00:00:22 2016-02-02 02:39:16 DEBUG [796] Task time summary: dump_rabbitmq_definitions with status error on node 2 took 00:00:22 2016-02-02 02:39:16 DEBUG [796] Task time summary: dump_rabbitmq_definitions with status error on node 6 took 00:00:22 2016-02-02 02:39:16 INFO [796] Casting message to Nailgun:{"method"=>"deploy_resp", "args"=> {"task_uuid"=>"31bd49c1-fb2c-412f-962a-11381a7b781a", "nodes"=> [{"uid"=>"1", "status"=>"error", "error_type"=>"deploy", "role"=>"hook", "hook"=>"dump_rabbitmq_definitions", "error_msg"=>"Puppet run failed. Check puppet logs for details"}, {"uid"=>"2", "status"=>"error", "error_type"=>"deploy", "role"=>"hook", "hook"=>"dump_rabbitmq_definitions", "error_msg"=>"Puppet run failed. Check puppet logs for details"}, {"uid"=>"6", "status"=>"error", "error_type"=>"deploy", "role"=>"hook", "hook"=>"dump_rabbitmq_definitions", "error_msg"=>"Puppet run failed. Check puppet logs for details"}], "error"=> "Failed to execute hook 'dump_rabbitmq_definitions' Puppet run failed. Check puppet logs for details"}} 2016-02-02 02:39:16 INFO [796] Casting message to Nailgun:{"method"=>"deploy_resp", "args"=> {"task_uuid"=>"31bd49c1-fb2c-412f-962a-11381a7b781a", "nodes"=> [{"uid"=>"3", "status"=>"error", "role"=>"hook", "error_type"=>"deploy"}, {"uid"=>"5", "status"=>"error", "role"=>"hook", "error_type"=>"deploy"}]}} 2016-02-02 02:39:16 INFO [796] Casting message to Nailgun:{"method"=>"deploy_resp", "args"=> {"task_uuid"=>"31bd49c1-fb2c-412f-962a-11381a7b781a", "status"=>"error", "error"=> "Method granular_deploy. Failed to execute hook 'dump_rabbitmq_definitions' Puppet run failed. Check puppet logs for details --- uids: - '1' - '2' - '6' parameters: puppet_modules: /etc/puppet/modules puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/astute/dump_rabbitmq_definitions.pp timeout: 180 cwd: / priority: 100 fail_on_error: true type: puppet id: dump_rabbitmq_definitions . Inspect Astute logs for the details"}} node-2 2016-02-02T02:39:09.797343 err: (/Stage[main]/Main/Exec[rabbitmq-dump-definitions]/returns) change from notrun to 0 failed: curl -u nova:ok4dJUpvLZunACcORtB0kiqX http://localhost:15672/api/definitions -o /etc/rabbitmq/definitions.full returned 7 instead of one of [0] root@node-2:~# pcs status | grep -A 2 p_rabbitmq-server  Master/Slave Set: master_p_rabbitmq-server [p_rabbitmq-server]      Masters: [ node-1.test.domain.local ]      Slaves: [ node-2.test.domain.local node-6.test.domain.local ] root@node-2:~# rabbitmqctl cluster_status Cluster status of node 'rabbit@messaging-node-2' ... Error: unable to connect to node 'rabbit@messaging-node-2': nodedown Segmentation fault Steps to reproduce:             1. Deploy environment with 3 controllers, 2 computes and 1 compute+cinder nodes             2. Remove 1 controller node and add 1 controller+cinder node             3. Deploy changes Expected result: controller is replaced, deployment is successful, environment passes OSTF Actual result: deployment of controllers fails on dump_rabbitmq_definitions task
2016-02-04 11:02:51 OpenStack Infra fuel: status Triaged In Progress
2016-02-04 11:32:19 Dmitry Pyzhov fuel/8.0.x: status Triaged In Progress
2016-02-04 13:10:37 OpenStack Infra fuel: status In Progress Fix Committed
2016-02-04 15:49:10 Vladimir Kuklin fuel/8.0.x: status In Progress Fix Committed
2016-02-05 10:30:55 Anastasia Palkina tags area-library feature-network-template rabbitmq team-bugfix area-library feature-network-template on-verification rabbitmq team-bugfix
2016-02-08 09:30:43 Anastasia Palkina tags area-library feature-network-template on-verification rabbitmq team-bugfix area-library feature-network-template rabbitmq team-bugfix
2016-02-12 11:39:27 Dmitriy Kruglov tags area-library feature-network-template rabbitmq team-bugfix area-library feature-network-template on-verification rabbitmq team-bugfix
2016-02-14 21:45:00 Dmitriy Kruglov fuel/8.0.x: status Fix Committed Fix Released
2016-02-14 21:45:09 Dmitriy Kruglov tags area-library feature-network-template on-verification rabbitmq team-bugfix area-library feature-network-template rabbitmq team-bugfix
2016-04-26 14:28:20 Alexey Galkin fuel: status Fix Committed Fix Released