1ad1e6d727
* 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
9 lines
252 B
YAML
9 lines
252 B
YAML
---
|
|
- name: Create host dirs for QDR
|
|
hosts: all
|
|
tasks:
|
|
- name: Set defaults for testing
|
|
set_fact:
|
|
tripleo_metrics_qdr_conf_output_dir: /etc/qpid-dispatch/
|
|
tripleo_metrics_qdr_log_output: /var/log/qdrouterd/metrics_qdr.log
|