Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- driver:
- name: vagrant
- provisioner:
- name: chef_zero
- # You may wish to disable always updating cookbooks in CI or other testing environments.
- # For example:
- # always_update_cookbooks: <%= !ENV['CI'] %>
- always_update_cookbooks: true
- verifier:
- name: inspec
- platforms:
- - name: ubuntu1-16.04
- driver:
- box: bento/ubuntu-16.04
- network:
- - ["private_network", {ip: "172.31.63.61"}]
- - name: ubuntu2-16.04
- driver:
- box: bento/ubuntu-16.04
- network:
- - ["private_network", {ip: "172.31.63.65"}]
- suites:
- - name: default
- run_list:
- - recipe[hdeploy::default]
- - recipe[hdeploy::supervisor]
- - recipe[hdeploy::celery]
- verifier:
- inspec_tests:
- - test/recipes
- attributes:
Advertisement
Add Comment
Please, Sign In to add comment