b7d679d936
Apparently this is the new term to access all the overcloud nodes.
Closes-Bug: #1891267
Change-Id: I07fd17501ea66d229549fcf4031ae4126b055906
(cherry picked from commit 1a4991daf3
)
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
|