Add "YARD_IMG_ARCH" input variable to "build_yardstick_image.yml" 63/53663/3
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 13 Mar 2018 10:44:50 +0000 (10:44 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Wed, 14 Mar 2018 09:04:27 +0000 (09:04 +0000)
"YARD_IMG_ARCH" variable is added as input parameter to
"build_yardstick_image.yml" ansible script, in order to generate
the correct image for the running architecture.

JIRA: YARDSTICK-1058

Change-Id: I33954c236695478eaae34fcfca2e9d5b40791bbf
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
tests/ci/load_images.sh

index caaba9e..d723823 100755 (executable)
@@ -67,6 +67,7 @@ build_yardstick_image()
             cd ${ANSIBLE_SCRIPTS} &&\
             ansible-playbook \
                      -e img_property="normal" \
+                     -e YARD_IMG_ARCH=${YARD_IMG_ARCH} \
                      -vvv -i inventory.ini build_yardstick_image.yml
 
             if [ ! -f "${QCOW_IMAGE}" ]; then