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

This commit is contained in:
Zuul 2021-05-18 01:48:54 +00:00 committed by Gerrit Code Review
commit 5f94808a17
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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