-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
44 lines (42 loc) · 1.15 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
---
verifier:
name: inspec
provisioner:
name: chef_infra
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true
attributes:
osl-selinux:
enforcing: true
suites:
- name: default
run_list:
- recipe[osl-git::default]
- name: gitlfs
run_list:
- recipe[osl-git::gitlfs]
- name: osl-gitlfs
run_list:
- recipe[osl-git-test::osl_gitlfs]
- name: git-credentials-databag
run_list:
- recipe[osl-git::default]
- recipe[osl-git-test::databag]
attributes:
osl-git:
secrets_databag: 'osl-git'
secrets_item: 'item1'
- name: git-credentials-attributes
run_list:
- recipe[osl-git::default]
- recipe[osl-git-test::attributes]
attributes:
osl-git:
secrets:
credentials:
- https://user:pass@example.net/hello/world.git
- ssh://foo:bar@example.org/foo/bar.git
# This only has read access to empty test repo
- https://gitlab+deploy-token-13:CWN8Fsjrtare7yAHkknj@git.osuosl.org
- https://gitlab+deploy-token-13:CWN8Fsjrtare7yAHkknj@git.osuosl.org/osuosl/test.git