diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-04-24 08:40:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-24 08:40:29 +0000 |
commit | 6af74bdd4c6b8ae9601e8910273b51c347eed97c (patch) | |
tree | 5dbd3e3ee2ca93543b168341db8d8521fd065901 | |
parent | 73b611a7683f1812ab8af715662d0b155d6e1e70 (diff) | |
parent | 94dd86fb6dece75c3b02d61418495c9671c993e4 (diff) |
Merge "[docs] Updated baremetal instalation instructions" into stable/fraser
-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: |