ip: 10.1.0.50
user: root
- # Private key of this node. It must be /root/.ssh/id_rsa
- # Dovetail will move the key file from $DOVETAIL_HOME/pre_config/id_rsa
- # to /root/.ssh/id_rsa of Yardstick container
- key_filename: /root/.ssh/id_rsa
+ # Private ssh key for accessing the controller nodes. If a keyfile is
+ # being used, the path specified **must** be as shown below as this
+ # is the location of the user-provided private ssh key inside the
+ # Yardstick container.
+ key_filename: /home/opnfv/userconfig/pre_config/id_rsa
Under nodes, repeat entries for name, role, ip, user and password or key file for each of the
controller/compute nodes that comprise the SUT. Use a '-' to separate each of the entries.