aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorMaciej Skrocki <maciej.skrocki@intel.com>2017-10-04 15:33:09 -0700
committerRoss Brattain <ross.b.brattain@intel.com>2017-10-06 02:05:46 -0700
commit2f060381a612787eff4de6a9340ebda01fff0827 (patch)
treeffdb89d14ea9dbff302bb50fc7841d10e0101af5 /ansible
parente282fdfca5c6f8abc47ef036ce07334b7c0423c2 (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')
-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 00946ecc4..26fb584a9 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