tripleo-validations/playbooks/tls-everywhere-post-deployment.yaml
Cédric Jeanneret 1a4991daf3 Updated "overcloud" to "allovercloud" group
Apparently this is the new term to access all the overcloud nodes.

Change-Id: I07fd17501ea66d229549fcf4031ae4126b055906
2020-08-06 17:20:13 +02:00

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