From 5d9c24d574ee5a9ef9e0aaf20930b6888c471830 Mon Sep 17 00:00:00 2001 From: Austin Clark Date: Thu, 5 Nov 2015 09:43:50 -0700 Subject: [PATCH] Update README.rst to include upstream planning etherpad Small updates to the README, including adding instructions on how to generate a `config.json` using stackviz-export and local subunit+dstat files. Also includes a link to the upstream planning etherpad, which will be used for ideas about getting StackViz working with data from devstack-gate runs. Change-Id: I206cb5ea6331eaf005b8c9c43a1e7b93e2d77a92 --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c5aa255..b7f1afe 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,12 @@ A development server can be run as follows:: This will open a web browser and reload code automatically as it changes on the filesystem. +If you have subunit and dstat logs, you can create a config.json to display +your runs:: + + stackviz-export -f --dstat app/data/ + + Usage - Production ================== The production application can be build using:: @@ -56,7 +62,7 @@ Roadmap - Will remain in this namespace (:code:`openstack-qa/stackviz`). - Will decouple data processing from build process, allowing for distribution to nodes as a prebuilt static site. - - Data sources will be configured in in a :code:`config.json`. + - Data sources will be configured in a :code:`config.json`. - Will support local and remote sources via REST/JSONP (pending API spec). -- Angular conversion: current codebase will be rewritten to use Angular. +- Upstream Implementation: https://etherpad.openstack.org/p/BKgWlKIjgQ