tripleo-validations/roles/tls_everywhere/defaults/main.yml
Ade Lee 9a20e17344 Add validation to check status of ipa server
The latest changes to tls-e require certain permissions and ACIs
to be added to the IPA server in order to successfully add DNS entries
and to issue certs with IP SANs (for cinder A/A).

These changes cannot be automated as they require IPA admin or DS
credentials.  This adds a validation to make sure the required
permissions and ACLs are present before starting an install.

Change-Id: I03575a5717456ad647cb10825b8d5646a55a6378
2020-09-01 13:23:28 -04:00

10 lines
227 B
YAML

---
ipa_bin: ipa
kinit_bin: kinit
kdestroy_bin: kdestroy
helper_status_ok: OK
helper_status_error: ERROR
helper_status_skipped: SKIPPED
helper_report_path: /tmp/report.txt
helper_undercloud_path: "/home/{{ ansible_ssh_user }}"