aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2018-01-12docker: rename barometer image and update documentationGordon Kelly1-22/+0
Rename the barometer image from barometer to barometer-collectd to align with naming convention of other barometer images and move relevant files to new barometer-collectd directory.Docker userguide also updated accordingly Change-Id: Id866baf41bc38d3db8575ee00abfc64e97c7259b Signed-off-by: gordonkelly <gordon.kelly@intel.com>
2018-01-11docker: add openstack plugins to barometerMaryam Tahhan1-1/+6
Add the openstack plugins to the barometer docker. This just clones the source to make sure it's available in the container. Configuration is up to the end user. Change-Id: Iaa62be8363f95b69c76d64bed49f1453597e123b Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-12-05dockerfile: update for OPNFV docker buildMaryam Tahhan1-7/+7
The opnfv docker build runs in the docker directory not the barometer directory so it doesn't have access to the top level barometer directories that it needs to build the barometer image. This commit modifies the Dockerfile to clone the barometer repo inside the container image. Change-Id: I3518f4a64e806f69b424d24620fb13a9d45e4335 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-11-20docker: update docker configurationShobhi Jain1-2/+0
* update docker user guide Change-Id: Ia2d7ec26562e8b9feadd8a63459aac401bf18c44 Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
2017-11-20docker: add instructions to user guideMaryam Tahhan1-1/+2
* cleaned up whitespace issues Change-Id: Ia4ac74343f71dbe85fffb3d1c604c227958fb380 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2017-11-17docker: Added docker container for running collectdTaras Chornyi1-0/+18
Added InfluxDB and Grafana containers. Change-Id: Ifa46fac03c0175267d9cbffed5354193ad182733 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>