blob: c061a66554876c04ef3a66d1f24d0907833e6525 [file] [log] [blame]
Elena Ezhovaa3a43232017-06-02 17:53:00 +04001---
2driver:
3 name: docker
4 hostname: octavia.ci.local
5 use_sudo: false
6
7provisioner:
8 name: salt_solo
9 salt_install: bootstrap
10 salt_bootstrap_url: https://bootstrap.saltstack.com
11 salt_version: latest
12 require_chef: false
13 log_level: error
14 formula: octavia
15 grains:
16 noservices: True
17 dependencies:
18 - name: neutron
19 repo: git
20 source: https://github.com/salt-formulas/salt-formula-neutron
21 - name: nova
22 repo: git
23 source: https://github.com/salt-formulas/salt-formula-nova
24 state_top:
25 base:
26 "*":
27 - octavia
28 pillars:
29 top.sls:
30 base:
31 "*":
32 - octavia
33
34verifier:
35 name: inspec
36 sudo: true
37
38
39platforms:
40 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
41 driver_config:
42 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
43 platform: ubuntu
44
45suites:
46 - name: single
47 provisioner:
48 pillars-from-files:
49 octavia.sls: tests/pillar/single.sls
50# vim: ft=yaml sw=2 ts=2 sts=2 tw=125