Fix targeting hosts to 'localhost' instead of 'all'

This patch fixes the targeting hosts for the validations which should be
executed locally.

Rationale: When those validations are executed in the TripleO world,
they are executed on all the nodes including the Overcloud nodes. For
instance, check-ram and check-cpu validations check the Red Hat
recommendations for the Undercloud only and shouldn't be checking the
Overcloud nodes.

Change-Id: Icca554ea4392c3b0b572b27c2e2370b11f8013d7
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2021-05-11 11:44:12 +02:00
parent 598869bb06
commit 5de26bd27f
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
10 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Advanced Format 512e Support

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
gather_facts: false
vars:
metadata:

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Verify server fits the disk space requirements to perform an upgrade

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Verify server fits the disk space requirements

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: XFS ftype check

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
gather_facts: false
vars:
metadata:

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
gather_facts: false
vars:
metadata:

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: Verify DNS

View File

@ -1,5 +1,5 @@
---
- hosts: all
- hosts: localhost
vars:
metadata:
name: NO-OP validation

View File

@ -1,5 +1,5 @@
---
- hosts: overcloud
- hosts: localhost
vars:
metadata:
name: Verify all deployed servers have their clock synchronised