From d5979bd86ef9ad5fc28d9183439381d3abcf2053 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 8 Jan 2018 10:19:06 +0000 Subject: docker: cleanup directories and files Rename docker container directories to contain the barometer_ prefix to prevent any naming clashes with other opnfv containers. Cleanup files that are no longer needed. The patch cleans up trailing whitespace. Change-Id: I332626554502a3e17685a2abd98c0679f30d0c24 Signed-off-by: Maryam Tahhan --- docker/influxdb/influxdb.conf | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 docker/influxdb/influxdb.conf (limited to 'docker/influxdb/influxdb.conf') diff --git a/docker/influxdb/influxdb.conf b/docker/influxdb/influxdb.conf deleted file mode 100644 index af59499b..00000000 --- a/docker/influxdb/influxdb.conf +++ /dev/null @@ -1,33 +0,0 @@ - -[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] - - - -- cgit 1.2.3-korg