aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2019-11-11 08:21:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-11-11 08:21:04 +0000
commit26bfa43c4a932fa0c00799093720ea588609b160 (patch)
tree2d34f1fb053d0dd9988a58330a3c92b95f20cb36
parentcc79a0746a6dc477749e3276662e35df3e82aab9 (diff)
parentb63ad480676b9939d4b811cb451e18ecbc7de920 (diff)
Merge "1. Added one dependency step for installation in Ubuntu,to match with that of in centos. 2. Updated default.inv documentation for the latest changes in the actual file in the Repository"
-rw-r--r--docs/release/userguide/installguide.oneclick.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/release/userguide/installguide.oneclick.rst b/docs/release/userguide/installguide.oneclick.rst
index 07bc8c1e..6463c23a 100644
--- a/docs/release/userguide/installguide.oneclick.rst
+++ b/docs/release/userguide/installguide.oneclick.rst
@@ -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