Update ceph grafana dashboard for cinder master branch

There are two changes here:

1. Change tempest-full to tempest-integrated-storage per
   change I38a930d1e8ceef25db0f5b0b26b6402192dc8322 in
   Cinder. Note that cinder still runs the tempest-full
   job but I suspect that will go away in Ussuri since
   it's python 2.7.

2. Change devstack-plugin-ceph-tempest to
   cinder-plugin-ceph-tempest per change
   Ia532b3fcfbecee7c6dc7aa302e6d90a8067b7ff0.

Change-Id: Iafebc4b691db2174c4fedfb649b23555e4c05b60
This commit is contained in:
Matt Riedemann 2019-10-24 09:59:05 -04:00
parent 0b0da319f8
commit ccfbce9119
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ dashboard:
- title: Cinder Tempest Full Failure Rates (Check queue) master
span: 6
targets:
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-full.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-full.{SUCCESS,FAILURE})),'24hours'), 'tempest-full')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.devstack-plugin-ceph-tempest.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.devstack-plugin-ceph-tempest.{SUCCESS,FAILURE})),'24hours'), 'devstack-plugin-ceph-tempest')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-integrated-storage.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.tempest-integrated-compute.{SUCCESS,FAILURE})),'24hours'), 'tempest-integrated-compute')
- target: alias(movingAverage(asPercent(transformNull(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.cinder-plugin-ceph-tempest.FAILURE),sum(stats_counts.zuul.tenant.openstack.pipeline.check.project.opendev_org.openstack_cinder.master.job.cinder-plugin-ceph-tempest.{SUCCESS,FAILURE})),'24hours'), 'cinder-plugin-ceph-tempest')
type: graph
- title: Glance Tempest Full Failure Rates (Check queue) master
span: 6