diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-03-24 01:31:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-24 01:31:05 +0000 |
commit | d92c1c8d31c129591f1de8ebb96f0ca0b8b6f51c (patch) | |
tree | 801e0e328867212e5566b110a1c4dc63407593ea | |
parent | 436ac337e1986c7e300da1270b803b9d51a32ccb (diff) | |
parent | a2e8ae6a9cc5334d5cc6add75adc5f54a0a7d8a5 (diff) |
Merge "ansible: disable Extra cloud image kernel stub"
-rw-r--r-- | ansible/image_uploaders/upload_yardstick_image.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ansible/image_uploaders/upload_yardstick_image.yml b/ansible/image_uploaders/upload_yardstick_image.yml index 9364c52a5..e61e2ab67 100644 --- a/ansible/image_uploaders/upload_yardstick_image.yml +++ b/ansible/image_uploaders/upload_yardstick_image.yml @@ -18,10 +18,9 @@ - get_url: url: "{{ CLOUD_IMG_URL }}" dest: "{{ CLOUD_IMAGE }}" - - - name: Extra cloud image kernel - - unarchive: - asdf: +# +# - name: Extra cloud image kernel +# - unarchive: - os_image: name: yardstick-{{ release }}-kernel |