Activity log for bug #1521559

Date Who What changed Old value New value Message
2015-12-01 10:16:11 Jean-Emile DARTOIS bug added bug
2015-12-01 10:16:23 Jean-Emile DARTOIS watcher: assignee Jean-Emile DARTOIS (jed56)
2015-12-01 11:22:06 OpenStack Infra watcher: status New In Progress
2015-12-01 12:54:32 Jean-Emile DARTOIS description Querying compute.node.* requires some additional information in the cluster data model. We need to add the hostname in the data model. metric: - name: 'compute.node.cpu.idle.percent' event_type: 'compute.metrics.update' type: 'gauge' unit: 'percent' volume: payload.metrics[?(@.name='cpu.idle.percent')].value * 100 resource_id: $.payload.host + "_" + $.payload.hostname Querying compute.node.* in Ceilometer requires some additional information in the cluster data model in order to build the resource_id. We need to add the hostname in the data model. e.g : Nova-Ceilometer : metric: - name: 'compute.node.cpu.idle.percent'   event_type: 'compute.metrics.update'   type: 'gauge'   unit: 'percent'   volume: payload.metrics[?(@.name='cpu.idle.percent')].value * 100   resource_id: $.payload.host + "_" + $.payload.hostname
2015-12-04 13:12:51 OpenStack Infra watcher: status In Progress Fix Committed
2016-01-08 10:41:56 Antoine Cabot watcher: milestone mitaka-2
2016-01-12 14:31:51 Antoine Cabot watcher: importance Undecided High
2016-01-26 13:52:06 Vincent Françoise watcher: status Fix Committed Fix Released