Change nsb_setup.sh to use NSB image instead of raw 95/51895/1
authorMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Thu, 8 Feb 2018 13:22:46 +0000 (13:22 +0000)
committerMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Thu, 8 Feb 2018 14:39:53 +0000 (14:39 +0000)
The `ansible/roles/create_samplevnfs_image/tasks/main.yml` ansible role
uses raw NSB image (yardstick-xenial-server.raw) to upload it to
OpenStack instead QCOW2 NSB converted image (yardstick-nsb-image.img
which is converted from the raw). Changed the create_samplevnfs_image
role to to use NSB image.

JIRA: YARDSTICK-1000

Change-Id: Ieda9f14e6882ca854331b4eccc9a4cb390b6a475
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
ansible/roles/create_samplevnfs_image/tasks/main.yml

index c83ccca..ab7371a 100644 (file)
@@ -19,6 +19,6 @@
     is_public: yes
     disk_format: qcow2
     container_format: bare
-    filename: "{{ raw_imgfile }}"
+    filename: "{{ imgfile }}"
     properties:
       hw_vif_multiqueue_enabled: true