aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/nsb_setup.yml
diff options
context:
space:
mode:
authorMaciej Skrocki <maciej.skrocki@intel.com>2017-10-04 15:33:09 -0700
committerMaciej Skrocki <maciej.skrocki@intel.com>2017-10-04 15:33:09 -0700
commit89e17d5f72ba5cf9441d26f52d8cf8710946ed40 (patch)
tree0a5f5c1e6965f1b5b93c77b8cd0332c6fbb34553 /ansible/nsb_setup.yml
parentc0e83bc50ff0f0ce77a87f43ab514735a1c8343b (diff)
Making sure yardstick container uses hosts timezone
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>
Diffstat (limited to 'ansible/nsb_setup.yml')
-rw-r--r--ansible/nsb_setup.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/nsb_setup.yml b/ansible/nsb_setup.yml
index 3d28932d9..90fba0b1e 100644
--- a/ansible/nsb_setup.yml
+++ b/ansible/nsb_setup.yml
@@ -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