From: Matthias Runge Date: Thu, 24 Jan 2019 10:48:23 +0000 (+0000) Subject: Merge "Add git installation to docker guide" X-Git-Tag: opnfv-9.0.0~30 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ba647855ae268bc3969c13502c183cd4815578d9;p=barometer.git Merge "Add git installation to docker guide" --- ba647855ae268bc3969c13502c183cd4815578d9 diff --cc docs/release/userguide/docker.userguide.rst index 6064de22,d9e67478..cc9dd049 --- a/docs/release/userguide/docker.userguide.rst +++ b/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 ^^^^^^^^^^^^^^^^^^^^