X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=etc%2Fyardstick%2Fnodes%2Ffuel_baremetal%2Fpod.yaml;h=acdb44741e7f0087d396bb2d7c438d109fa87d7b;hb=7786deb79662368c80386e6eaee4e9bfe12fcd2f;hp=7392ae1a4edd2992c7cd6d6a2342dc583a5e6f61;hpb=b2f67cac15f4e2cb3013d94c44fd53239efbb6ee;p=yardstick.git diff --git a/etc/yardstick/nodes/fuel_baremetal/pod.yaml b/etc/yardstick/nodes/fuel_baremetal/pod.yaml index 7392ae1a4..acdb44741 100644 --- a/etc/yardstick/nodes/fuel_baremetal/pod.yaml +++ b/etc/yardstick/nodes/fuel_baremetal/pod.yaml @@ -1,3 +1,11 @@ +############################################################################## +# Copyright (c) 2017 Ericsson AB and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## --- # sample config file about the POD information, including the # name/IP/user/ssh key of Bare Metal and Controllers/Computes @@ -16,28 +24,28 @@ nodes: role: Controller ip: ip1 user: root - password: root + key_filename: /root/.ssh/id_rsa - name: node2 role: Controller ip: ip2 user: root - password: root + key_filename: /root/.ssh/id_rsa - name: node3 role: Controller ip: ip3 user: root - password: root + key_filename: /root/.ssh/id_rsa - name: node4 role: Compute ip: ip4 user: root - password: root + key_filename: /root/.ssh/id_rsa - name: node5 role: Compute ip: ip5 user: root - password: root + key_filename: /root/.ssh/id_rsa