
This role adds required IPA services given the server metadata and registers the base host as an ipa client. To be used when novajoin is not available, that is: * in the standalone node (to be used in TLS Everywhere CI), * when using pre-provisioned nodes. This commit also ensure we don't attempt to register a server/host that's already enrolled. This code requires the ansible-freeipa package to be installed. Co-Authored-By: Grzegorz Grasza <xek@redhat.com> Change-Id: Ie7fa5e1e83a3b015fd1e86c4666ace575e99833e
17 lines
367 B
YAML
17 lines
367 B
YAML
---
|
|
- job:
|
|
description: tripleo-ipa molecule job
|
|
name: tripleo-ipa-centos-8-molecule
|
|
nodeset: centos-8
|
|
parent: base
|
|
success-url: "reports.html"
|
|
failure-url: "reports.html"
|
|
pre-run:
|
|
- zuul.d/playbooks/pre.yml
|
|
run:
|
|
- zuul.d/playbooks/run.yml
|
|
post-run:
|
|
- zuul.d/playbooks/post.yml
|
|
timeout: 1800
|
|
voting: true
|