blob: 0cc2bde409b968cb0bd8d1f24fedc56b8afaf620 [file] [log] [blame]
Zack Williams15c09e72020-10-14 21:30:57 -07001---
2# php molecule/default/molecule.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7dependency:
8 name: galaxy
9driver:
10 name: docker
11platforms:
12 - name: "ubuntu-18.04-priv"
13 image: "quay.io/paulfantom/molecule-systemd:ubuntu-18.04"
14 privileged: true
15 volumes:
16 - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
17 - name: "debian-10-priv"
18 image: "quay.io/paulfantom/molecule-systemd:debian-10"
19 privileged: true
20 volumes:
21 - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
22provisioner:
23 name: ansible
24 playbooks:
25 prepare: prepare.yml
26 inventory:
27 host_vars:
28 debian-10-priv:
29 ansible_python_interpreter: /usr/bin/python3
30verifier:
31 name: ansible