aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2018-01-08 09:41:59 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-08 09:41:59 +0000
commit683c2d1a68be81b8f0939193d31136c5becccacb (patch)
treed620b780d5e0954576f2decb58fbee3a21c91e01
parent357a67e18275a54e0ac4d157f285ff60a0f1018b (diff)
parente2e6d5f4f6ce0a28db4cef216ad0785975e66551 (diff)
Merge "docker: adding influxdb container for barometer"
-rw-r--r--docker/influxdb/Dockerfile5
-rw-r--r--docker/influxdb/influxdb.conf33
2 files changed, 38 insertions, 0 deletions
diff --git a/docker/influxdb/Dockerfile b/docker/influxdb/Dockerfile
new file mode 100644
index 00000000..83d6ad55
--- /dev/null
+++ b/docker/influxdb/Dockerfile
@@ -0,0 +1,5 @@
+FROM influxdb:1.3.7
+
+RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.8/src/types.db -O /types.db
+COPY ./influxdb.conf /etc/influxdb/influxdb.conf
+
diff --git a/docker/influxdb/influxdb.conf b/docker/influxdb/influxdb.conf
new file mode 100644
index 00000000..af59499b
--- /dev/null
+++ b/docker/influxdb/influxdb.conf
@@ -0,0 +1,33 @@
+
+[meta]
+ dir = "/var/lib/influxdb/meta"
+
+[data]
+ dir = "/var/lib/influxdb/data"
+ wal-dir = "/var/lib/influxdb/wal"
+
+[coordinator]
+
+[retention]
+
+[shard-precreation]
+
+
+[monitor]
+
+
+[http]
+
+[[graphite]]
+
+[[collectd]]
+enabled = true
+typesdb = "/types.db"
+[[opentsdb]]
+
+[[udp]]
+
+[continuous_queries]
+
+
+