Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 1 | --- |
| 2 | driver: |
| 3 | name: docker |
| 4 | hostname: opencontrail |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 5 | use_sudo: false |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 6 | |
| 7 | provisioner: |
| 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 Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 17 | 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 Polreich | 9ea2c47 | 2017-04-06 09:59:10 +0200 | [diff] [blame] | 30 | - linux_repo_openstack |
| 31 | - linux_repo_opencontrail |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 32 | - linux_repo_cassandra |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 33 | - linux |
| 34 | - opencontrail |
| 35 | - opencontrail_juniper |
| 36 | linux.sls: |
| 37 | linux: |
| 38 | system: |
| 39 | enabled: true |
| 40 | name: opencontrail |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 41 | opencontrail_juniper.sls: {} |
| 42 | pillars-from-files: |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 43 | linux_repo_cassandra.sls: tests/pillar/repo_cassandra.sls |
Marek Celoud | 2953624 | 2017-05-23 16:14:52 +0200 | [diff] [blame] | 44 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_<%= ENV['OC_REPO'] || 'oc311' %>.sls |
Martin Polreich | 9ea2c47 | 2017-04-06 09:59:10 +0200 | [diff] [blame] | 45 | linux_repo_openstack.sls: tests/pillar/repo_openstack.sls |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 46 | |
| 47 | verifier: |
| 48 | name: inspec |
| 49 | sudo: true |
| 50 | |
| 51 | platforms: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 52 | - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %> |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 53 | driver_config: |
Martin Polreich | 4a6a993 | 2018-04-25 14:29:34 +0200 | [diff] [blame] | 54 | image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%> |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 55 | platform: ubuntu |
| 56 | |
| 57 | suites: |
| 58 | |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 59 | - name: single3 |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 60 | provisioner: |
| 61 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 62 | opencontrail.sls: tests/pillar/single3.sls |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 63 | - name: single40 |
| 64 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 65 | grains: |
| 66 | init: 'systemd' |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 67 | pillars-from-files: |
| 68 | opencontrail.sls: tests/pillar/single40.sls |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 69 | - name: analytics3 |
Marek Celoud | 2953624 | 2017-05-23 16:14:52 +0200 | [diff] [blame] | 70 | provisioner: |
| 71 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 72 | opencontrail.sls: tests/pillar/analytics3.sls |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 73 | - name: analytics40 |
| 74 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 75 | grains: |
| 76 | init: 'systemd' |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 77 | pillars-from-files: |
| 78 | opencontrail.sls: tests/pillar/analytics40.sls |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 79 | - name: control3 |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 80 | provisioner: |
| 81 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 82 | opencontrail.sls: tests/pillar/control3.sls |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 83 | - name: control40 |
| 84 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 85 | grains: |
| 86 | init: 'systemd' |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 87 | pillars-from-files: |
| 88 | opencontrail.sls: tests/pillar/control40.sls |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 89 | - name: cluster3 |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 90 | provisioner: |
| 91 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 92 | opencontrail.sls: tests/pillar/cluster3.sls |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 93 | - name: cluster40 |
| 94 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 95 | grains: |
| 96 | init: 'systemd' |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 97 | pillars-from-files: |
| 98 | opencontrail.sls: tests/pillar/cluster40.sls |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 99 | # - name: tor3 |
| 100 | # provisioner: |
| 101 | # pillars-from-files: |
| 102 | # opencontrail.sls: tests/pillar/tor3.sls |
| 103 | # - name: tor40 |
| 104 | # provisioner: |
| 105 | # pillars-from-files: |
| 106 | # opencontrail.sls: tests/pillar/tor40.sls |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 107 | - name: vrouter3 |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 108 | provisioner: |
| 109 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 110 | opencontrail.sls: tests/pillar/vrouter3.sls |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 111 | - name: vrouter40 |
| 112 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 113 | grains: |
| 114 | init: 'systemd' |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 115 | pillars-from-files: |
| 116 | opencontrail.sls: tests/pillar/vrouter40.sls |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 117 | |
| 118 | # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |