From 91df8c728457133f62a3c6b38c4e18a70756d361 Mon Sep 17 00:00:00 2001 From: Ryan Moats Date: Mon, 14 Sep 2015 11:00:36 -0500 Subject: [PATCH] Create dashboard page with gate jobs statistics Also added index.html page to allow selection of which graphs to show. Linking to existing RST comes in a child patch Change-Id: I6edd7976ae009fc0279238b30ca5223088b6d81d Signed-off-by: Ryan Moats --- doc/dashboards/gate.dashboard.html | 28 ++++++++++++++++++++++++++++ doc/dashboards/index.html | 7 +++++++ 2 files changed, 35 insertions(+) create mode 100644 doc/dashboards/gate.dashboard.html create mode 100644 doc/dashboards/index.html diff --git a/doc/dashboards/gate.dashboard.html b/doc/dashboards/gate.dashboard.html new file mode 100644 index 000000000..bc7852104 --- /dev/null +++ b/doc/dashboards/gate.dashboard.html @@ -0,0 +1,28 @@ + +

+Neutron Graphite Thumbnails - Click to see full size figure +

+ + + + + + + + +
+Failure Percentage - Last 10 Days - Gate Jobs Set 1 (docs, pep8, py27 unit, py34 unit)
+ + + +
+Failure Percentage - Last 10 Days - Gate Jobs Set 2 (DSVM API, LBaaSv1, LBaaSv2)
+ + + +
+Failure Percentage - Last 10 Days - Gate Jobs Set 3 (DVR and Large Ops)
+ + + +
diff --git a/doc/dashboards/index.html b/doc/dashboards/index.html new file mode 100644 index 000000000..907bb1aec --- /dev/null +++ b/doc/dashboards/index.html @@ -0,0 +1,7 @@ +

+Neutron Graphite Pages +

+ -- 2.45.2