summaryrefslogtreecommitdiffstats
path: root/ansible/nsb_setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/nsb_setup.yml')
-rw-r--r--ansible/nsb_setup.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/ansible/nsb_setup.yml b/ansible/nsb_setup.yml
index 78cf87ec7..90fba0b1e 100644
--- a/ansible/nsb_setup.yml
+++ b/ansible/nsb_setup.yml
@@ -38,19 +38,23 @@
disk_format: qcow2
container_format: bare
filename: "{{ raw_imgfile }}"
+ properties:
+ hw_vif_multiqueue_enabled: true
environment: "{{ openrc }}"
when: openrc_file is defined
- name: Start yardstick container
docker_container:
name: yardstick
- image: opnfv/yardstick:latest
+ pull: yes
recreate: yes
+ image: opnfv/yardstick:latest
state: started
restart_policy: always
- privileged: True
- interactive: True
+ privileged: yes
+ interactive: yes
volumes:
- "{{ openrc_file|default('/dev/null') }}:/etc/yardstick/openstack.creds:ro"
- /var/run/docker.sock:/var/run/docker.sock
- - /opt/:/opt
+ - /opt:/opt
+ - /etc/localtime:/etc/localtime:ro