Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

giraffi/kusare-bento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages