Activity log for bug #1553049

Date Who What changed Old value New value Message
2016-03-04 06:51:54 Andrey Bubyr bug added bug
2016-03-04 06:52:20 Andrey Bubyr tags area-library cinder
2016-03-04 06:54:07 Andrey Bubyr summary [fuel-library] cinder-volume daemons are stopped after deployment. Task enable_cinder_volume_service (roles/cinder_enable.pp) will never be executed due to invalid description [fuel-library] cinder-volume daemons are stopped after role-based deployment. Task enable_cinder_volume_service (roles/cinder_enable.pp) will never be executed due to invalid description
2016-03-04 06:54:43 Andrey Bubyr description Task 'enable_cinder_volume_service' which is responsible for starting 'cinder-volume' daemons at the end of cinder deployment (main stage) will never be executed because relies on 'role:' instead of 'groups:' in its description: - id: enable_cinder_volume_service type: puppet version: 2.0.0 role: [cinder, cinder-block-device] requires: [top-role-cinder] required_for: [deploy_end] parameters: puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/roles/enable_cinder.pp puppet_modules: /etc/puppet/modules timeout: 3600 cwd: / https://github.com/openstack/fuel-library/blob/master/deployment/puppet/osnailyfacter/modular/roles/tasks.yaml#L44 So in result we have stopped cinder-volume services on all 'cinder' nodes. This regression was brought up by this change: https://review.openstack.org/#/c/281871/ Please replace role: [cinder, cinder-block-device] on groups: [cinder, cinder-block-device] Please take care about supporting role-based deployment in future because such kind of issues is very hard to debug Fuel 9.0. Task-based deployment was disabled, using role-based scheme. Task 'enable_cinder_volume_service' which is responsible for starting 'cinder-volume' daemons at the end of cinder deployment (main stage) will never be executed because relies on 'role:' instead of 'groups:' in its description: - id: enable_cinder_volume_service   type: puppet   version: 2.0.0   role: [cinder, cinder-block-device]   requires: [top-role-cinder]   required_for: [deploy_end]   parameters:     puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/roles/enable_cinder.pp     puppet_modules: /etc/puppet/modules     timeout: 3600     cwd: / https://github.com/openstack/fuel-library/blob/master/deployment/puppet/osnailyfacter/modular/roles/tasks.yaml#L44 So in result we have stopped cinder-volume services on all 'cinder' nodes. This regression was brought up by this change: https://review.openstack.org/#/c/281871/ Please replace role: [cinder, cinder-block-device] on groups: [cinder, cinder-block-device] Please take care about supporting role-based deployment in future because such kind of issues is very hard to debug
2016-03-04 09:19:18 Alexander Kislitsky fuel: milestone 9.0
2016-03-04 09:19:28 Alexander Kislitsky fuel: assignee Fuel Library Team (fuel-library)
2016-03-04 09:19:32 Alexander Kislitsky fuel: importance Undecided High
2016-03-04 09:19:35 Alexander Kislitsky fuel: status New Confirmed
2016-03-04 09:26:39 Bogdan Dobrelya tags area-library cinder area-library cinder regression-8.0
2016-03-04 10:01:56 Stanislaw Bogatkin fuel: assignee Fuel Library Team (fuel-library) Stanislaw Bogatkin (sbogatkin)
2016-03-04 10:07:22 Stanislaw Bogatkin fuel: status Confirmed Triaged
2016-03-04 10:09:41 Matthew Mosesohn tags area-library cinder regression-8.0 area-library cinder regression-8.0 team-enhancements
2016-03-04 10:11:46 Stanislaw Bogatkin nominated for series fuel/8.0.x
2016-03-04 10:11:46 Stanislaw Bogatkin bug task added fuel/8.0.x
2016-03-04 10:11:52 Stanislaw Bogatkin fuel/8.0.x: status New Invalid
2016-03-04 10:11:57 Stanislaw Bogatkin fuel/8.0.x: milestone 8.0
2016-03-04 10:15:40 OpenStack Infra fuel: status Triaged In Progress
2016-03-04 10:15:54 Stanislaw Bogatkin tags area-library cinder regression-8.0 team-enhancements area-library cinder team-enhancements
2016-03-07 11:09:34 OpenStack Infra fuel: status In Progress Fix Committed
2016-05-17 10:49:56 ElenaRossokhina fuel: status Fix Committed Fix Released