summaryrefslogtreecommitdiff
path: root/.kitchen.cloud.yml
blob: 435576a6e55a4aacab557f6c49097634c46fb2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

---
settings:
  concurrency: 4

# The following env vars need to be set for DO:
#
# - DIGITALOCEAN_CLIENT_ID
# - DIGITALOCEAN_API_KEY
# - SSH_KEY_IDS
#
driver:
  name: digitalocean

provisioner:
  name: shell
  data_path: .

platforms:
  - name: ubuntu-1004
    driver_config:
      image_id: 14097
      flavor_id: 63
      region_id: 4

suites:
  - name: default