Sha256: 3c5548c6223fd65133b821b4f2fed97724928ee148dcb3e6324e4f0397e3ad2a

Contents?: true

Size: 677 Bytes

Versions: 3

Compression:

Stored size: 677 Bytes

Contents

---
driver:
  name: vagrant

provisioner:
  name: chef_zero

platforms:
  - name: ubuntu-14.04
  - name: centos-7.1

suites:
  - name: db
    driver:
      network:
        - ["private_network", ip: "10.11.11.10"]
    run_list:
      - counter_redis::default
    attributes:

  - name: app
    driver:
      network:
        - ["private_network", ip: "10.11.11.11"]
    run_list:
      - counter_app::default
    attributes:
      counter_app:
        redis_host: "10.11.11.10"

  - name: web
    driver:
      network:
        - ["private_network", ip: "10.11.11.12"]
    run_list:
      - counter_nginx::default
    attributes:
      counter_app:
        host: "10.11.11.11"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocina-0.2.2 example/.kitchen.yml
cocina-0.2.0 example/.kitchen.yml
cocina-0.1.3 example/.kitchen.yml