Kusare-bento

This repositry is based on chef/bento.

Created to testing on expired distribution.

bentos

Usage

I have tested virtualbox-iso only.

$ cd packer
$ packer build -only=virtualbox-iso ubuntu-10.10-amd64.json
$ packer build -only=virtualbox-iso ubuntu-11.04-amd64.json

Test-Kitchen

Example of .kitchen.yml.

---
driver:
  name: vagrant

provisioner:
  name: chef_zero

platforms:
  - name: ubuntu-10.10
    driver:
      box_url: https://s3-ap-northeast-1.amazonaws.com/kusarebento/kusarebento_ubuntu-10.10_chef-provisionerless.box
  - name: ubuntu-11.04
    driver:
      box_url: https://s3-ap-northeast-1.amazonaws.com/kusarebento/kusarebento_ubuntu-11.04_chef-provisionerless.box

suites:
  - name: default
    run_list:
    attributes: