tripleo-ansible/ansible-test-env-podman.rc
James Slagle edc3541a46 Run molecule tests locally without zuul
Adds the ability to execute molecule tests locally without relying (or
trying to fake) zuul infrastructure.

Uses environment variables to configure config_podman.yml, with default
values that can be sourced from ansible-test-env-podman.rc.

Updates the test_deps role to work without requiring the existence of a
zuul mirror file.

Updates documentation.

Change-Id: Iedcdb48ded439a2a41ace74a983e9d6eed398a94
Signed-off-by: James Slagle <jslagle@redhat.com>
2022-09-08 21:37:59 -04:00

5 lines
220 B
Plaintext

export TRIPLEO_ANSIBLE_MOLECULE_COMMAND="/bin/sleep infinity"
export TRIPLEO_ANSIBLE_MOLECULE_VOLUMES="[]"
export TRIPLEO_ANSIBLE_MOLECULE_IMAGE="centos/centos:stream9"
export TRIPLEO_ANSIBLE_MOLECULE_REGISTRY="quay.io"