blob: e71210faab89565b92ffa87824d2517f9d0b5e30 [file] [log] [blame]
Zack Williamse8a0ea42021-11-30 00:06:01 -07001---
2# dkms molecule/default/molecule.yml
3#
4# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7dependency:
8 name: galaxy
9driver:
10 name: vagrant
11platforms:
12 - name: instance
13 box: generic/ubuntu1804
14 memory: 512
15 cpus: 1
16# driver:
17# name: docker
18# platforms:
19# - name: "ubuntu-18.04-priv"
20# image: "quay.io/paulfantom/molecule-systemd:ubuntu-18.04"
21# privileged: true
22# volumes:
23# - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
24# - name: "debian-11-priv"
25# image: "onfinfra/molecule-systemd:debian-11"
26# privileged: true
27# volumes:
28# - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
29provisioner:
30 name: ansible
31# inventory:
32# host_vars:
33# ubuntu-18.04-priv:
34# ansible_python_interpreter: /usr/bin/python3
35# debian-11-priv:
36# ansible_python_interpreter: /usr/bin/python3
37verifier:
38 name: ansible