Sha256: 3dc45b5736a6b5c3c1776f23a26daa2f78fddbf005e7e5ab626ef202df3baab6

Contents?: true

Size: 815 Bytes

Versions: 2

Compression:

Stored size: 815 Bytes

Contents

---
driver:
  name: vagrant
  network:
    - ["private_network", { type: "dhcp" }]

provisioner:
  name: nodes
  roles_path: test/fixtures/roles

platforms:
- name: ubuntu-12.04
  run_list:
  - recipe[apt]
  driver_config:
    box: hashicorp/precise64

- name: windows-2012R2
  driver_config:
    gui: true
    box: mwrock/Windows2012R2

- name: windows-2008R2
  driver_config:
    gui: true
    box: opentable/win-2008r2-datacenter-amd64-nocm

suites:
- name: node1
  run_list:
  - role[test_role]
  - recipe[node-tests::node1]
  attributes:
    consul:
      config:
        bootstrap_expect: 2
        server: true

- name: node2
  run_list:
  - recipe[hurry-up-and-test::set_non_nat_vbox_ip]
  - recipe[node-tests::node2]
  attributes:
    consul:
      config:
        bootstrap_expect: 2
        server: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kitchen-nodes-0.8.0 .kitchen.yml
kitchen-nodes-0.7.0 .kitchen.yml