ipfs-cookbook/.kitchen.yml
Greg Karékinian 5578cada68 Initial commit
2018-08-10 16:35:14 +02:00

23 lines
340 B
YAML

---
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: