From: Mytnyk, Volodymyr Date: Wed, 27 Jun 2018 13:27:15 +0000 (+0100) Subject: NSB setup inventory name changed X-Git-Tag: opnfv-6.2.0~30 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F59091%2F1;p=yardstick.git NSB setup inventory name changed NSB setup script [1] fails when retrieving the inventory file. This script is going to be deprecated but we still support it. [1] https://github.com/opnfv/yardstick/blob/master/nsb_setup.sh JIRA: YARDSTICK-1247 Change-Id: I3798531652b0e3a1a007d1d9434998fdd54645d7 Signed-off-by: Rodolfo Alonso Hernandez Signed-off-by: Mytnyk, Volodymyr (cherry picked from commit 370b703896656f6b6949de05b6c44c98a72eee46) --- diff --git a/nsb_setup.sh b/nsb_setup.sh index 50fc017d1..d68263a06 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -71,4 +71,4 @@ cd ${ANSIBLE_SCRIPTS} &&\ ansible-playbook \ -e img_property="nsb" \ -e YARD_IMG_ARCH='amd64' ${extra_args}\ - -i yardstick-install-inventory.ini nsb_setup.yml + -i install-inventory.ini nsb_setup.yml