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:
Ronelle Landy 2022-08-29 08:57:01 -04:00
parent 9a4cc920b4
commit 3aa550fb1f
1 changed files with 1 additions and 1 deletions

View File

@ -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: