Activity log for bug #1630614

Date Who What changed Old value New value Message
2016-10-05 14:33:41 Tung Doan bug added bug
2016-10-05 14:34:07 Tung Doan tacker: status New In Progress
2016-10-05 14:34:11 Tung Doan tacker: assignee Tung Doan (tungdoan)
2016-10-07 17:03:04 Sripriya tacker: importance Undecided Medium
2016-10-19 09:48:34 Tung Doan description Work items: 1. Fix hardcoded vdu 2. Add Functional test 3. Refactor tosca template for alarm 4. Support scaling in/out at the same time. 5. Support multiple policies Work items: 1. Fix hardcoded vdu 2. Add Functional test 3. Refactor tosca template for alarm 4. Support scaling in/out at the same time. 5. Support multiple triggers 6. Parameterize alarm configuration (threshold, evaluation, action). it could be nice if users can change alarm configuration with the same template. An example for multiple triggers: - vdu_cpu_usage_monitoring_policy: type: tosca.policies.tacker.Alarming triggers: vdu_high_cpu_usage_with_scaling_out: event_type: type: tosca.events.resource.utilization implementation: ceilometer metrics: cpu_util condition: threshold: 50 constraint: utilization greater_than 50% period: 600 evaluations: 1 method: avg comparison_operator: gt action: SP1 vdu_low_cpu_usage_with_scaling_in: event_type: type: tosca.events.resource.utilization implementation: ceilometer metrics: cpu_util condition: threshold: 10 constraint: utilization less_than 10% period: 600 evaluations: 1 method: avg comparison_operator: lt action: SP1 vdu_high_cpu_usage_with_respawning: event_type: type: tosca.events.resource.utilization implementation: ceilometer metrics: cpu_util condition: threshold: 50 constraint: utilization greater_than 50% period: 600 evaluations: 1 method: avg comparison_operator: gt action: respawn
2016-11-10 07:28:18 Tung Doan description Work items: 1. Fix hardcoded vdu 2. Add Functional test 3. Refactor tosca template for alarm 4. Support scaling in/out at the same time. 5. Support multiple triggers 6. Parameterize alarm configuration (threshold, evaluation, action). it could be nice if users can change alarm configuration with the same template. An example for multiple triggers: - vdu_cpu_usage_monitoring_policy: type: tosca.policies.tacker.Alarming triggers: vdu_high_cpu_usage_with_scaling_out: event_type: type: tosca.events.resource.utilization implementation: ceilometer metrics: cpu_util condition: threshold: 50 constraint: utilization greater_than 50% period: 600 evaluations: 1 method: avg comparison_operator: gt action: SP1 vdu_low_cpu_usage_with_scaling_in: event_type: type: tosca.events.resource.utilization implementation: ceilometer metrics: cpu_util condition: threshold: 10 constraint: utilization less_than 10% period: 600 evaluations: 1 method: avg comparison_operator: lt action: SP1 vdu_high_cpu_usage_with_respawning: event_type: type: tosca.events.resource.utilization implementation: ceilometer metrics: cpu_util condition: threshold: 50 constraint: utilization greater_than 50% period: 600 evaluations: 1 method: avg comparison_operator: gt action: respawn Work items: 1. Fix hardcoded vdu 2. Add Functional test 3. Refactor tosca template for alarm 4. Support scaling in/out at the same time. 5. Support multiple triggers, multi-actions 6. Parameterize alarm configuration (threshold, evaluation, action). it could be nice if users can change alarm configuration with the same template. An example for multiple triggers:     - vdu_cpu_usage_monitoring_policy:         type: tosca.policies.tacker.Alarming         triggers:             vdu_high_cpu_usage_with_scaling_out:                 event_type:                     type: tosca.events.resource.utilization                     implementation: ceilometer                 metrics: cpu_util                 condition:                     threshold: 50                     constraint: utilization greater_than 50%                     period: 600                     evaluations: 1                     method: avg                     comparison_operator: gt                 action: SP1             vdu_low_cpu_usage_with_scaling_in:                 event_type:                     type: tosca.events.resource.utilization                     implementation: ceilometer                 metrics: cpu_util                 condition:                     threshold: 10                     constraint: utilization less_than 10%                     period: 600                     evaluations: 1                     method: avg                     comparison_operator: lt                 action: SP1             vdu_high_cpu_usage_with_respawning:                 event_type:                     type: tosca.events.resource.utilization                     implementation: ceilometer                 metrics: cpu_util                 condition:                     threshold: 50                     constraint: utilization greater_than 50%                     period: 600                     evaluations: 1                     method: avg                     comparison_operator: gt                 action: respawn
2016-12-16 00:40:29 Sridhar Ramaswamy tacker: milestone ocata-2
2017-02-06 11:19:57 Aqsa Malik tacker: status In Progress Fix Committed
2017-02-22 09:54:32 dharmendra tacker: status Fix Committed Fix Released