Activity log for bug #1570825

Date Who What changed Old value New value Message
2016-04-15 12:05:15 Yury Tregubov bug added bug
2016-04-15 13:10:22 Dina Belova tags area-heat
2016-04-15 13:10:31 Dina Belova mos: assignee MOS Heat (mos-heat)
2016-04-15 13:10:33 Dina Belova mos: importance Undecided High
2016-04-15 13:10:35 Dina Belova mos: milestone 9.0
2016-04-15 13:10:38 Dina Belova mos: status New Confirmed
2016-04-15 13:16:48 Bug Checker Bot tags area-heat area-heat need-info
2016-04-19 09:13:38 Fuel Devops McRobotson mos/10.0.x: importance Undecided High
2016-04-19 09:13:38 Fuel Devops McRobotson mos/10.0.x: status New Confirmed
2016-04-19 09:13:38 Fuel Devops McRobotson mos/10.0.x: milestone 10.0
2016-04-19 09:13:38 Fuel Devops McRobotson mos/10.0.x: assignee MOS Heat (mos-heat)
2016-04-20 13:14:02 Alexander Nagovitsyn mos: status Confirmed Invalid
2016-04-21 15:05:29 Alexander Nagovitsyn mos: status Invalid Confirmed
2016-05-11 13:10:12 Sergey Kraynev mos: assignee MOS Heat (mos-heat) Oleksii Chuprykov (ochuprykov)
2016-05-11 13:10:27 Sergey Kraynev mos/10.0.x: assignee MOS Heat (mos-heat) Oleksii Chuprykov (ochuprykov)
2016-05-19 13:09:39 Sergey Kraynev mos: status Confirmed In Progress
2016-05-20 20:43:04 Oleksii Chuprykov mos: status In Progress Fix Committed
2016-06-14 15:27:53 Evgeny Sikachev tags area-heat need-info area-heat need-info on-verification
2016-06-14 15:55:31 Evgeny Sikachev mos: status Fix Committed Fix Released
2016-06-14 15:55:37 Evgeny Sikachev tags area-heat need-info on-verification area-heat need-info
2016-07-28 13:22:00 Alexander Nagovitsyn mos: status Fix Released Confirmed
2016-07-28 13:22:38 Alexander Nagovitsyn mos/10.0.x: milestone 10.0 9.1
2016-09-08 13:15:22 Alexander Nagovitsyn mos/10.0.x: status Confirmed Fix Committed
2016-09-08 13:23:40 Oleksii Chuprykov mos/10.0.x: milestone 9.1 10.0
2016-09-08 13:23:45 Oleksii Chuprykov mos/10.0.x: status Fix Committed Confirmed
2016-09-08 13:23:47 Oleksii Chuprykov mos: status Confirmed Fix Committed
2016-09-08 13:24:21 Alexander Nagovitsyn mos: milestone 9.0 9.1
2016-09-12 10:58:31 Alexander Nagovitsyn tags area-heat need-info area-heat need-info on-verification
2016-09-12 15:07:49 Alexander Nagovitsyn mos: status Fix Committed Fix Released
2016-10-20 15:23:43 Sergey Kraynev mos/10.0.x: status Confirmed In Progress
2016-10-20 15:23:46 Sergey Kraynev mos/10.0.x: assignee Oleksii Chuprykov (ochuprykov) Sergey Kraynev (skraynev)
2016-12-27 09:24:51 Sergey Kraynev nominated for series mos/6.1.x
2016-12-27 09:24:51 Sergey Kraynev bug task added mos/6.1.x
2016-12-27 09:25:03 Sergey Kraynev mos/6.1.x: assignee Vitaly Sedelnik (vsedelnik)
2016-12-27 09:25:22 Sergey Kraynev mos/6.1.x: assignee Vitaly Sedelnik (vsedelnik) MOS Maintenance (mos-maintenance)
2016-12-29 13:22:14 Sergey Kraynev description The following test: Test check the possibility to cancel update 1. Create new stack 2. Launch heat stack-update stack_name 3. Launch heat stack-cancel-update stack_name while update operation is in progress 4. Check state of stack after cancel update Is failed on step 3 with error ROLLBACK_FAILED. Stack is created with following template: description: 'Template which creates single instance ' heat_template_version: '2013-05-23' outputs: servers: value: {get_resource: Server} parameters: ImageId: {type: string} InstanceType: {type: string} network: {type: string} resources: Server: properties: flavor: {get_param: InstanceType} flavor_update_policy: REPLACE image: {get_param: ImageId} name: ost1-test_heat networks: - network: {Ref: network} type: OS::Nova::Server During update the instance type is changed from tiny to small https://github.com/Mirantis/mos-integration-tests/blob/master/mos_tests/heat/heat_test.py#L719 The problem was seen first time on 9.0 mitaka iso #197 and is seen on iso #201 was well at the moment. The following test: Test check the possibility to cancel update       1. Create new stack       2. Launch heat stack-update stack_name       3. Launch heat stack-cancel-update stack_name while update       operation is in progress       4. Check state of stack after cancel update Is failed on step 3 with error ROLLBACK_FAILED. Stack is created with following template: description: 'Template which creates single instance  ' heat_template_version: '2013-05-23' outputs:  servers:    value: {get_resource: Server} parameters:  ImageId: {type: string}  InstanceType: {type: string}  network: {type: string} resources:   port: type: OS::Neutron::Port properties: network: {get_param: network}  Server:    properties:      flavor: {get_param: InstanceType}      flavor_update_policy: REPLACE      image: {get_param: ImageId}      name: ost1-test_heat      networks:      - network: {Ref: port}    type: OS::Nova::Server During update the instance type is changed from tiny to small https://github.com/Mirantis/mos-integration-tests/blob/master/mos_tests/heat/heat_test.py#L719 The problem was seen first time on 9.0 mitaka iso #197 and is seen on iso #201 was well at the moment.
2016-12-29 13:22:35 Sergey Kraynev bug task deleted mos/6.1.x