Activity log for bug #1573081

Date Who What changed Old value New value Message
2016-04-21 14:48:59 Simon Pasquier bug added bug
2016-04-21 15:04:37 Simon Pasquier lma-toolchain: importance Undecided High
2016-04-21 15:11:43 Simon Pasquier description Environmnet: MOS 8 with LMA 0.9.0 Steps to reproduce: 1. Create an environment with 1 controller (node-1) & 1 compute (node-2) 2. Deploy it and wait for completion 3. install the LMA collector, ES and InfluxDB plugins. 4. Enable and configure the plugins for the existing environment. 5. Assign the ES and InfluxDB roles to a new node. 6. Deploy it and wait for completion. 7. Re-execute the post-deployment tasks for the 2 original nodes to complete the installation of the LMA collector. fuel nodes --env 1 --node-1,node-2 --tasks post_deployment_start Expected result: The environment is ready. Actual result: Step 7 fails with: > Could not find data item lma_collector in any Hiera data file and no default supplied at /etc/fuel/plugins/lma_collector-0.9/puppet/manifests/check_environment_configuration.pp:18 on node node-1 The initial investigation shows that there's no lma_collector entry in the /etc/astute.yaml file on node-1. For some unknown reason, Nailgun/Astute doesn't push this file. Environmnet: MOS 8 with LMA 0.9.0 Steps to reproduce: 1. Create an environment with 1 controller (node-1) & 1 compute (node-2) 2. Deploy it and wait for completion 3. install the LMA collector, ES and InfluxDB plugins. 4. Enable and configure the plugins for the existing environment. 5. Assign the ES and InfluxDB roles to a new node (node-3). 6. Deploy it and wait for completion. 7. Re-execute the post-deployment tasks for the 2 original nodes to complete the installation of the LMA collector.   fuel nodes --env 1 --node-1,node-2 --tasks post_deployment_start Expected result: The environment is ready. Actual result: Step 7 fails with: > Could not find data item lma_collector in any Hiera data file and no default supplied at /etc/fuel/plugins/lma_collector-0.9/puppet/manifests/check_environment_configuration.pp:18 on node node-1 The initial investigation shows that there's no lma_collector entry in the /etc/astute.yaml file on node-1. For some unknown reason, Nailgun/Astute doesn't push this file. Workaround: 1. Isolate the 'lma_collector' part from /etc/astute.yaml on node-3. 2. On node-1 and node-2, create a file named /etc/override/plugins.yaml with the content from step 1. 3. Run the post_deployment tasks on node-1 and node-2.
2016-04-21 15:18:56 Marcin Iwinski bug task added fuel
2016-04-21 16:41:48 Simon Pasquier description Environmnet: MOS 8 with LMA 0.9.0 Steps to reproduce: 1. Create an environment with 1 controller (node-1) & 1 compute (node-2) 2. Deploy it and wait for completion 3. install the LMA collector, ES and InfluxDB plugins. 4. Enable and configure the plugins for the existing environment. 5. Assign the ES and InfluxDB roles to a new node (node-3). 6. Deploy it and wait for completion. 7. Re-execute the post-deployment tasks for the 2 original nodes to complete the installation of the LMA collector.   fuel nodes --env 1 --node-1,node-2 --tasks post_deployment_start Expected result: The environment is ready. Actual result: Step 7 fails with: > Could not find data item lma_collector in any Hiera data file and no default supplied at /etc/fuel/plugins/lma_collector-0.9/puppet/manifests/check_environment_configuration.pp:18 on node node-1 The initial investigation shows that there's no lma_collector entry in the /etc/astute.yaml file on node-1. For some unknown reason, Nailgun/Astute doesn't push this file. Workaround: 1. Isolate the 'lma_collector' part from /etc/astute.yaml on node-3. 2. On node-1 and node-2, create a file named /etc/override/plugins.yaml with the content from step 1. 3. Run the post_deployment tasks on node-1 and node-2. Environmnet: MOS 8 with LMA 0.9.0 Steps to reproduce: 1. Create an environment with 1 controller (node-1) & 1 compute (node-2) 2. Deploy it and wait for completion 3. install the LMA collector, ES and InfluxDB plugins. 4. Enable and configure the plugins for the existing environment. 5. Assign the ES and InfluxDB roles to a new node (node-3). 6. Deploy it and wait for completion. 7. Re-execute the post-deployment tasks for the 2 original nodes to complete the installation of the LMA collector.   fuel nodes --env 1 --node-1,node-2 --tasks post_deployment_start Expected result: The environment is ready. Actual result: Step 7 fails with: > Could not find data item lma_collector in any Hiera data file and no default supplied at /etc/fuel/plugins/lma_collector-0.9/puppet/manifests/check_environment_configuration.pp:18 on node node-1 The initial investigation shows that there's no lma_collector entry in the /etc/astute.yaml file on node-1. For some unknown reason, Nailgun/Astute doesn't push this file. Workaround: 1. Isolate the 'lma_collector', 'elasticsearch_kibana', 'influxdb_grafana' and 'lma_infrastructure_alerting' parts from /etc/astute.yaml on node-3. 2. On node-1 and node-2, create a file named /etc/override/plugins.yaml with the content from step 1. 3. Run the post_deployment tasks on node-1 and node-2.
2016-04-22 10:01:35 Dmitry Klenov tags area-python
2016-04-22 10:06:57 Dmitry Klenov fuel: assignee Fuel Python Team (fuel-python)
2016-04-22 10:07:00 Dmitry Klenov fuel: milestone 10.0
2016-04-22 10:07:03 Dmitry Klenov fuel: importance Undecided High
2016-04-22 10:07:05 Dmitry Klenov fuel: status New Confirmed
2016-04-22 10:08:00 Dmitry Klenov fuel: milestone 10.0 9.0
2016-04-22 10:13:54 Marcin Iwinski tags area-python area-python customer-found
2016-04-22 15:02:02 Simon Pasquier description Environmnet: MOS 8 with LMA 0.9.0 Steps to reproduce: 1. Create an environment with 1 controller (node-1) & 1 compute (node-2) 2. Deploy it and wait for completion 3. install the LMA collector, ES and InfluxDB plugins. 4. Enable and configure the plugins for the existing environment. 5. Assign the ES and InfluxDB roles to a new node (node-3). 6. Deploy it and wait for completion. 7. Re-execute the post-deployment tasks for the 2 original nodes to complete the installation of the LMA collector.   fuel nodes --env 1 --node-1,node-2 --tasks post_deployment_start Expected result: The environment is ready. Actual result: Step 7 fails with: > Could not find data item lma_collector in any Hiera data file and no default supplied at /etc/fuel/plugins/lma_collector-0.9/puppet/manifests/check_environment_configuration.pp:18 on node node-1 The initial investigation shows that there's no lma_collector entry in the /etc/astute.yaml file on node-1. For some unknown reason, Nailgun/Astute doesn't push this file. Workaround: 1. Isolate the 'lma_collector', 'elasticsearch_kibana', 'influxdb_grafana' and 'lma_infrastructure_alerting' parts from /etc/astute.yaml on node-3. 2. On node-1 and node-2, create a file named /etc/override/plugins.yaml with the content from step 1. 3. Run the post_deployment tasks on node-1 and node-2. Environmnet: MOS 8 with LMA 0.9.0 Steps to reproduce: 1. Create an environment with 1 controller (node-1) & 1 compute (node-2) 2. Deploy it and wait for completion 3. install the LMA collector, ES and InfluxDB plugins. 4. Enable and configure the plugins for the existing environment. 5. Assign the ES and InfluxDB roles to a new node (node-3). 6. Deploy it and wait for completion. 7. Re-execute the post-deployment tasks for the 2 original nodes to complete the installation of the LMA collector.   fuel nodes --env 1 --node-1,node-2 --start post_deployment_start Expected result: The environment is ready. Actual result: Step 7 fails with: > Could not find data item lma_collector in any Hiera data file and no default supplied at /etc/fuel/plugins/lma_collector-0.9/puppet/manifests/check_environment_configuration.pp:18 on node node-1 The initial investigation shows that there's no lma_collector entry in the /etc/astute.yaml file on node-1. For some unknown reason, Nailgun/Astute doesn't push this file. Workaround: 1. Isolate the 'lma_collector', 'elasticsearch_kibana', 'influxdb_grafana' and 'lma_infrastructure_alerting' parts from /etc/astute.yaml on node-3. 2. On node-1 and node-2, create a file named /etc/override/plugins.yaml with the content from step 1. 3. Run the post_deployment tasks on node-1 and node-2.
2016-04-25 10:26:48 Dmitry Pyzhov fuel: status Confirmed Incomplete
2016-04-27 13:09:47 Dmitry Pyzhov fuel: assignee Fuel Python Team (fuel-python) Fuel Sustaining (fuel-sustaining-team)
2016-04-28 16:03:58 Simon Pasquier lma-toolchain: status Confirmed Incomplete
2016-05-06 07:37:46 Fuel Devops McRobotson fuel: milestone 9.0 10.0
2016-05-06 07:37:49 Fuel Devops McRobotson fuel/mitaka: importance Undecided High
2016-05-06 07:37:49 Fuel Devops McRobotson fuel/mitaka: status New Incomplete
2016-05-06 07:37:49 Fuel Devops McRobotson fuel/mitaka: milestone 9.0
2016-05-06 07:37:49 Fuel Devops McRobotson fuel/mitaka: assignee Fuel Sustaining (fuel-sustaining-team)
2016-05-06 15:28:13 Dmitry Pyzhov fuel: status Incomplete Invalid
2016-05-06 15:28:16 Dmitry Pyzhov fuel/mitaka: status Incomplete Invalid
2016-05-19 14:32:31 Bartłomiej Piotrowski fuel: status Invalid New
2016-05-19 14:32:44 Bartłomiej Piotrowski fuel/mitaka: status Invalid New
2016-05-19 14:47:07 Dmitry Klenov fuel: status New Confirmed
2016-05-19 14:47:09 Dmitry Klenov fuel/mitaka: status New Confirmed
2016-05-19 15:13:07 Simon Pasquier lma-toolchain: status Incomplete Invalid
2016-05-20 10:21:18 Dmitry Pyzhov fuel: assignee Fuel Sustaining (fuel-sustaining-team) Roman Prykhodchenko (romcheg)
2016-05-20 10:21:25 Dmitry Pyzhov fuel/mitaka: assignee Fuel Sustaining (fuel-sustaining-team) Roman Prykhodchenko (romcheg)
2016-05-20 11:08:53 Swann Croiset bug added subscriber Swann Croiset
2016-05-23 15:55:42 Bulat Gaifullin fuel/mitaka: status Confirmed Invalid
2016-05-23 15:55:48 Bulat Gaifullin fuel: status Confirmed Invalid
2016-05-24 10:26:33 Dmitry Pyzhov nominated for series fuel/8.0.x
2016-05-24 10:26:33 Dmitry Pyzhov bug task added fuel/8.0.x
2016-05-24 10:26:40 Dmitry Pyzhov fuel/8.0.x: milestone 8.0-updates
2016-05-24 10:26:48 Dmitry Pyzhov fuel/8.0.x: assignee MOS Maintenance (mos-maintenance)
2016-05-24 10:26:50 Dmitry Pyzhov fuel/8.0.x: status New Confirmed
2016-05-24 10:26:52 Dmitry Pyzhov fuel/8.0.x: importance Undecided High
2016-05-24 10:27:37 Dmitry Pyzhov fuel/8.0.x: assignee MOS Maintenance (mos-maintenance) Fuel Sustaining (fuel-sustaining-team)
2016-05-24 10:37:56 Bartłomiej Piotrowski fuel/8.0.x: assignee Fuel Sustaining (fuel-sustaining-team) Roman Prykhodchenko (romcheg)
2016-05-24 13:25:31 Vitaly Sedelnik fuel/8.0.x: assignee Roman Prykhodchenko (romcheg) MOS Maintenance (mos-maintenance)
2016-05-25 08:34:40 Vitaly Sedelnik fuel/8.0.x: milestone 8.0-updates 8.0-mu-2
2016-05-30 12:26:07 Vadim Rovachev fuel/8.0.x: status Confirmed Incomplete
2016-05-30 12:26:26 Vadim Rovachev fuel/8.0.x: assignee MOS Maintenance (mos-maintenance) Simon Pasquier (simon-pasquier)
2016-05-30 12:28:40 Vadim Rovachev fuel/8.0.x: milestone 8.0-mu-2 8.0-updates