Saltstack Official Apt Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

185 lines
4.8KB

  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 `3004.1`
  63. - name: debian-11-3004-1-py3
  64. driver:
  65. image: saltimages/salt-3004.1-py3:debian-11
  66. run_command: /lib/systemd/systemd
  67. - name: debian-10-3004-1-py3
  68. driver:
  69. image: saltimages/salt-3004.1-py3:debian-10
  70. run_command: /lib/systemd/systemd
  71. - name: debian-9-3004-1-py3
  72. driver:
  73. image: saltimages/salt-3004.1-py3:debian-9
  74. run_command: /lib/systemd/systemd
  75. - name: ubuntu-2004-3004-1-py3
  76. driver:
  77. image: saltimages/salt-3004.1-py3:ubuntu-20.04
  78. run_command: /lib/systemd/systemd
  79. - name: ubuntu-1804-3004-1-py3
  80. driver:
  81. image: saltimages/salt-3004.1-py3:ubuntu-18.04
  82. run_command: /lib/systemd/systemd
  83. ## SALT `3003.4`
  84. - name: debian-10-3003-4-py3
  85. driver:
  86. image: saltimages/salt-3003.4-py3:debian-10
  87. run_command: /lib/systemd/systemd
  88. - name: debian-9-3003-4-py3
  89. driver:
  90. image: saltimages/salt-3003.4-py3:debian-9
  91. run_command: /lib/systemd/systemd
  92. - name: ubuntu-2004-3003-4-py3
  93. driver:
  94. image: saltimages/salt-3003.4-py3:ubuntu-20.04
  95. run_command: /lib/systemd/systemd
  96. - name: ubuntu-1804-3003-4-py3
  97. driver:
  98. image: saltimages/salt-3003.4-py3:ubuntu-18.04
  99. run_command: /lib/systemd/systemd
  100. ## SALT `3002.8`
  101. - name: debian-10-3002-8-py3
  102. driver:
  103. image: saltimages/salt-3002.8-py3:debian-10
  104. run_command: /lib/systemd/systemd
  105. - name: debian-9-3002-8-py3
  106. driver:
  107. image: saltimages/salt-3002.8-py3:debian-9
  108. run_command: /lib/systemd/systemd
  109. - name: ubuntu-2004-3002-8-py3
  110. driver:
  111. image: saltimages/salt-3002.8-py3:ubuntu-20.04
  112. run_command: /lib/systemd/systemd
  113. - name: ubuntu-1804-3002-8-py3
  114. driver:
  115. image: saltimages/salt-3002.8-py3:ubuntu-18.04
  116. run_command: /lib/systemd/systemd
  117. verifier:
  118. # https://www.inspec.io/
  119. name: inspec
  120. sudo: true
  121. reporter:
  122. # cli, documentation, html, progress, json, json-min, json-rspec, junit
  123. - cli
  124. suites:
  125. - name: repositories
  126. provisioner:
  127. state_top:
  128. base:
  129. '*':
  130. - apt._mapdata
  131. - apt.repositories
  132. - apt.update
  133. pillars:
  134. top.sls:
  135. base:
  136. '*':
  137. - apt
  138. pillars_from_files:
  139. apt.sls: test/salt/pillar/repositories.sls
  140. verifier:
  141. inspec_tests:
  142. - path: test/integration/repositories
  143. - name: preferences
  144. provisioner:
  145. state_top:
  146. base:
  147. '*':
  148. - apt._mapdata
  149. - apt.preferences
  150. pillars:
  151. top.sls:
  152. base:
  153. '*':
  154. - apt
  155. pillars_from_files:
  156. apt.sls: test/salt/pillar/preferences.sls
  157. verifier:
  158. inspec_tests:
  159. - path: test/integration/preferences
  160. - name: unattended
  161. provisioner:
  162. state_top:
  163. base:
  164. '*':
  165. - apt._mapdata
  166. - apt.unattended
  167. pillars:
  168. top.sls:
  169. base:
  170. '*':
  171. - apt
  172. pillars_from_files:
  173. apt.sls: test/salt/pillar/unattended.sls
  174. verifier:
  175. inspec_tests:
  176. - path: test/integration/unattended