Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e282fdf
)
Making sure yardstick container uses hosts timezone
33/44433/1
author
Maciej Skrocki
<maciej.skrocki@intel.com>
Wed, 4 Oct 2017 22:33:09 +0000
(15:33 -0700)
committer
Ross Brattain
<ross.b.brattain@intel.com>
Fri, 6 Oct 2017 09:05:46 +0000
(
02:05
-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
patch
|
blob
|
history
diff --git
a/ansible/nsb_setup.yml
b/ansible/nsb_setup.yml
index
00946ec
..
26fb584
100644
(file)
--- 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