commit | e1d97c99e5f740c51917927d7ced37a1e205d7a8 | [log] [tgz] |
---|---|---|
author | Jian Li <pyguni@gmail.com> | Tue Mar 22 10:21:44 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Mar 24 18:55:07 2016 +0000 |
tree | e9648c757ef90412bcbb3c984523966e8207f6fc | |
parent | 9d61649f0f5b318cbbf650d90b4fd681770e429f [diff] |
[ONOS-4176] Extract InfluxDB access config in a separate service With existing implementation, influxDB access related configuration should be done in both reporter and retriever which may cause potential inconsistency. With this commit, both reporter and retriever refer to access configuration from InfluxDbMetricsConfig so that we do not need to configure access parameters two times. Change-Id: I25159abb24e46d9593ef71224da3f79e3687d36c
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.