Merge "Format change to align with Influxdb_hosts"
authorMatthias Runge <mrunge@redhat.com>
Mon, 25 Nov 2019 13:20:34 +0000 (13:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 25 Nov 2019 13:20:34 +0000 (13:20 +0000)
ci/utility/package-list.sh
docker/barometer-influxdb/Dockerfile
docs/release/userguide/installguide.oneclick.rst
src/package-list.mk

index 0ca4aea..cb46c7b 100755 (executable)
@@ -24,4 +24,4 @@ CMTCAT_BRANCH=8b27ad757e86a01bc51eafcb9e600605ff1beca4
 CMTCAT_VERSION="v1.1.0"
 
 COLLECTD_REPO=https://github.com/collectd/collectd.git
-COLLECTD_BRANCH=collectd-5.8
+COLLECTD_BRANCH=collectd-5.10
index 2989f63..3d761eb 100644 (file)
@@ -1,4 +1,4 @@
 FROM influxdb:1.3.7
 
-RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.8/src/types.db -O /types.db
+RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.10/src/types.db -O /types.db
 COPY ./influxdb.conf /etc/influxdb/influxdb.conf
index 07bc8c1..6463c23 100644 (file)
@@ -92,6 +92,7 @@ To install Ansible 2.6.3 on Ubuntu:
     $ sudo apt-get install python
     $ sudo apt-get install python-pip
     $ sudo -H pip install 'ansible==2.6.3'
+    $ sudo apt-get install git
 
 The following steps have been verified with Ansible 2.6.3 on Centos 7.5.
 To install Ansible 2.6.3 on Centos:
@@ -130,12 +131,18 @@ Edit inventory file and add hosts: $barometer_dir/docker/ansible/default.inv
     [collectd_hosts:vars]
     install_mcelog=true
     insert_ipmi_modules=true
+    #to use master or experimental container set the collectd flavor below
+    #possible values: stable|master|experimental
+    flavor=stable
 
     [influxdb_hosts]
-    localhost
+    #hostname or ip must be used.
+    #using localhost will cause issues with collectd network plugin.
+    #hostname
 
     [grafana_hosts]
-    localhost
+    #NOTE: As per current support, Grafana and Influxdb should be same host.
+    #hostname
 
     [prometheus_hosts]
     #localhost
index 47b90bd..d5fedf7 100644 (file)
@@ -27,7 +27,7 @@ COLLECTD_URL ?= https://github.com/collectd/collectd
 #                   set pull requests with experimental features
 ifeq ($(COLLECTD_FLAVOR), stable)
 # using latest stable release
-       COLLECTD_TAG ?= collectd-5.8
+       COLLECTD_TAG ?= collectd-5.10
        SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs
 else
 # 'master' and 'experimental' collectd flavors are both using