Merge "Add git installation to docker guide"
authorMatthias Runge <mrunge@redhat.com>
Thu, 24 Jan 2019 10:48:23 +0000 (10:48 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 24 Jan 2019 10:48:23 +0000 (10:48 +0000)
1  2 
docs/release/userguide/docker.userguide.rst

@@@ -181,13 -181,8 +181,14 @@@ To install Ansible 2.6.3 on Centos
      $ sudo yum install epel-release
      $ sudo yum install python-pip
      $ sudo -H pip install 'ansible==2.6.3'
+     $ sudo yum install git
  
 +.. note::
 +   When using multi-node-setup, please make sure that 'python' package is
 +   installed on all of the target nodes (ansible during 'Gathering facts'
 +   phase is using python2 and it may not be installed by default on some
 +   distributions - e.g. on Ubuntu 16.04 it has to be installed manually)
 +
  Clone barometer repo
  ^^^^^^^^^^^^^^^^^^^^