Exclude virthost from dstat log collection
dstat logs were running in excess of 13G and overrunning the space on baremetal boxes. dstat collection is not needed on the actual host boxes. Change-Id: I418907d26c160ccceff53edb8332e277d88214ca
This commit is contained in:
parent
9a4cc920b4
commit
3aa550fb1f
@ -17,7 +17,7 @@
|
||||
|
||||
# Execute sanity checks agsinst the overcloud deployment
|
||||
- name: setup dstat performance monitoring
|
||||
hosts: all:!localhost:!127.0.0.2!undercloud
|
||||
hosts: all:!localhost:!127.0.0.2:!undercloud:!virthost
|
||||
tags:
|
||||
- overcloud-validate
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user