Merge "Added commonly used dashboards in fixtures"
diff --git a/common/fixtures.yaml b/common/fixtures.yaml
index 1c07b26..fcb58e0 100644
--- a/common/fixtures.yaml
+++ b/common/fixtures.yaml
@@ -89,6 +89,29 @@
type: tosca.nodes.DashboardView
properties:
url: template:xosDashboardManager
+ custom_icon: true
+
+ Diagnostic:
+ type: tosca.nodes.DashboardView
+ properties:
+ url: template:xosDiagnostic
+ custom_icon: true
+
+ Truckroll:
+ type: tosca.nodes.DashboardView
+ properties:
+ url: template:xosTruckroll
+ custom_icon: true
+
+ Monitoring:
+ type: tosca.nodes.DashboardView
+ properties:
+ url: template:xosCeilometerDashboard
+
+ Subscribers:
+ type: tosca.nodes.DashboardView
+ properties:
+ url: template:xosSubscribers
Tenant:
type: tosca.nodes.DashboardView