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 |
Martin Polreich | 05def38 | 2019-10-15 14:30:42 +0200 | [diff] [blame] | 20 | source: https://gerrit.mcp.mirantis.com/salt-formulas/linux |
Martin Polreich | 466e46d | 2019-04-10 08:21:45 +0200 | [diff] [blame] | 21 | branch: <%=ENV['GERRIT_BRANCH'] || 'master' %> |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 22 | state_top: |
| 23 | base: |
| 24 | "*": |
| 25 | - linux |
| 26 | - opencontrail |
| 27 | pillars: |
| 28 | top.sls: |
| 29 | base: |
| 30 | "*": |
Martin Polreich | 9ea2c47 | 2017-04-06 09:59:10 +0200 | [diff] [blame] | 31 | - linux_repo_openstack |
| 32 | - linux_repo_opencontrail |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 33 | - linux_repo_cassandra |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 34 | - linux |
| 35 | - opencontrail |
| 36 | - opencontrail_juniper |
| 37 | linux.sls: |
| 38 | linux: |
| 39 | system: |
| 40 | enabled: true |
| 41 | name: opencontrail |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 42 | opencontrail_juniper.sls: {} |
| 43 | pillars-from-files: |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 44 | linux_repo_cassandra.sls: tests/pillar/repo_cassandra.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 | |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 51 | docker_images: |
Martin Polreich | 05def38 | 2019-10-15 14:30:42 +0200 | [diff] [blame] | 52 | - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%> |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 53 | |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 54 | platforms: |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 55 | - name: xenial-2017.7 |
| 56 | driver_config: |
| 57 | image: *xenial-20177 |
| 58 | platform: ubuntu |
| 59 | |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 60 | suites: |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 61 | - name: single3 |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 62 | provisioner: |
| 63 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 64 | opencontrail.sls: tests/pillar/single3.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 65 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc323.sls |
| 66 | |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 67 | - name: single40 |
| 68 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 69 | grains: |
| 70 | init: 'systemd' |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 71 | pillars-from-files: |
| 72 | opencontrail.sls: tests/pillar/single40.sls |
Anton Samoylov | d2d826a | 2019-04-12 14:57:04 +0400 | [diff] [blame] | 73 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc41.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 74 | |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 75 | - name: analytics3 |
Marek Celoud | 2953624 | 2017-05-23 16:14:52 +0200 | [diff] [blame] | 76 | provisioner: |
| 77 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 78 | opencontrail.sls: tests/pillar/analytics3.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 79 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc323.sls |
| 80 | |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 81 | - name: analytics40 |
| 82 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 83 | grains: |
| 84 | init: 'systemd' |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 85 | pillars-from-files: |
| 86 | opencontrail.sls: tests/pillar/analytics40.sls |
Anton Samoylov | d2d826a | 2019-04-12 14:57:04 +0400 | [diff] [blame] | 87 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc41.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 88 | |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 89 | - name: control3 |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +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/control3.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 93 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc323.sls |
| 94 | |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 95 | - name: control40 |
| 96 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 97 | grains: |
| 98 | init: 'systemd' |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 99 | pillars-from-files: |
| 100 | opencontrail.sls: tests/pillar/control40.sls |
Anton Samoylov | d2d826a | 2019-04-12 14:57:04 +0400 | [diff] [blame] | 101 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc41.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 102 | |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 103 | - name: cluster3 |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 104 | provisioner: |
| 105 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 106 | opencontrail.sls: tests/pillar/cluster3.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 107 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc323.sls |
| 108 | |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 109 | - name: cluster40 |
| 110 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 111 | grains: |
| 112 | init: 'systemd' |
Martin Polreich | fc2e101 | 2017-08-30 11:24:53 +0200 | [diff] [blame] | 113 | pillars-from-files: |
| 114 | opencontrail.sls: tests/pillar/cluster40.sls |
Anton Samoylov | d2d826a | 2019-04-12 14:57:04 +0400 | [diff] [blame] | 115 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc41.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 116 | |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 117 | # - name: tor3 |
| 118 | # provisioner: |
| 119 | # pillars-from-files: |
| 120 | # opencontrail.sls: tests/pillar/tor3.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 121 | # linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc323.sls |
| 122 | |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 123 | # - name: tor40 |
| 124 | # provisioner: |
| 125 | # pillars-from-files: |
| 126 | # opencontrail.sls: tests/pillar/tor40.sls |
Anton Samoylov | d2d826a | 2019-04-12 14:57:04 +0400 | [diff] [blame] | 127 | # linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc41.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 128 | |
chnyda | df46d94 | 2017-10-25 13:43:42 +0200 | [diff] [blame] | 129 | - name: vrouter3 |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 130 | provisioner: |
| 131 | pillars-from-files: |
Marek Celoud | b16b01a | 2017-12-15 10:19:09 +0100 | [diff] [blame] | 132 | opencontrail.sls: tests/pillar/vrouter3.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 133 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc323.sls |
Martin Polreich | 95fb3c8 | 2019-01-15 11:03:36 +0100 | [diff] [blame] | 134 | |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 135 | - name: vrouter40 |
| 136 | provisioner: |
Martin Polreich | 51b3bc6 | 2018-02-21 13:09:04 +0100 | [diff] [blame] | 137 | grains: |
| 138 | init: 'systemd' |
Martin Polreich | a4a60ba | 2017-08-24 16:29:07 +0200 | [diff] [blame] | 139 | pillars-from-files: |
| 140 | opencontrail.sls: tests/pillar/vrouter40.sls |
Anton Samoylov | d2d826a | 2019-04-12 14:57:04 +0400 | [diff] [blame] | 141 | linux_repo_opencontrail.sls: tests/pillar/repo_opencontrail_oc41.sls |
Petr Michalec | 579e64d | 2017-03-24 12:54:29 +0100 | [diff] [blame] | 142 | |
| 143 | # vim: ft=yaml sw=2 ts=2 sts=2 tw=125 |