Remove img_modify_playbook from nsb_setup.sh script
[yardstick.git] / tests / ci / ansible_load_images.sh
index 4f62024..6e08e1a 100755 (executable)
@@ -21,12 +21,7 @@ ANSIBLE_SCRIPTS="${0%/*}/../../ansible"
 
 cd ${ANSIBLE_SCRIPTS} &&\
 ansible-playbook \
-         -e img_modify_playbook='ubuntu_server_cloudimg_modify.yml' \
+         -e img_property="normal" \
          -e target_os='Ubuntu' \
          -e YARD_IMG_ARCH='amd64' \
-         -e target_os_version='16.04' \
-         -e target_os_family='Debian' \
-         -e clone_dest='/usr/local/src' \
-         -e ubuntu_image='yardstick-trusty-server.raw' \
-         -e ubuntu_image_file='/tmp/workspace/yardstick/yardstick-trusty-server.raw' \
          -vvv -i inventory.ini load_images.yml