-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.kitchen.dokken.yml
46 lines (41 loc) · 998 Bytes
/
.kitchen.dokken.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
---
driver:
name: dokken
chef_version: latest
privileged: true
transport:
name: dokken
provisioner:
name: dokken
product_name: chef
product_version: latest
channel: stable
install_strategy: once
always_update_cookbooks: true
log_level: info
verifier:
name: inspec
platforms:
- name: centos-7
driver:
platform: rhel
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install lsof which systemd-sysv initscripts wget net-tools sudo bzip2
suites:
- name: default
driver:
hostname: jupyterhub
run_list:
- recipe[yum-epel]
- recipe[jupyterhub-chef::nodejs]
- recipe[python-chef::python2]
- recipe[python-chef::python3]
- recipe[python-chef::virtualenv]
- recipe[jupyterhub-chef::anaconda]
- recipe[jupyterhub-chef::jupyterhub]
- recipe[jupyterhub-chef::jupyter]
verifier:
inspec_tests:
- test/integration/default
attributes: