Making sure yardstick container uses hosts timezone 85/44285/1
authorMaciej Skrocki <maciej.skrocki@intel.com>
Wed, 4 Oct 2017 22:33:09 +0000 (15:33 -0700)
committerMaciej Skrocki <maciej.skrocki@intel.com>
Wed, 4 Oct 2017 22:33:09 +0000 (15:33 -0700)
This is required for influxdb results being reported
"in the future" when the timezones do not match.

Change-Id: Ic41e19d26c46b6ccfa6dacddb595236af19e437a
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
ansible/nsb_setup.yml

index 3d28932..90fba0b 100644 (file)
@@ -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