X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Fnsb_setup.yml;h=26fb584a97aea21fb3af0f7ea2907bc9376514be;hb=refs%2Fchanges%2F89%2F45689%2F1;hp=3d28932d973bd8728c0d9d474d68a37a5cd3e096;hpb=33b9f8849f64c520a105679e8558ab85eabf72ea;p=yardstick.git diff --git a/ansible/nsb_setup.yml b/ansible/nsb_setup.yml index 3d28932d9..26fb584a9 100644 --- a/ansible/nsb_setup.yml +++ b/ansible/nsb_setup.yml @@ -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