Initial commit

This commit is contained in:
Greg Karékinian
2018-08-10 16:35:14 +02:00
commit 5578cada68
31 changed files with 1169 additions and 0 deletions

22
.kitchen.yml Normal file
View File

@@ -0,0 +1,22 @@
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: debian-9
suites:
- name: default
run_list:
- recipe[ipfs::default]
attributes:
- name: cluster
run_list:
- recipe[ipfs::cluster]
- recipe[ipfs::cluster_service]
attributes: