aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/yardstick-install-inventory.ini
diff options
context:
space:
mode:
authorStepan Andrushko <stepanx.andrushko@intel.com>2018-05-15 12:46:42 +0300
committerEmma Foley <emma.l.foley@intel.com>2018-06-26 14:40:26 +0000
commitfd9ae095b4e56ef883c79d9de9cbbe99960d41c6 (patch)
tree360a5b57bb3affd62b101aa1ce8b46270afdb6f4 /ansible/yardstick-install-inventory.ini
parentf9e1d1bde55cd065bd8908159cc0ba4f74664660 (diff)
Install dependencies: bare-metal, standalone
This will install all dependencies needed on the bare-metal and standalone physical nodes. JIRA: YARDSTICK-1177 Change-Id: I719ca64d4da098d6dd60597e5fc4ad6f4715f79e Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com> Signed-off-by: Emma Foley <emma.l.foley@intel.com> (cherry picked from commit 86be172a9427a4ecee5666e9660ce37c006abe1b)
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
-