Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

kitchen.yml 13KB

feat: use `semantic-release` cross-formula standard structure * Semi-automated using https://github.com/myii/ssf-formula/pull/31 * Includes: - Update TOFS - Use `bin/kitchen` - Use `dist: bionic` in Travis - Add `yamllint` and apply rules - Use `pillars_from_files` throughout - Replace EOL images in Kitchen & Travis - Add `develop` images in Kitchen & Travis * Fix (or ignore) errors shown below: ```bash salt-formula$ yamllint -s . ./pillar.example 1:1 warning missing document start "---" (document-start) 5:23 warning truthy value should be one of [false, true] (truthy) 8:25 warning truthy value should be one of [false, true] (truthy) 11:25 warning truthy value should be one of [false, true] (truthy) 19:21 warning truthy value should be one of [false, true] (truthy) 40:89 error line too long (108 > 88 characters) (line-length) 41:89 error line too long (112 > 88 characters) (line-length) 43:89 error line too long (112 > 88 characters) (line-length) 45:89 error line too long (110 > 88 characters) (line-length) 47:89 error line too long (89 > 88 characters) (line-length) 74:27 warning truthy value should be one of [false, true] (truthy) 82:9 error wrong indentation: expected 10 but found 8 (indentation) 101:14 warning truthy value should be one of [false, true] (truthy) 102:20 warning truthy value should be one of [false, true] (truthy) 103:89 error line too long (119 > 88 characters) (line-length) 121:7 warning comment not indented like content (comments-indentation) 122:24 error syntax error: found character '%' that cannot start any token 310:89 error line too long (102 > 88 characters) (line-length) 330:89 error line too long (113 > 88 characters) (line-length) 433:1 error too many blank lines (1 > 0) (empty-lines) ./salt/osmap.yaml 4:2 error syntax error: found character '%' that cannot start any token 6:89 error line too long (93 > 88 characters) (line-length) 22:89 error line too long (137 > 88 characters) (line-length) 23:89 error line too long (134 > 88 characters) (line-length) 33:89 error line too long (149 > 88 characters) (line-length) 34:89 error line too long (146 > 88 characters) (line-length) ./salt/osfamilymap.yaml 4:2 error syntax error: found character '%' that cannot start any token 6:89 error line too long (94 > 88 characters) (line-length) 24:89 error line too long (149 > 88 characters) (line-length) 25:89 error line too long (146 > 88 characters) (line-length) 39:89 error line too long (105 > 88 characters) (line-length) 40:89 error line too long (127 > 88 characters) (line-length) 56:89 error line too long (101 > 88 characters) (line-length) ./salt/ospyvermap.yaml 4:1 warning missing document start "---" (document-start) ./salt/defaults.yaml 3:1 warning missing document start "---" (document-start) 7:21 warning truthy value should be one of [false, true] (truthy) 8:12 warning truthy value should be one of [false, true] (truthy) 9:23 warning truthy value should be one of [false, true] (truthy) 10:19 warning truthy value should be one of [false, true] (truthy) 14:25 warning truthy value should be one of [false, true] (truthy) 15:25 warning truthy value should be one of [false, true] (truthy) 16:27 warning truthy value should be one of [false, true] (truthy) 17:27 warning truthy value should be one of [false, true] (truthy) 39:28 warning truthy value should be one of [false, true] (truthy) 41:28 warning truthy value should be one of [false, true] (truthy) 45:24 warning truthy value should be one of [false, true] (truthy) 49:30 warning truthy value should be one of [false, true] (truthy) 54:28 warning truthy value should be one of [false, true] (truthy) 63:25 warning truthy value should be one of [false, true] (truthy) 68:15 warning truthy value should be one of [false, true] (truthy) ```
5 jaren geleden
feat: use `semantic-release` cross-formula standard structure * Semi-automated using https://github.com/myii/ssf-formula/pull/31 * Includes: - Update TOFS - Use `bin/kitchen` - Use `dist: bionic` in Travis - Add `yamllint` and apply rules - Use `pillars_from_files` throughout - Replace EOL images in Kitchen & Travis - Add `develop` images in Kitchen & Travis * Fix (or ignore) errors shown below: ```bash salt-formula$ yamllint -s . ./pillar.example 1:1 warning missing document start "---" (document-start) 5:23 warning truthy value should be one of [false, true] (truthy) 8:25 warning truthy value should be one of [false, true] (truthy) 11:25 warning truthy value should be one of [false, true] (truthy) 19:21 warning truthy value should be one of [false, true] (truthy) 40:89 error line too long (108 > 88 characters) (line-length) 41:89 error line too long (112 > 88 characters) (line-length) 43:89 error line too long (112 > 88 characters) (line-length) 45:89 error line too long (110 > 88 characters) (line-length) 47:89 error line too long (89 > 88 characters) (line-length) 74:27 warning truthy value should be one of [false, true] (truthy) 82:9 error wrong indentation: expected 10 but found 8 (indentation) 101:14 warning truthy value should be one of [false, true] (truthy) 102:20 warning truthy value should be one of [false, true] (truthy) 103:89 error line too long (119 > 88 characters) (line-length) 121:7 warning comment not indented like content (comments-indentation) 122:24 error syntax error: found character '%' that cannot start any token 310:89 error line too long (102 > 88 characters) (line-length) 330:89 error line too long (113 > 88 characters) (line-length) 433:1 error too many blank lines (1 > 0) (empty-lines) ./salt/osmap.yaml 4:2 error syntax error: found character '%' that cannot start any token 6:89 error line too long (93 > 88 characters) (line-length) 22:89 error line too long (137 > 88 characters) (line-length) 23:89 error line too long (134 > 88 characters) (line-length) 33:89 error line too long (149 > 88 characters) (line-length) 34:89 error line too long (146 > 88 characters) (line-length) ./salt/osfamilymap.yaml 4:2 error syntax error: found character '%' that cannot start any token 6:89 error line too long (94 > 88 characters) (line-length) 24:89 error line too long (149 > 88 characters) (line-length) 25:89 error line too long (146 > 88 characters) (line-length) 39:89 error line too long (105 > 88 characters) (line-length) 40:89 error line too long (127 > 88 characters) (line-length) 56:89 error line too long (101 > 88 characters) (line-length) ./salt/ospyvermap.yaml 4:1 warning missing document start "---" (document-start) ./salt/defaults.yaml 3:1 warning missing document start "---" (document-start) 7:21 warning truthy value should be one of [false, true] (truthy) 8:12 warning truthy value should be one of [false, true] (truthy) 9:23 warning truthy value should be one of [false, true] (truthy) 10:19 warning truthy value should be one of [false, true] (truthy) 14:25 warning truthy value should be one of [false, true] (truthy) 15:25 warning truthy value should be one of [false, true] (truthy) 16:27 warning truthy value should be one of [false, true] (truthy) 17:27 warning truthy value should be one of [false, true] (truthy) 39:28 warning truthy value should be one of [false, true] (truthy) 41:28 warning truthy value should be one of [false, true] (truthy) 45:24 warning truthy value should be one of [false, true] (truthy) 49:30 warning truthy value should be one of [false, true] (truthy) 54:28 warning truthy value should be one of [false, true] (truthy) 63:25 warning truthy value should be one of [false, true] (truthy) 68:15 warning truthy value should be one of [false, true] (truthy) ```
5 jaren geleden
feat: use `semantic-release` cross-formula standard structure * Semi-automated using https://github.com/myii/ssf-formula/pull/31 * Includes: - Update TOFS - Use `bin/kitchen` - Use `dist: bionic` in Travis - Add `yamllint` and apply rules - Use `pillars_from_files` throughout - Replace EOL images in Kitchen & Travis - Add `develop` images in Kitchen & Travis * Fix (or ignore) errors shown below: ```bash salt-formula$ yamllint -s . ./pillar.example 1:1 warning missing document start "---" (document-start) 5:23 warning truthy value should be one of [false, true] (truthy) 8:25 warning truthy value should be one of [false, true] (truthy) 11:25 warning truthy value should be one of [false, true] (truthy) 19:21 warning truthy value should be one of [false, true] (truthy) 40:89 error line too long (108 > 88 characters) (line-length) 41:89 error line too long (112 > 88 characters) (line-length) 43:89 error line too long (112 > 88 characters) (line-length) 45:89 error line too long (110 > 88 characters) (line-length) 47:89 error line too long (89 > 88 characters) (line-length) 74:27 warning truthy value should be one of [false, true] (truthy) 82:9 error wrong indentation: expected 10 but found 8 (indentation) 101:14 warning truthy value should be one of [false, true] (truthy) 102:20 warning truthy value should be one of [false, true] (truthy) 103:89 error line too long (119 > 88 characters) (line-length) 121:7 warning comment not indented like content (comments-indentation) 122:24 error syntax error: found character '%' that cannot start any token 310:89 error line too long (102 > 88 characters) (line-length) 330:89 error line too long (113 > 88 characters) (line-length) 433:1 error too many blank lines (1 > 0) (empty-lines) ./salt/osmap.yaml 4:2 error syntax error: found character '%' that cannot start any token 6:89 error line too long (93 > 88 characters) (line-length) 22:89 error line too long (137 > 88 characters) (line-length) 23:89 error line too long (134 > 88 characters) (line-length) 33:89 error line too long (149 > 88 characters) (line-length) 34:89 error line too long (146 > 88 characters) (line-length) ./salt/osfamilymap.yaml 4:2 error syntax error: found character '%' that cannot start any token 6:89 error line too long (94 > 88 characters) (line-length) 24:89 error line too long (149 > 88 characters) (line-length) 25:89 error line too long (146 > 88 characters) (line-length) 39:89 error line too long (105 > 88 characters) (line-length) 40:89 error line too long (127 > 88 characters) (line-length) 56:89 error line too long (101 > 88 characters) (line-length) ./salt/ospyvermap.yaml 4:1 warning missing document start "---" (document-start) ./salt/defaults.yaml 3:1 warning missing document start "---" (document-start) 7:21 warning truthy value should be one of [false, true] (truthy) 8:12 warning truthy value should be one of [false, true] (truthy) 9:23 warning truthy value should be one of [false, true] (truthy) 10:19 warning truthy value should be one of [false, true] (truthy) 14:25 warning truthy value should be one of [false, true] (truthy) 15:25 warning truthy value should be one of [false, true] (truthy) 16:27 warning truthy value should be one of [false, true] (truthy) 17:27 warning truthy value should be one of [false, true] (truthy) 39:28 warning truthy value should be one of [false, true] (truthy) 41:28 warning truthy value should be one of [false, true] (truthy) 45:24 warning truthy value should be one of [false, true] (truthy) 49:30 warning truthy value should be one of [false, true] (truthy) 54:28 warning truthy value should be one of [false, true] (truthy) 63:25 warning truthy value should be one of [false, true] (truthy) 68:15 warning truthy value should be one of [false, true] (truthy) ```
5 jaren geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. # For help on this file's format, see https://kitchen.ci/
  5. driver:
  6. name: docker
  7. use_sudo: false
  8. privileged: true
  9. run_command: /lib/systemd/systemd
  10. platforms:
  11. ## SALT `tiamat`
  12. - name: debian-10-tiamat-py3
  13. driver:
  14. image: saltimages/salt-tiamat-py3:debian-10
  15. - name: debian-9-tiamat-py3
  16. driver:
  17. image: saltimages/salt-tiamat-py3:debian-9
  18. - name: ubuntu-2004-tiamat-py3
  19. driver:
  20. image: saltimages/salt-tiamat-py3:ubuntu-20.04
  21. - name: ubuntu-1804-tiamat-py3
  22. driver:
  23. image: saltimages/salt-tiamat-py3:ubuntu-18.04
  24. - name: ubuntu-1604-tiamat-py3
  25. driver:
  26. image: saltimages/salt-tiamat-py3:ubuntu-16.04
  27. - name: centos-8-tiamat-py3
  28. driver:
  29. image: saltimages/salt-tiamat-py3:centos-8
  30. - name: centos-7-tiamat-py3
  31. driver:
  32. image: saltimages/salt-tiamat-py3:centos-7
  33. - name: amazonlinux-2-tiamat-py3
  34. driver:
  35. image: saltimages/salt-tiamat-py3:amazonlinux-2
  36. - name: oraclelinux-8-tiamat-py3
  37. driver:
  38. image: saltimages/salt-tiamat-py3:oraclelinux-8
  39. - name: oraclelinux-7-tiamat-py3
  40. driver:
  41. image: saltimages/salt-tiamat-py3:oraclelinux-7
  42. ## SALT `master`
  43. - name: debian-10-master-py3
  44. driver:
  45. image: saltimages/salt-master-py3:debian-10
  46. - name: debian-9-master-py3
  47. driver:
  48. image: saltimages/salt-master-py3:debian-9
  49. - name: ubuntu-2004-master-py3
  50. driver:
  51. image: saltimages/salt-master-py3:ubuntu-20.04
  52. - name: ubuntu-1804-master-py3
  53. driver:
  54. image: saltimages/salt-master-py3:ubuntu-18.04
  55. - name: ubuntu-1604-master-py3
  56. driver:
  57. image: saltimages/salt-master-py3:ubuntu-16.04
  58. - name: centos-8-master-py3
  59. driver:
  60. image: saltimages/salt-master-py3:centos-8
  61. - name: centos-7-master-py3
  62. driver:
  63. image: saltimages/salt-master-py3:centos-7
  64. - name: fedora-33-master-py3
  65. driver:
  66. image: saltimages/salt-master-py3:fedora-33
  67. - name: fedora-32-master-py3
  68. driver:
  69. image: saltimages/salt-master-py3:fedora-32
  70. - name: opensuse-leap-152-master-py3
  71. driver:
  72. image: saltimages/salt-master-py3:opensuse-leap-15.2
  73. run_command: /usr/lib/systemd/systemd
  74. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  75. # => SCP did not finish successfully (255): (Net::SCP::Error)
  76. transport:
  77. max_ssh_sessions: 1
  78. - name: opensuse-tmbl-latest-master-py3
  79. driver:
  80. image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
  81. run_command: /usr/lib/systemd/systemd
  82. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  83. # => SCP did not finish successfully (255): (Net::SCP::Error)
  84. transport:
  85. max_ssh_sessions: 1
  86. - name: amazonlinux-2-master-py3
  87. driver:
  88. image: saltimages/salt-master-py3:amazonlinux-2
  89. - name: oraclelinux-8-master-py3
  90. driver:
  91. image: saltimages/salt-master-py3:oraclelinux-8
  92. - name: oraclelinux-7-master-py3
  93. driver:
  94. image: saltimages/salt-master-py3:oraclelinux-7
  95. - name: gentoo-stage3-latest-master-py3
  96. driver:
  97. image: saltimages/salt-master-py3:gentoo-stage3-latest
  98. run_command: /sbin/init
  99. - name: gentoo-stage3-systemd-master-py3
  100. driver:
  101. image: saltimages/salt-master-py3:gentoo-stage3-systemd
  102. ## SALT `3002.5`
  103. - name: debian-10-3002-5-py3
  104. driver:
  105. image: saltimages/salt-3002.5-py3:debian-10
  106. - name: debian-9-3002-5-py3
  107. driver:
  108. image: saltimages/salt-3002.5-py3:debian-9
  109. - name: ubuntu-2004-3002-5-py3
  110. driver:
  111. image: saltimages/salt-3002.5-py3:ubuntu-20.04
  112. - name: ubuntu-1804-3002-5-py3
  113. driver:
  114. image: saltimages/salt-3002.5-py3:ubuntu-18.04
  115. - name: ubuntu-1604-3002-5-py3
  116. driver:
  117. image: saltimages/salt-3002.5-py3:ubuntu-16.04
  118. - name: centos-8-3002-5-py3
  119. driver:
  120. image: saltimages/salt-3002.5-py3:centos-8
  121. - name: centos-7-3002-5-py3
  122. driver:
  123. image: saltimages/salt-3002.5-py3:centos-7
  124. - name: fedora-33-3002-5-py3
  125. driver:
  126. image: saltimages/salt-3002.5-py3:fedora-33
  127. - name: fedora-32-3002-5-py3
  128. driver:
  129. image: saltimages/salt-3002.5-py3:fedora-32
  130. - name: amazonlinux-2-3002-5-py3
  131. driver:
  132. image: saltimages/salt-3002.5-py3:amazonlinux-2
  133. - name: oraclelinux-8-3002-5-py3
  134. driver:
  135. image: saltimages/salt-3002.5-py3:oraclelinux-8
  136. - name: oraclelinux-7-3002-5-py3
  137. driver:
  138. image: saltimages/salt-3002.5-py3:oraclelinux-7
  139. - name: arch-base-latest-3002-5-py3
  140. driver:
  141. image: saltimages/salt-3002.5-py3:arch-base-latest
  142. run_command: /usr/lib/systemd/systemd
  143. - name: gentoo-stage3-latest-3002-5-py3
  144. driver:
  145. image: saltimages/salt-3002.5-py3:gentoo-stage3-latest
  146. run_command: /sbin/init
  147. - name: gentoo-stage3-systemd-3002-5-py3
  148. driver:
  149. image: saltimages/salt-3002.5-py3:gentoo-stage3-systemd
  150. ## SALT `3002.2`
  151. - name: opensuse-leap-152-3002-2-py3
  152. driver:
  153. image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
  154. run_command: /usr/lib/systemd/systemd
  155. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  156. # => SCP did not finish successfully (255): (Net::SCP::Error)
  157. transport:
  158. max_ssh_sessions: 1
  159. - name: opensuse-tmbl-latest-3002-2-py3
  160. driver:
  161. image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
  162. run_command: /usr/lib/systemd/systemd
  163. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  164. # => SCP did not finish successfully (255): (Net::SCP::Error)
  165. transport:
  166. max_ssh_sessions: 1
  167. ## SALT `3001.6`
  168. - name: debian-10-3001-6-py3
  169. driver:
  170. image: saltimages/salt-3001.6-py3:debian-10
  171. - name: debian-9-3001-6-py3
  172. driver:
  173. image: saltimages/salt-3001.6-py3:debian-9
  174. - name: ubuntu-2004-3001-6-py3
  175. driver:
  176. image: saltimages/salt-3001.6-py3:ubuntu-20.04
  177. - name: ubuntu-1804-3001-6-py3
  178. driver:
  179. image: saltimages/salt-3001.6-py3:ubuntu-18.04
  180. - name: ubuntu-1604-3001-6-py3
  181. driver:
  182. image: saltimages/salt-3001.6-py3:ubuntu-16.04
  183. - name: centos-8-3001-6-py3
  184. driver:
  185. image: saltimages/salt-3001.6-py3:centos-8
  186. - name: centos-7-3001-6-py3
  187. driver:
  188. image: saltimages/salt-3001.6-py3:centos-7
  189. - name: fedora-33-3001-6-py3
  190. driver:
  191. image: saltimages/salt-3001.6-py3:fedora-33
  192. - name: fedora-32-3001-6-py3
  193. driver:
  194. image: saltimages/salt-3001.6-py3:fedora-32
  195. - name: opensuse-leap-152-3001-6-py3
  196. driver:
  197. image: saltimages/salt-3001.6-py3:opensuse-leap-15.2
  198. run_command: /usr/lib/systemd/systemd
  199. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  200. # => SCP did not finish successfully (255): (Net::SCP::Error)
  201. transport:
  202. max_ssh_sessions: 1
  203. - name: opensuse-tmbl-latest-3001-6-py3
  204. driver:
  205. image: saltimages/salt-3001.6-py3:opensuse-tumbleweed-latest
  206. run_command: /usr/lib/systemd/systemd
  207. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  208. # => SCP did not finish successfully (255): (Net::SCP::Error)
  209. transport:
  210. max_ssh_sessions: 1
  211. - name: amazonlinux-2-3001-6-py3
  212. driver:
  213. image: saltimages/salt-3001.6-py3:amazonlinux-2
  214. - name: oraclelinux-8-3001-6-py3
  215. driver:
  216. image: saltimages/salt-3001.6-py3:oraclelinux-8
  217. - name: oraclelinux-7-3001-6-py3
  218. driver:
  219. image: saltimages/salt-3001.6-py3:oraclelinux-7
  220. - name: arch-base-latest-3001-6-py3
  221. driver:
  222. image: saltimages/salt-3001.6-py3:arch-base-latest
  223. run_command: /usr/lib/systemd/systemd
  224. - name: gentoo-stage3-latest-3001-6-py3
  225. driver:
  226. image: saltimages/salt-3001.6-py3:gentoo-stage3-latest
  227. run_command: /sbin/init
  228. - name: gentoo-stage3-systemd-3001-6-py3
  229. driver:
  230. image: saltimages/salt-3001.6-py3:gentoo-stage3-systemd
  231. ## SALT `3000.8`
  232. - name: debian-10-3000-8-py3
  233. driver:
  234. image: saltimages/salt-3000.8-py3:debian-10
  235. - name: debian-9-3000-8-py3
  236. driver:
  237. image: saltimages/salt-3000.8-py3:debian-9
  238. - name: ubuntu-1804-3000-8-py3
  239. driver:
  240. image: saltimages/salt-3000.8-py3:ubuntu-18.04
  241. - name: ubuntu-1604-3000-8-py3
  242. driver:
  243. image: saltimages/salt-3000.8-py3:ubuntu-16.04
  244. - name: centos-8-3000-8-py3
  245. driver:
  246. image: saltimages/salt-3000.8-py3:centos-8
  247. - name: centos-7-3000-8-py3
  248. driver:
  249. image: saltimages/salt-3000.8-py3:centos-7
  250. - name: opensuse-leap-152-3000-8-py3
  251. driver:
  252. image: saltimages/salt-3000.8-py3:opensuse-leap-15.2
  253. run_command: /usr/lib/systemd/systemd
  254. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  255. # => SCP did not finish successfully (255): (Net::SCP::Error)
  256. transport:
  257. max_ssh_sessions: 1
  258. - name: amazonlinux-2-3000-8-py3
  259. driver:
  260. image: saltimages/salt-3000.8-py3:amazonlinux-2
  261. - name: oraclelinux-8-3000-8-py3
  262. driver:
  263. image: saltimages/salt-3000.8-py3:oraclelinux-8
  264. - name: oraclelinux-7-3000-8-py3
  265. driver:
  266. image: saltimages/salt-3000.8-py3:oraclelinux-7
  267. - name: gentoo-stage3-latest-3000-8-py3
  268. driver:
  269. image: saltimages/salt-3000.8-py3:gentoo-stage3-latest
  270. run_command: /sbin/init
  271. - name: gentoo-stage3-systemd-3000-8-py3
  272. driver:
  273. image: saltimages/salt-3000.8-py3:gentoo-stage3-systemd
  274. - name: ubuntu-1804-3000-8-py2
  275. driver:
  276. image: saltimages/salt-3000.8-py2:ubuntu-18.04
  277. - name: ubuntu-1604-3000-8-py2
  278. driver:
  279. image: saltimages/salt-3000.8-py2:ubuntu-16.04
  280. - name: arch-base-latest-3000-8-py2
  281. driver:
  282. image: saltimages/salt-3000.8-py2:arch-base-latest
  283. run_command: /usr/lib/systemd/systemd
  284. provisioner:
  285. name: salt_solo
  286. log_level: debug
  287. salt_install: none
  288. require_chef: false
  289. formula: salt
  290. salt_copy_filter:
  291. - .kitchen
  292. - .git
  293. verifier:
  294. # https://www.inspec.io/
  295. name: inspec
  296. sudo: true
  297. # cli, documentation, html, progress, json, json-min, json-rspec, junit
  298. reporter:
  299. - cli
  300. suites:
  301. - name: v3002-py3
  302. includes:
  303. - debian-10-3002-5-py3
  304. - debian-9-3002-5-py3
  305. - ubuntu-2004-3002-5-py3
  306. - ubuntu-1804-3002-5-py3
  307. - ubuntu-1604-3002-5-py3
  308. - centos-8-3002-5-py3
  309. - centos-7-3002-5-py3
  310. - fedora-33-3002-5-py3
  311. - fedora-32-3002-5-py3
  312. - amazonlinux-2-3002-5-py3
  313. - oraclelinux-8-3002-5-py3
  314. - oraclelinux-7-3002-5-py3
  315. - arch-base-latest-3002-5-py3
  316. - gentoo-stage3-latest-3002-5-py3
  317. - gentoo-stage3-systemd-3002-5-py3
  318. - freebsd-122-3002-6-py3
  319. - freebsd-114-3002-6-py3
  320. - windows-10-latest-py3
  321. - windows-81-latest-py3
  322. - windows-2019-latest-py3
  323. - windows-2016-latest-py3
  324. provisioner:
  325. state_top:
  326. base:
  327. '*':
  328. - salt._mapdata
  329. - salt.pkgrepo
  330. - salt.master
  331. - salt.minion
  332. pillars:
  333. top.sls:
  334. base:
  335. '*':
  336. - salt
  337. - v3002-py3
  338. pillars_from_files:
  339. salt.sls: test/salt/pillar/salt.sls
  340. v3002-py3.sls: test/salt/pillar/v3002-py3.sls
  341. verifier:
  342. inspec_tests:
  343. - path: test/integration/v3002-py3
  344. - name: v3001-py3
  345. includes:
  346. - debian-10-3001-6-py3
  347. - debian-9-3001-6-py3
  348. - ubuntu-2004-3001-6-py3
  349. - ubuntu-1804-3001-6-py3
  350. - ubuntu-1604-3001-6-py3
  351. - centos-8-3001-6-py3
  352. - centos-7-3001-6-py3
  353. - fedora-33-3001-6-py3
  354. - fedora-32-3001-6-py3
  355. - opensuse-leap-152-3001-6-py3
  356. - opensuse-tmbl-latest-3001-6-py3
  357. - amazonlinux-2-3001-6-py3
  358. - oraclelinux-8-3001-6-py3
  359. - oraclelinux-7-3001-6-py3
  360. - arch-base-latest-3001-6-py3
  361. - gentoo-stage3-latest-3001-6-py3
  362. - gentoo-stage3-systemd-3001-6-py3
  363. - openbsd-68-3001-1-py3
  364. provisioner:
  365. state_top:
  366. base:
  367. '*':
  368. - salt._mapdata
  369. - salt.pkgrepo
  370. - salt.master
  371. - salt.minion
  372. pillars:
  373. top.sls:
  374. base:
  375. '*':
  376. - salt
  377. - v3001-py3
  378. pillars_from_files:
  379. salt.sls: test/salt/pillar/salt.sls
  380. v3001-py3.sls: test/salt/pillar/v3001-py3.sls
  381. verifier:
  382. inspec_tests:
  383. - path: test/integration/v3001-py3
  384. - name: v3000-py3
  385. includes:
  386. - debian-10-3000-8-py3
  387. - debian-9-3000-8-py3
  388. - ubuntu-1804-3000-8-py3
  389. - ubuntu-1604-3000-8-py3
  390. - centos-8-3000-8-py3
  391. - centos-7-3000-8-py3
  392. - opensuse-leap-152-3000-8-py3
  393. - amazonlinux-2-3000-8-py3
  394. - oraclelinux-8-3000-8-py3
  395. - oraclelinux-7-3000-8-py3
  396. - gentoo-stage3-latest-3000-8-py3
  397. - gentoo-stage3-systemd-3000-8-py3
  398. provisioner:
  399. state_top:
  400. base:
  401. '*':
  402. - salt._mapdata
  403. - salt.pkgrepo
  404. - salt.master
  405. - salt.minion
  406. pillars:
  407. top.sls:
  408. base:
  409. '*':
  410. - salt
  411. - v3000-py3
  412. pillars_from_files:
  413. salt.sls: test/salt/pillar/salt.sls
  414. v3000-py3.sls: test/salt/pillar/v3000-py3.sls
  415. verifier:
  416. inspec_tests:
  417. - path: test/integration/v3000-py3
  418. - name: v3000-py2
  419. includes:
  420. - ubuntu-1804-3000-8-py2
  421. - ubuntu-1604-3000-8-py2
  422. - arch-base-latest-3000-8-py2
  423. provisioner:
  424. state_top:
  425. base:
  426. '*':
  427. - salt._mapdata
  428. - salt.pkgrepo
  429. - salt.master
  430. - salt.minion
  431. pillars:
  432. top.sls:
  433. base:
  434. '*':
  435. - salt
  436. - v3000-py2
  437. pillars_from_files:
  438. salt.sls: test/salt/pillar/salt.sls
  439. v3000-py2.sls: test/salt/pillar/v3000-py2.sls
  440. verifier:
  441. inspec_tests:
  442. - path: test/integration/v3000-py2