From 9f600b700c435d261807df30b7a0af73f6141cf5 Mon Sep 17 00:00:00 2001 From: Claudio Bisegni <Claudio.Bisegni@lnf.infn.it> Date: Tue, 26 Mar 2019 13:27:49 +0100 Subject: [PATCH] fix and added changelog --- changelogs/unreleased/20190326132435529_new.yml | 5 +++++ tools/chaos-changelog | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/20190326132435529_new.yml diff --git a/changelogs/unreleased/20190326132435529_new.yml b/changelogs/unreleased/20190326132435529_new.yml new file mode 100644 index 000000000..96f9df311 --- /dev/null +++ b/changelogs/unreleased/20190326132435529_new.yml @@ -0,0 +1,5 @@ +--- +Added: +- New kind of storage driver has been added. Hybrid Driver uses mongodb as index database + for complex query and additional technology for store the daq data. Actually has + been implemented the cassandra storage layer for Hybrid driver diff --git a/tools/chaos-changelog b/tools/chaos-changelog index 74b6dbcc5..4a1d977d4 100755 --- a/tools/chaos-changelog +++ b/tools/chaos-changelog @@ -50,7 +50,7 @@ while getopts sha: opt; do ;; h) - echo -e "Usage is $0 -s \n-s setup environment for changelog management" + echo -e "Usage is $0 -s \n-s setup environment for changelog management\n-a add a new entry in changelog" exit 0; ;; esac -- GitLab