tripleo-ansible/tripleo_ansible/roles/tripleo_metrics_qdr/molecule/default/verify.yml
Chris Sibbitt 1ad1e6d727 Ansible for metrics QDR
* Intended to replace the puppet implementation
* Molecule tests are similar to existing spec tests with more coverage and live testing
* TLS-everywhere support is still in testing but preliminary results look good

Change-Id: I9b2a2c1dbdedfe89f257ac2dfa1f0a5fc36009d4
2021-03-26 14:57:43 -04:00

21 lines
508 B
YAML

---
- import_playbook: ../common/verify.yml
- name: Check log for correct config
hosts: all
tasks:
- assert:
that:
- qdrlog_content.find('Router started in Edge mode') != -1
name: Router started in Edge mode
- assert:
that:
- >-
qdrlog_content is
search('Configured Connector:
stf-default-interconnect-5671-service-telemetry.example.com:443
proto=any, role=edge, sslProfile=sslProfile')
name: Connector to STF configured