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:
parent
598869bb06
commit
5de26bd27f
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
name: Advanced Format 512e Support
|
name: Advanced Format 512e Support
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
name: Verify server fits the disk space requirements to perform an upgrade
|
name: Verify server fits the disk space requirements to perform an upgrade
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
name: Verify server fits the disk space requirements
|
name: Verify server fits the disk space requirements
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
name: XFS ftype check
|
name: XFS ftype check
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
name: Verify DNS
|
name: Verify DNS
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
name: NO-OP validation
|
name: NO-OP validation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: overcloud
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
metadata:
|
metadata:
|
||||||
name: Verify all deployed servers have their clock synchronised
|
name: Verify all deployed servers have their clock synchronised
|
||||||
|
Loading…
x
Reference in New Issue
Block a user