aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-01 07:34:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-01 07:34:41 +0000
commitf7a3cef287979664d1812cdd4dd88276732ec8b8 (patch)
treebe9a227350e0b6f1f13431fa98ca0f1896593088 /tests
parenta87c0902f957beaf93e62f3aeb48584caf871a27 (diff)
parentc935f66bb14bbba3747a37a195aa1c4f49d36219 (diff)
Merge "Introduced default values and remove unnecessary ones from ansible code image build code."
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ci/ansible_load_images.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ci/ansible_load_images.sh b/tests/ci/ansible_load_images.sh
index 4f62024db..9a2d8ef18 100755
--- a/tests/ci/ansible_load_images.sh
+++ b/tests/ci/ansible_load_images.sh
@@ -24,9 +24,4 @@ ansible-playbook \
-e img_modify_playbook='ubuntu_server_cloudimg_modify.yml' \
-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