diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-06-14 14:50:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-14 14:50:01 +0000 |
commit | 008e77b99f31dafa124c6a34724969ef16d5ef7a (patch) | |
tree | 7fb403a0a752ac1e16aafb3d7e971ad2f7d03eb8 /ansible/yardstick-install-inventory.ini | |
parent | 9b22f5b23050a0be67f8237e4d0b412f58b43472 (diff) | |
parent | 86be172a9427a4ecee5666e9660ce37c006abe1b (diff) |
Merge "Install dependencies: bare-metal, standalone"
Diffstat (limited to 'ansible/yardstick-install-inventory.ini')
-rw-r--r-- | ansible/yardstick-install-inventory.ini | 20 |
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 - |