Saltstack Official Apt Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

207 líneas
5.5KB

  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: /usr/lib/systemd/systemd
  10. provisioner:
  11. name: salt_solo
  12. log_level: debug
  13. salt_install: none
  14. require_chef: false
  15. formula: apt
  16. salt_copy_filter:
  17. - .kitchen
  18. - .git
  19. platforms:
  20. ## SALT `tiamat`
  21. - name: debian-11-tiamat-py3
  22. driver:
  23. image: saltimages/salt-tiamat-py3:debian-11
  24. run_command: /lib/systemd/systemd
  25. - name: debian-10-tiamat-py3
  26. driver:
  27. image: saltimages/salt-tiamat-py3:debian-10
  28. run_command: /lib/systemd/systemd
  29. - name: debian-9-tiamat-py3
  30. driver:
  31. image: saltimages/salt-tiamat-py3:debian-9
  32. run_command: /lib/systemd/systemd
  33. - name: ubuntu-2004-tiamat-py3
  34. driver:
  35. image: saltimages/salt-tiamat-py3:ubuntu-20.04
  36. run_command: /lib/systemd/systemd
  37. - name: ubuntu-1804-tiamat-py3
  38. driver:
  39. image: saltimages/salt-tiamat-py3:ubuntu-18.04
  40. run_command: /lib/systemd/systemd
  41. ## SALT `master`
  42. - name: debian-11-master-py3
  43. driver:
  44. image: saltimages/salt-master-py3:debian-11
  45. run_command: /lib/systemd/systemd
  46. - name: debian-10-master-py3
  47. driver:
  48. image: saltimages/salt-master-py3:debian-10
  49. run_command: /lib/systemd/systemd
  50. - name: debian-9-master-py3
  51. driver:
  52. image: saltimages/salt-master-py3:debian-9
  53. run_command: /lib/systemd/systemd
  54. - name: ubuntu-2004-master-py3
  55. driver:
  56. image: saltimages/salt-master-py3:ubuntu-20.04
  57. run_command: /lib/systemd/systemd
  58. - name: ubuntu-1804-master-py3
  59. driver:
  60. image: saltimages/salt-master-py3:ubuntu-18.04
  61. run_command: /lib/systemd/systemd
  62. ## SALT `3003.1`
  63. - name: debian-11-3003-1-py3
  64. driver:
  65. image: saltimages/salt-3003.1-py3:debian-11
  66. run_command: /lib/systemd/systemd
  67. - name: debian-10-3003-1-py3
  68. driver:
  69. image: saltimages/salt-3003.1-py3:debian-10
  70. run_command: /lib/systemd/systemd
  71. - name: debian-9-3003-1-py3
  72. driver:
  73. image: saltimages/salt-3003.1-py3:debian-9
  74. run_command: /lib/systemd/systemd
  75. - name: ubuntu-2004-3003-1-py3
  76. driver:
  77. image: saltimages/salt-3003.1-py3:ubuntu-20.04
  78. run_command: /lib/systemd/systemd
  79. - name: ubuntu-1804-3003-1-py3
  80. driver:
  81. image: saltimages/salt-3003.1-py3:ubuntu-18.04
  82. run_command: /lib/systemd/systemd
  83. ## SALT `3002.6`
  84. - name: debian-11-3002-6-py3
  85. driver:
  86. image: saltimages/salt-3002.6-py3:debian-11
  87. run_command: /lib/systemd/systemd
  88. - name: debian-10-3002-6-py3
  89. driver:
  90. image: saltimages/salt-3002.6-py3:debian-10
  91. run_command: /lib/systemd/systemd
  92. - name: debian-9-3002-6-py3
  93. driver:
  94. image: saltimages/salt-3002.6-py3:debian-9
  95. run_command: /lib/systemd/systemd
  96. - name: ubuntu-2004-3002-6-py3
  97. driver:
  98. image: saltimages/salt-3002.6-py3:ubuntu-20.04
  99. run_command: /lib/systemd/systemd
  100. - name: ubuntu-1804-3002-6-py3
  101. driver:
  102. image: saltimages/salt-3002.6-py3:ubuntu-18.04
  103. run_command: /lib/systemd/systemd
  104. ## SALT `3001.7`
  105. - name: debian-10-3001-7-py3
  106. driver:
  107. image: saltimages/salt-3001.7-py3:debian-10
  108. run_command: /lib/systemd/systemd
  109. - name: debian-9-3001-7-py3
  110. driver:
  111. image: saltimages/salt-3001.7-py3:debian-9
  112. run_command: /lib/systemd/systemd
  113. - name: ubuntu-2004-3001-7-py3
  114. driver:
  115. image: saltimages/salt-3001.7-py3:ubuntu-20.04
  116. run_command: /lib/systemd/systemd
  117. - name: ubuntu-1804-3001-7-py3
  118. driver:
  119. image: saltimages/salt-3001.7-py3:ubuntu-18.04
  120. run_command: /lib/systemd/systemd
  121. ## SALT `3000.9`
  122. - name: debian-10-3000-9-py3
  123. driver:
  124. image: saltimages/salt-3000.9-py3:debian-10
  125. run_command: /lib/systemd/systemd
  126. - name: debian-9-3000-9-py3
  127. driver:
  128. image: saltimages/salt-3000.9-py3:debian-9
  129. run_command: /lib/systemd/systemd
  130. - name: ubuntu-1804-3000-9-py3
  131. driver:
  132. image: saltimages/salt-3000.9-py3:ubuntu-18.04
  133. run_command: /lib/systemd/systemd
  134. - name: ubuntu-1804-3000-9-py2
  135. driver:
  136. image: saltimages/salt-3000.9-py2:ubuntu-18.04
  137. run_command: /lib/systemd/systemd
  138. verifier:
  139. # https://www.inspec.io/
  140. name: inspec
  141. sudo: true
  142. reporter:
  143. # cli, documentation, html, progress, json, json-min, json-rspec, junit
  144. - cli
  145. suites:
  146. - name: repositories
  147. provisioner:
  148. state_top:
  149. base:
  150. '*':
  151. - apt._mapdata
  152. - apt.repositories
  153. - apt.update
  154. pillars:
  155. top.sls:
  156. base:
  157. '*':
  158. - apt
  159. pillars_from_files:
  160. apt.sls: test/salt/pillar/repositories.pillar.sls
  161. verifier:
  162. inspec_tests:
  163. - path: test/integration/repositories
  164. - name: preferences
  165. provisioner:
  166. state_top:
  167. base:
  168. '*':
  169. - apt._mapdata
  170. - apt.preferences
  171. pillars:
  172. top.sls:
  173. base:
  174. '*':
  175. - apt
  176. pillars_from_files:
  177. apt.sls: test/salt/pillar/preferences.pillar.sls
  178. verifier:
  179. inspec_tests:
  180. - path: test/integration/preferences
  181. - name: unattended
  182. provisioner:
  183. state_top:
  184. base:
  185. '*':
  186. - apt._mapdata
  187. - apt.unattended
  188. pillars:
  189. top.sls:
  190. base:
  191. '*':
  192. - apt
  193. pillars_from_files:
  194. apt.sls: test/salt/pillar/unattended.pillar.sls
  195. verifier:
  196. inspec_tests:
  197. - path: test/integration/unattended