From fd9ae095b4e56ef883c79d9de9cbbe99960d41c6 Mon Sep 17 00:00:00 2001 From: Stepan Andrushko Date: Tue, 15 May 2018 12:46:42 +0300 Subject: 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 Signed-off-by: Emma Foley (cherry picked from commit 86be172a9427a4ecee5666e9660ce37c006abe1b) --- ansible/yardstick-install-inventory.ini | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ansible/yardstick-install-inventory.ini (limited to 'ansible/yardstick-install-inventory.ini') 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 - -- cgit 1.2.3-korg