aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-04-23 16:32:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-23 16:32:45 +0000
commit5737506a8d085f9044b138cf63a811859ba4ac02 (patch)
tree198460aebbc2b5d6eaa8c3f35208a9a30a412015
parent0aa73e85efc60a9f5f0dc1f063aad1d342a123ca (diff)
parent1c4a5e82aec771aba616879a9a351bade6d6d8d0 (diff)
Merge "[docs] Updated baremetal instalation instructions"
-rw-r--r--docs/testing/user/userguide/13-nsb-installation.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/13-nsb-installation.rst b/docs/testing/user/userguide/13-nsb-installation.rst
index 00f8cfd97..1f6c79b0b 100644
--- a/docs/testing/user/userguide/13-nsb-installation.rst
+++ b/docs/testing/user/userguide/13-nsb-installation.rst
@@ -135,6 +135,15 @@ Ansible:
ansible_user=root
ansible_pass=root
+.. note::
+
+ SSH access without password needs to be configured for all your nodes defined in
+ ``yardstick-install-inventory.ini`` file.
+ If you want to use password authentication you need to install sshpass
+
+ .. code-block:: console
+
+ sudo -EH apt-get install sshpass
To execute an installation for a Bare-Metal or a Standalone context: