Merge "Fix adding right deb repo based on the distro we are running on"
[yardstick.git] / etc / yardstick / nodes / fuel_baremetal / pod.yaml
index 7392ae1..acdb447 100644 (file)
@@ -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