Expose all disk devices on the disks-all dashboard.

Change-Id: If49488e72f744c22477b60f86fa7d6fb9a5a47d2
This commit is contained in:
akrzos 2017-08-09 08:33:44 -04:00
parent fdf31ed15a
commit 8043094e6f
1 changed files with 6 additions and 6 deletions

View File

@ -372,7 +372,7 @@
"query": "{{dashboard_cloud_name}}.*undercloud*.disk-*",
"refresh": true,
"type": "query",
"regex": "/disk-[a-z]*$/"
"regex": "/disk-.*$/"
},
{
"allFormat": "glob",
@ -389,7 +389,7 @@
"query": "{{dashboard_cloud_name}}.*controller*.disk-*",
"refresh": true,
"type": "query",
"regex": "/disk-[a-z]*$/"
"regex": "/disk-.*$/"
},
{
"allFormat": "glob",
@ -406,7 +406,7 @@
"query": "{{dashboard_cloud_name}}.*compute*.disk-*",
"refresh": true,
"type": "query",
"regex": "/disk-[a-z]*$/"
"regex": "/disk-.*$/"
},
{
"allFormat": "glob",
@ -423,7 +423,7 @@
"query": "{{dashboard_cloud_name}}.*cephstorage*.disk-*",
"refresh": true,
"type": "query",
"regex": "/disk-[a-z]*$/"
"regex": "/disk-.*$/"
},
{
"allFormat": "glob",
@ -440,7 +440,7 @@
"query": "{{dashboard_cloud_name}}.*objectstorage*.disk-*",
"refresh": true,
"type": "query",
"regex": "/disk-[a-z]*$/"
"regex": "/disk-.*$/"
},
{
"allFormat": "glob",
@ -457,7 +457,7 @@
"query": "{{dashboard_cloud_name}}.*blockstorage*.disk-*",
"refresh": true,
"type": "query",
"regex": "/disk-[a-z]*$/"
"regex": "/disk-.*$/"
}
]
},