blob: abe33e65f92357bcccee70fb08f9f98d59627da5 [file] [log] [blame]
Zack Williams2894e4f2020-09-17 09:45:17 -07001---
2# users 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"
22 - name: "centos-7-priv"
23 image: "quay.io/paulfantom/molecule-systemd:centos-7"
24 privileged: true
25 volumes:
26 - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
27provisioner:
28 name: ansible
29 playbooks:
30 prepare: prepare.yml
31 inventory:
32 host_vars:
33 debian-10-priv:
34 ansible_python_interpreter: /usr/bin/python3
35verifier:
36 name: ansible