-
Notifications
You must be signed in to change notification settings - Fork 21
/
.kitchen.yml
61 lines (55 loc) · 1.47 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
driver:
name: lxd_cli
transport:
name: sftp
driver_config:
cutomize:
# cpus: 2
memory: 1024
provisioner:
name: ansible_playbook
roles_path: ../
hosts: all
ansible_verbose: true
# ansible_verbose: false
ansible_verbosity: 2
# ansible_version: 2.7.7
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
ansible_cfg_path: test/vagrant/ansible.cfg
require_ansible_omnibus: true
# planned for deprecation per https://docs.chef.io/workstation/config_yml_kitchen/
require_chef_omnibus: true
# https://github.com/neillturner/kitchen-ansible#ruby-install-to-run-serverspec-verify
require_chef_for_busser: false
require_ruby_for_busser: false
chef_omnibus_url: https://omnitruck.chef.io/install.sh
enable_yum_epel: true
ansible_connection: ssh
ansible_omnibus_url: https://raw.githubusercontent.com/juju4/omnibus-ansible/master/ansible_install.sh
verifier:
name: serverspec
sudo_path: true
platforms:
- name: centos-9-Stream
- name: centos-8-Stream
- name: centos-7
## httpd/centos7/capability issue on lxc
## https://github.com/lxc/lxd/issues/1245 = only choice is privileged
## https://bugzilla.redhat.com/show_bug.cgi?id=1012952
driver:
config:
security.privileged: true
- name: debian-bullseye
- name: ubuntu-22.04
- name: ubuntu-20.04
suites:
- name: default
run_list:
attributes:
- name: default-HEAD
run_list:
attributes:
- name: default-nosnuffle
run_list:
attributes: