diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-04-23 16:32:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-23 16:32:45 +0000 |
commit | 5737506a8d085f9044b138cf63a811859ba4ac02 (patch) | |
tree | 198460aebbc2b5d6eaa8c3f35208a9a30a412015 /docs/testing/user/userguide/13-nsb-installation.rst | |
parent | 0aa73e85efc60a9f5f0dc1f063aad1d342a123ca (diff) | |
parent | 1c4a5e82aec771aba616879a9a351bade6d6d8d0 (diff) |
Merge "[docs] Updated baremetal instalation instructions"
Diffstat (limited to 'docs/testing/user/userguide/13-nsb-installation.rst')
-rw-r--r-- | docs/testing/user/userguide/13-nsb-installation.rst | 9 |
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: |