ab26d8263a
This patch brings out the improvements done from tripleo-validations to validations-common regarding the molecule testing infrastructure with the UBI8 images. This patch integrates molecule fix after release of cryptography3.4. See https://review.opendev.org/c/openstack/tripleo-validations/+/774747 Related-Bug: #1915101 Co-Authored-By: David Vallee Delisle <dvd@redhat.com> Change-Id: I2e5ebebdd48e4013aa87868a22807e91feb3ffab Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
15 lines
295 B
YAML
15 lines
295 B
YAML
---
|
|
- hosts: all
|
|
tasks:
|
|
- name: set basic zuul fact
|
|
set_fact:
|
|
zuul:
|
|
projects:
|
|
"opendev.org/openstack/validations-common":
|
|
src_dir: "{{ tripleo_src }}"
|
|
ansible_connection: ssh
|
|
|
|
- import_playbook: pre.yml
|
|
|
|
- import_playbook: run.yml
|