Apparently this is the new term to access all the overcloud nodes. Change-Id: I07fd17501ea66d229549fcf4031ae4126b055906
13 lines
266 B
YAML
13 lines
266 B
YAML
---
|
|
- hosts: undercloud, allovercloud
|
|
vars:
|
|
metadata:
|
|
name: NO-OP validation
|
|
description: >
|
|
A simple validation doing nothing in order to test that
|
|
the validations framework works.
|
|
groups:
|
|
- no-op
|
|
roles:
|
|
- no_op
|