Activity log for bug #1644871

Date Who What changed Old value New value Message
2016-11-25 15:40:59 Vladimir Sharshov bug added bug
2016-11-25 15:44:22 Vladimir Sharshov description Detailed bug description: Fuel failed with wrong tasks order in fuel 8.0 with installed plugin fuel-plugin-lma-collector when try to add new node in already installed plugin Core reason: Nailgun process tasks with wrong priority. Task lma-base should run before lma-main-controller https://github.com/openstack/fuel-plugin-lma-collector/blob/0.10.1/deployment_tasks.yaml#L32-L66 It works in case of main deploy, but failed second time. Steps to reproduce: 1. Create new cluster with activated LMA plugin 2. Deploy cluster with controllers and computes 3. Add new compute and run deploy Expected results: Deploy succeed. LMA works Actual result: Deploy succeed. LMA was not worked on new compute nodes Reproducibility: Always Workaround: No Impact: <put your information here> Description of the environment: Operation system: <put your information here> Versions of components: <put your information here> Reference architecture: <put your information here> Network model: <put your information here> Related projects installed: <put your information here> Additional information: Example of wrong priority. Task with less priority field run early. parameters: puppet_modules: puppet/modules:/etc/puppet/modules puppet_manifest: puppet/manifests/base.pp timeout: 600 cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1600 fail_on_error: true type: puppet id: lma-base parameters: puppet_modules: puppet/modules:/etc/puppet/modules puppet_manifest: puppet/manifests/controller.pp timeout: 600 cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1100 fail_on_error: true type: puppet id: lma-main-controller Detailed bug description:   Fuel failed with wrong tasks order in fuel 8.0 with installed   plugin fuel-plugin-lma-collector when try to add new node in already installed plugin   Core reason: Nailgun process tasks with wrong priority. Task lma-base should run   before lma-main-controller https://github.com/openstack/fuel-plugin-lma-collector/blob/0.10.1/deployment_tasks.yaml#L32-L66   It works in case of main deploy, but failed second time. Steps to reproduce:   1. Create new cluster with activated LMA plugin   2. Deploy cluster with controllers and computes   3. Add new compute and run deploy Expected results:   Deploy succeed. LMA works Actual result:   Deploy succeed. LMA was not worked on new compute nodes Reproducibility:   Always Workaround:   No Impact:   Such error is a sign of problem with tasks manager in 8.0. In 9.0 or higher we use new task deployment action which is why this bug assigned only for 8.0. Description of the environment:  Operation system: <put your information here>  Versions of components: <put your information here>  Reference architecture: <put your information here>  Network model: <put your information here>  Related projects installed: <put your information here> Additional information:    Example of wrong priority. Task with less priority field run early. parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/base.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1600 fail_on_error: true type: puppet id: lma-base parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/controller.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1100 fail_on_error: true type: puppet id: lma-main-controller
2016-11-25 15:45:27 Vladimir Sharshov description Detailed bug description:   Fuel failed with wrong tasks order in fuel 8.0 with installed   plugin fuel-plugin-lma-collector when try to add new node in already installed plugin   Core reason: Nailgun process tasks with wrong priority. Task lma-base should run   before lma-main-controller https://github.com/openstack/fuel-plugin-lma-collector/blob/0.10.1/deployment_tasks.yaml#L32-L66   It works in case of main deploy, but failed second time. Steps to reproduce:   1. Create new cluster with activated LMA plugin   2. Deploy cluster with controllers and computes   3. Add new compute and run deploy Expected results:   Deploy succeed. LMA works Actual result:   Deploy succeed. LMA was not worked on new compute nodes Reproducibility:   Always Workaround:   No Impact:   Such error is a sign of problem with tasks manager in 8.0. In 9.0 or higher we use new task deployment action which is why this bug assigned only for 8.0. Description of the environment:  Operation system: <put your information here>  Versions of components: <put your information here>  Reference architecture: <put your information here>  Network model: <put your information here>  Related projects installed: <put your information here> Additional information:    Example of wrong priority. Task with less priority field run early. parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/base.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1600 fail_on_error: true type: puppet id: lma-base parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/controller.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1100 fail_on_error: true type: puppet id: lma-main-controller Detailed bug description:   Fuel failed with wrong tasks order in fuel 8.0 with installed   plugin fuel-plugin-lma-collector when try to add new node in already installed plugin   Core reason: Nailgun process tasks with wrong priority. Task lma-base should run   before lma-main-controller https://github.com/openstack/fuel-plugin-lma-collector/blob/0.10.1/deployment_tasks.yaml#L32-L66   It works in case of main deploy, but failed second time. Steps to reproduce:   1. Create new cluster with activated LMA plugin   2. Deploy cluster with controllers and computes   3. Add new compute and run deploy Expected results:   Deploy succeed. LMA works Actual result:   Deploy succeed. LMA was not worked on new compute nodes Reproducibility:   Always Workaround:   No Impact:   Such error is a sign of problem with tasks manager in 8.0. In 9.0 or higher we use new task deployment action which is why this bug assigned only for 8.0. Description of the environment:  Versions of components: Fuel 8.0  Related projects installed: LMA plugin Additional information:    Example of wrong priority. Task with less priority field run early. parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/base.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1600 fail_on_error: true type: puppet id: lma-base parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/controller.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1100 fail_on_error: true type: puppet id: lma-main-controller
2016-11-25 15:45:36 Vladimir Sharshov tags area-plugins area-python area-plugins area-python customer-found
2016-11-25 15:46:42 Vladimir Sharshov description Detailed bug description:   Fuel failed with wrong tasks order in fuel 8.0 with installed   plugin fuel-plugin-lma-collector when try to add new node in already installed plugin   Core reason: Nailgun process tasks with wrong priority. Task lma-base should run   before lma-main-controller https://github.com/openstack/fuel-plugin-lma-collector/blob/0.10.1/deployment_tasks.yaml#L32-L66   It works in case of main deploy, but failed second time. Steps to reproduce:   1. Create new cluster with activated LMA plugin   2. Deploy cluster with controllers and computes   3. Add new compute and run deploy Expected results:   Deploy succeed. LMA works Actual result:   Deploy succeed. LMA was not worked on new compute nodes Reproducibility:   Always Workaround:   No Impact:   Such error is a sign of problem with tasks manager in 8.0. In 9.0 or higher we use new task deployment action which is why this bug assigned only for 8.0. Description of the environment:  Versions of components: Fuel 8.0  Related projects installed: LMA plugin Additional information:    Example of wrong priority. Task with less priority field run early. parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/base.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1600 fail_on_error: true type: puppet id: lma-base parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/controller.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1100 fail_on_error: true type: puppet id: lma-main-controller Detailed bug description:   Fuel failed with wrong tasks order in fuel 8.0 with installed   plugin fuel-plugin-lma-collector when try to add new node in already installed plugin   Core reason: Nailgun process tasks with wrong priority. Task lma-base should run before lma-main-controller https://github.com/openstack/fuel-plugin-lma-collector/blob/0.10.1/deployment_tasks.yaml#L32-L66   It works in case of main deploy, but failed second time. Steps to reproduce:   1. Create new cluster with activated LMA plugin   2. Deploy cluster with controllers and computes   3. Add new compute and run deploy Expected results:   Deploy succeed. LMA works Actual result:   Deploy succeed. LMA was not worked on new compute nodes Reproducibility:   Always Workaround:   No Impact:   Such error is a sign of problem with tasks manager in 8.0. In 9.0 or higher we use new task deployment action which is why this bug assigned only for 8.0. Description of the environment:  Versions of components: Fuel 8.0  Related projects installed: LMA plugin Additional information:    Example of wrong priority. Task with less priority field run early. parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/base.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1600 fail_on_error: true type: puppet id: lma-base parameters:   puppet_modules: puppet/modules:/etc/puppet/modules   puppet_manifest: puppet/manifests/controller.pp   timeout: 600   cwd: /etc/fuel/plugins/lma_collector-0.10/ priority: 1100 fail_on_error: true type: puppet id: lma-main-controller
2016-11-28 11:50:08 Fabrizio Soppelsa bug added subscriber Fabrizio Soppelsa
2016-11-29 11:16:21 Fabrizio Soppelsa attachment added deployment_tasks https://bugs.launchpad.net/fuel/+bug/1644871/+attachment/4784661/+files/deployment_tasks.yaml
2016-12-01 10:42:49 Vladimir Sharshov fuel: assignee Vladimir Sharshov (vsharshov) Alexander Kislitsky (akislitsky)
2016-12-01 11:02:26 Alexander Kislitsky fuel: status Confirmed Incomplete
2016-12-09 07:38:28 Alexander Kislitsky fuel: status Incomplete In Progress
2016-12-29 10:36:48 Alexander Kislitsky fuel: assignee Alexander Kislitsky (akislitsky) MOS Maintenance (mos-maintenance)