aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/yardstick-install-inventory.ini
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-27 09:18:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-27 09:18:56 +0000
commit3347f1eff0ed6482289807833980c4de71ac9a13 (patch)
treeebf2cb7463e29e56d212d1ca67ec392b8f9da332 /ansible/yardstick-install-inventory.ini
parent2059466cd938bbe24a59011cfdf82fa1026b14e6 (diff)
parentfd9ae095b4e56ef883c79d9de9cbbe99960d41c6 (diff)
Merge "Install dependencies: bare-metal, standalone" into stable/fraser
Diffstat (limited to 'ansible/yardstick-install-inventory.ini')
-rw-r--r--ansible/yardstick-install-inventory.ini20
1 files changed, 0 insertions, 20 deletions
diff --git a/ansible/yardstick-install-inventory.ini b/ansible/yardstick-install-inventory.ini
deleted file mode 100644
index e276076cc..000000000
--- a/ansible/yardstick-install-inventory.ini
+++ /dev/null
@@ -1,20 +0,0 @@
-# the group of systems on which to install yardstick
-# by default just localhost
-[jumphost]
-localhost ansible_connection=local
-
-# section below is only due backward compatibility.
-# it will be removed later
-[yardstick:children]
-jumphost
-
-[yardstick-standalone]
-# uncomment hosts below if you would to test yardstick-standalone/sriov scenarios
-#yardstick-standalone-node ansible_host=192.168.1.2
-#yardstick-standalone-node-2 ansible_host=192.168.1.2
-
-[all:vars]
-# incomment credentials below for yardstick-standalone
-#ansible_user=root
-#ansible_pass=root
-