Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

kitchen-scaleway Kitchen Driver

Test Kitchen Driver for the Scaleway ARM Cloud.

Install & Usage Instructions

Installation and Setup

Please read the [Driver usage][driver_usage] page for more details.

Configuration

There are two required options which can either be set as system environment
variables or as driver options.

Environment Variables:

export SCALEWAY_ORG_TOKEN='66c8226d-4b6d-455a-a40a-507faa3fac2b'
export SCALEWAY_ACCESS_TOKEN='1800d055-03ef-4109-9ad9-0d3c2cb2004a'

kitchen.local.yml options:

driver:
  name: scaleway
  scaleway_org: 66c8226d-4b6d-455a-a40a-507faa3fac2b
  scaleway_access_token: 1800d055-03ef-4109-9ad9-0d3c2cb2004a

require_chef_omnibus

Determines whether or not a Chef [Omnibus package][chef_omnibus_dl] will be
installed. In the current state of this project, we recommend setting this
to false. We are hard at work to provide an alternate Omnitruck end-point
with Omnibus builds available for all the available flavors, but it is not
available at this time.