1. Added one dependency step for installation in Ubuntu,to match with that of in... 89/68789/4
authorjabirkkclt <jabir.kanhira.kadavathu@intel.com>
Tue, 5 Nov 2019 14:38:22 +0000 (06:38 -0800)
committerJabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com>
Fri, 8 Nov 2019 17:29:27 +0000 (17:29 +0000)
2. Updated default.inv documentation for the latest changes in the actual file in the Repository

Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I2ab5b30bf2954cf247fdb56763e90a314db9c90f

docs/release/userguide/installguide.oneclick.rst

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