Activity log for bug #1404809

Date Who What changed Old value New value Message
2014-12-22 07:28:00 Artem Panchenko bug added bug
2014-12-22 07:28:00 Artem Panchenko attachment added fuel-snapshot-2014-12-22_05-16-02.tgz https://bugs.launchpad.net/bugs/1404809/+attachment/4285632/+files/fuel-snapshot-2014-12-22_05-16-02.tgz
2014-12-22 07:28:15 Artem Panchenko nominated for series fuel/6.0.x
2014-12-22 07:28:15 Artem Panchenko bug task added fuel/6.0.x
2014-12-22 07:28:15 Artem Panchenko nominated for series fuel/6.1.x
2014-12-22 07:28:15 Artem Panchenko bug task added fuel/6.1.x
2014-12-22 07:28:24 Artem Panchenko fuel/6.1.x: milestone 6.1
2014-12-22 07:28:33 Artem Panchenko fuel/6.1.x: assignee Fuel Python Team (fuel-python)
2014-12-22 07:30:29 Artem Panchenko description api: '1.0' astute_sha: 16b252d93be6aaa73030b8100cf8c5ca6a970a91 auth_required: true build_id: 2014-12-18_01-32-01 build_number: '56' feature_groups: - mirantis fuellib_sha: 73332192a257ea02c40a39885c502ad1ebdf3eda fuelmain_sha: 45caacadb878abfbd9d60e134d72229698b469c9 nailgun_sha: 5f91157daa6798ff522ca9f6d34e7e135f150a90 ostf_sha: a9afb68710d809570460c29d6c3293219d3624d4 production: docker release: '6.0' This issue was reproduced on CI during system tests (Neutron HA with public network on computes): http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.ubuntu.ha_neutron/64/testReport/junit/%28root%29/deploy_neutron_gre_ha_with_public_network/deploy_neutron_gre_ha_with_public_network/ http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.ubuntu.ha_neutron/64/testReport/junit/%28root%29/deploy_neutron_vlan_ha_with_public_network/deploy_neutron_vlan_ha_with_public_network/ http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.centos.ha_neutron/65/#showFailuresLink http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.centos.ha_neutron/65/testReport/junit/%28root%29/deploy_neutron_gre_ha_with_public_network/deploy_neutron_gre_ha_with_public_network/ All tests failed with the following error: 'Check internet connectivity from a compute (failure)' Steps to reproduce: 1. Create new environment (HA, Neutron, Cinder LVM for volumes) 2. Enable 'Assign public network to all nodes' feature on settings tab 3. Deploy changes. Check internet connectivity from controllers and computes Expected result: - nodes are able to rich hosts in Internet via public network Actual: - internet hosts are unreachable Here you can see that routing on nodes is configured incorrectly: http://paste.openstack.org/show/153767/ Internet connection works fine when traffic is going via public interface: http://paste.openstack.org/show/153768/ This is 'astute.yaml' file from controller: http://paste.openstack.org/show/153770/ As you can see 'default_gateway: true' is assigned to br-storage interface. I guess this issue could be caused by this commit: https://github.com/stackforge/fuel-web/commit/5f91157daa6798ff522ca9f6d34e7e135f150a90 which fixed another bug: https://bugs.launchpad.net/fuel/+bug/1403560 Diagnostic snapshot is attached. api: '1.0' astute_sha: 16b252d93be6aaa73030b8100cf8c5ca6a970a91 auth_required: true build_id: 2014-12-18_01-32-01 build_number: '56' feature_groups: - mirantis fuellib_sha: 73332192a257ea02c40a39885c502ad1ebdf3eda fuelmain_sha: 45caacadb878abfbd9d60e134d72229698b469c9 nailgun_sha: 5f91157daa6798ff522ca9f6d34e7e135f150a90 ostf_sha: a9afb68710d809570460c29d6c3293219d3624d4 production: docker release: '6.0' This issue was reproduced on CI during system tests (Neutron HA with public network on computes): http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.ubuntu.ha_neutron/64/testReport/junit/%28root%29/deploy_neutron_gre_ha_with_public_network/deploy_neutron_gre_ha_with_public_network/ http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.ubuntu.ha_neutron/64/testReport/junit/%28root%29/deploy_neutron_vlan_ha_with_public_network/deploy_neutron_vlan_ha_with_public_network/ http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.centos.ha_neutron/65/#showFailuresLink http://jenkins-product.srt.mirantis.net:8080/view/6.0_swarm/job/6.0_fuelmain.system_test.centos.ha_neutron/65/testReport/junit/%28root%29/deploy_neutron_gre_ha_with_public_network/deploy_neutron_gre_ha_with_public_network/ All tests failed with the following error: 'Check internet connectivity from a compute (failure)' Steps to reproduce: 1. Create new environment (HA, Neutron, Cinder LVM for volumes). Add 3 controllers and 2 computes. 2. Enable 'Assign public network to all nodes' feature on settings tab 3. Deploy changes. Check internet connectivity from controllers and computes Expected result: - nodes are able to rich hosts in Internet via public network Actual: - internet hosts are unreachable Here you can see that routing on nodes is configured incorrectly: http://paste.openstack.org/show/153767/ Internet connection works fine when traffic is going via public interface: http://paste.openstack.org/show/153768/ This is 'astute.yaml' file from controller: http://paste.openstack.org/show/153770/ As you can see 'default_gateway: true' is assigned to br-storage interface. I guess this issue could be caused by this commit: https://github.com/stackforge/fuel-web/commit/5f91157daa6798ff522ca9f6d34e7e135f150a90 which fixed another bug: https://bugs.launchpad.net/fuel/+bug/1403560 Diagnostic snapshot is attached.
2014-12-22 07:52:10 Ihor Kalnytskyi fuel/6.0.x: status New Confirmed
2014-12-22 07:52:21 Ihor Kalnytskyi fuel/6.1.x: importance Undecided High
2014-12-22 07:54:14 Ihor Kalnytskyi fuel/6.1.x: status New Confirmed
2014-12-22 07:59:28 Ihor Kalnytskyi fuel/6.1.x: status Confirmed In Progress
2014-12-22 14:07:43 Dmitry Pyzhov fuel/6.1.x: assignee Fuel Python Team (fuel-python) Igor Kalnitsky (ikalnitsky)
2014-12-22 14:07:48 Dmitry Pyzhov fuel/6.1.x: status In Progress Fix Committed
2014-12-22 14:07:51 Dmitry Pyzhov fuel/6.0.x: importance Undecided High
2014-12-22 14:07:55 Dmitry Pyzhov fuel/6.0.x: status Confirmed Won't Fix
2014-12-22 14:08:06 Dmitry Pyzhov tags nailgun nailgun release-notes
2014-12-22 16:55:19 Dmitry Pyzhov fuel: status Confirmed Won't Fix
2015-01-15 13:50:42 Andrey Sledzinskiy tags nailgun release-notes nailgun on release-notes verification
2015-01-15 15:27:48 Andrey Sledzinskiy fuel/6.1.x: status Fix Committed Fix Released
2015-01-15 15:28:16 Andrey Sledzinskiy tags nailgun on release-notes verification nailgun release-notes
2015-02-18 16:19:09 Dmitry Pyzhov bug task deleted fuel/6.1.x
2015-02-18 16:19:20 Dmitry Pyzhov fuel: assignee Fuel Python Team (fuel-python) Igor Kalnitsky (ikalnitsky)
2015-02-18 16:19:24 Dmitry Pyzhov fuel: milestone 6.0 6.1
2015-03-23 17:01:18 Nastya Urlapova fuel/6.0.x: milestone 6.0 6.0.1
2015-03-23 17:01:28 Nastya Urlapova fuel/6.0.x: status Won't Fix Confirmed
2015-03-23 17:03:16 Andrey Sledzinskiy attachment added fail_error_deploy_neutron_gre_ha_with_public_network-2015_03_23__10_51_44.tar.gz https://bugs.launchpad.net/fuel/+bug/1404809/+attachment/4353563/+files/fail_error_deploy_neutron_gre_ha_with_public_network-2015_03_23__10_51_44.tar.gz
2015-03-24 19:07:25 Aleksey Kasatkin fuel/6.0.x: assignee Fuel Python Team (fuel-python) Aleksey Kasatkin (alekseyk-ru)
2015-03-24 19:07:32 Aleksey Kasatkin fuel/6.0.x: status Confirmed In Progress
2015-03-25 10:11:35 Aleksey Kasatkin fuel/6.0.x: status In Progress Fix Committed
2015-05-21 16:00:34 Evgeny Konstantinov tags nailgun release-notes nailgun release-notes release-notes-done