.kitchen.yml 789 B

1234567891011121314151617181920212223242526272829303132
  1. ---
  2. driver:
  3. name: vagrant
  4. provisioner:
  5. name : ansible_push
  6. verbose : "vvvv"
  7. ansible_config : "test/ansible.cfg"
  8. idempotency_test : False
  9. #chef_bootstrap_url : False
  10. #extra_vars : "@kitchen_vars.yml"
  11. platforms:
  12. - name: Debian-jessie
  13. driver:
  14. box: ARTACK/debian-jessie
  15. - name: Debian-7.8
  16. driver:
  17. box: chef/debian-7.8
  18. - name: Ubuntu-14.04
  19. driver:
  20. box: ubuntu/trusty64
  21. suites:
  22. - name: supernode
  23. provisioner:
  24. playbook: "test/application/supernode.yml"
  25. extra_vars: {'kitchen_connection': 'smart'}
  26. # - name : group
  27. # provisioner :
  28. # playbook : "test/application/group.yml"
  29. # extra_vars : { 'kitchen_connection': 'smart' }