Resolve full path to adminrc file if full path is not provided
[yardstick.git] / ansible / nsb_setup.yml
index 3d28932..26fb584 100644 (file)
@@ -48,7 +48,7 @@
         name: yardstick
         pull: yes
         recreate: yes
-        image: opnfv/yardstick:latest
+        image: opnfv/yardstick:stable
         state: started
         restart_policy: always
         privileged: yes
@@ -56,4 +56,5 @@
         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