
Apparently this is the new term to access all the overcloud nodes. Change-Id: I07fd17501ea66d229549fcf4031ae4126b055906
19 lines
512 B
YAML
19 lines
512 B
YAML
---
|
|
- hosts: allovercloud
|
|
vars:
|
|
metadata:
|
|
name: Confirm that overcloud nodes are setup correctly
|
|
description: |
|
|
Checks that overcloud nodes are registered with IdM
|
|
and that all certs being tracked by certmonger are in the
|
|
MONITORING state.
|
|
groups:
|
|
- post-deployment
|
|
tasks:
|
|
- include_role:
|
|
name: tls_everywhere
|
|
tasks_from: common.yaml
|
|
- include_role:
|
|
name: tls_everywhere
|
|
tasks_from: overcloud-post-deployment.yaml
|