blob: cc0e7240e6a19f1910426acbaab851e10af7888d [file] [log] [blame]
Petr Michalec579e64d2017-03-24 12:54:29 +01001---
2driver:
3 name: docker
4 hostname: opencontrail
Martin Polreicha4a60ba2017-08-24 16:29:07 +02005 use_sudo: false
Petr Michalec579e64d2017-03-24 12:54:29 +01006
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: opencontrail
15 grains:
16 noservices: True
Petr Michalec579e64d2017-03-24 12:54:29 +010017 dependencies:
18 - name: linux
19 repo: git
20 source: https://github.com/salt-formulas/salt-formula-linux
21 state_top:
22 base:
23 "*":
24 - linux
25 - opencontrail
26 pillars:
27 top.sls:
28 base:
29 "*":
Martin Polreich9ea2c472017-04-06 09:59:10 +020030 - linux_repo_openstack
31 - linux_repo_opencontrail
Petr Michalec579e64d2017-03-24 12:54:29 +010032 - linux_repo_cassandra
Petr Michalec579e64d2017-03-24 12:54:29 +010033 - linux
34 - opencontrail
35 - opencontrail_juniper
36 linux.sls:
37 linux:
38 system:
39 enabled: true
40 name: opencontrail
Petr Michalec579e64d2017-03-24 12:54:29 +010041 opencontrail_juniper.sls: {}
42 pillars-from-files:
Petr Michalec579e64d2017-03-24 12:54:29 +010043 linux_repo_cassandra.sls: tests/pillar/repo_cassandra.sls
Marek Celoud29536242017-05-23 16:14:52 +020044 linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_<%= ENV['OC_REPO'] || 'oc311' %>.sls
Martin Polreich9ea2c472017-04-06 09:59:10 +020045 linux_repo_openstack.sls: tests/pillar/repo_openstack.sls
Petr Michalec579e64d2017-03-24 12:54:29 +010046
47verifier:
48 name: inspec
49 sudo: true
50
51platforms:
Martin Polreich9ea2c472017-04-06 09:59:10 +020052 - name: <%= ENV['PLATFORM'] || 'ubuntu-xenial' %>
Petr Michalec579e64d2017-03-24 12:54:29 +010053 driver_config:
Martin Polreich9ea2c472017-04-06 09:59:10 +020054 image: <%= ENV['PLATFORM'] || 'trevorj/salty-whales:xenial' %>
Petr Michalec579e64d2017-03-24 12:54:29 +010055 platform: ubuntu
56
57suites:
58
chnydadf46d942017-10-25 13:43:42 +020059 - name: single3
Martin Polreichfc2e1012017-08-30 11:24:53 +020060 provisioner:
61 pillars-from-files:
Marek Celoudb16b01a2017-12-15 10:19:09 +010062 opencontrail.sls: tests/pillar/single3.sls
Martin Polreichfc2e1012017-08-30 11:24:53 +020063 - name: single40
64 provisioner:
65 pillars-from-files:
66 opencontrail.sls: tests/pillar/single40.sls
Marek Celouddbba7ed2017-12-07 10:36:24 +010067 excludes:
68 - ubuntu-trusty
chnydadf46d942017-10-25 13:43:42 +020069 - name: analytics3
Marek Celoud29536242017-05-23 16:14:52 +020070 provisioner:
71 pillars-from-files:
Marek Celoudb16b01a2017-12-15 10:19:09 +010072 opencontrail.sls: tests/pillar/analytics3.sls
Martin Polreicha4a60ba2017-08-24 16:29:07 +020073 - name: analytics40
74 provisioner:
75 pillars-from-files:
76 opencontrail.sls: tests/pillar/analytics40.sls
Marek Celouddbba7ed2017-12-07 10:36:24 +010077 excludes:
78 - ubuntu-trusty
chnydadf46d942017-10-25 13:43:42 +020079 - name: control3
Martin Polreicha4a60ba2017-08-24 16:29:07 +020080 provisioner:
81 pillars-from-files:
Marek Celoudb16b01a2017-12-15 10:19:09 +010082 opencontrail.sls: tests/pillar/control3.sls
Martin Polreicha4a60ba2017-08-24 16:29:07 +020083 - name: control40
84 provisioner:
85 pillars-from-files:
86 opencontrail.sls: tests/pillar/control40.sls
Marek Celouddbba7ed2017-12-07 10:36:24 +010087 excludes:
88 - ubuntu-trusty
chnydadf46d942017-10-25 13:43:42 +020089 - name: cluster3
Martin Polreichfc2e1012017-08-30 11:24:53 +020090 provisioner:
91 pillars-from-files:
Marek Celoudb16b01a2017-12-15 10:19:09 +010092 opencontrail.sls: tests/pillar/cluster3.sls
Martin Polreichfc2e1012017-08-30 11:24:53 +020093 - name: cluster40
94 provisioner:
95 pillars-from-files:
96 opencontrail.sls: tests/pillar/cluster40.sls
Marek Celouddbba7ed2017-12-07 10:36:24 +010097 excludes:
98 - ubuntu-trusty
chnydadf46d942017-10-25 13:43:42 +020099 - name: tor3
Martin Polreichfc2e1012017-08-30 11:24:53 +0200100 provisioner:
101 pillars-from-files:
Marek Celoudb16b01a2017-12-15 10:19:09 +0100102 opencontrail.sls: tests/pillar/tor3.sls
Martin Polreichfc2e1012017-08-30 11:24:53 +0200103 - name: tor40
104 provisioner:
105 pillars-from-files:
106 opencontrail.sls: tests/pillar/tor40.sls
Marek Celouddbba7ed2017-12-07 10:36:24 +0100107 excludes:
108 - ubuntu-trusty
chnydadf46d942017-10-25 13:43:42 +0200109 - name: vrouter3
Martin Polreicha4a60ba2017-08-24 16:29:07 +0200110 provisioner:
111 pillars-from-files:
Marek Celoudb16b01a2017-12-15 10:19:09 +0100112 opencontrail.sls: tests/pillar/vrouter3.sls
Marek Celouddbba7ed2017-12-07 10:36:24 +0100113 excludes:
114 - ubuntu-trusty
Martin Polreicha4a60ba2017-08-24 16:29:07 +0200115 - name: vrouter40
116 provisioner:
117 pillars-from-files:
118 opencontrail.sls: tests/pillar/vrouter40.sls
Marek Celouddbba7ed2017-12-07 10:36:24 +0100119 excludes:
120 - ubuntu-trusty
Petr Michalec579e64d2017-03-24 12:54:29 +0100121
122# vim: ft=yaml sw=2 ts=2 sts=2 tw=125