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.