tripleo-validations/roles/image_serve/molecule/default/molecule.yml

25 lines
700 B
YAML

---
# inherits {REPO}/.config/molecule/config.yml
# To override default values, please take a look at the config.yml.
platforms:
- name: centos
hostname: centos
image: centos/centos:stream8
registry:
url: quay.io
etc_hosts:
undercloud.ctlplane.mydomain.tld: "127.0.0.1"
dockerfile: ../../../../.config/molecule/Dockerfile
override_command: true
command: /sbin/init
privileged: true
pkg_extras: python*-setuptools
volumes:
- /etc/ci/mirror_info.sh:/etc/ci/mirror_info.sh:ro
environment: &env
http_proxy: "{{ lookup('env', 'http_proxy') }}"
https_proxy: "{{ lookup('env', 'https_proxy') }}"
ulimits: &ulimit
- host