Saltstack Official Salt Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

636 Zeilen
20KB

  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: salt
  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. - name: centos-8-tiamat-py3
  42. driver:
  43. image: saltimages/salt-tiamat-py3:centos-8
  44. - name: centos-7-tiamat-py3
  45. driver:
  46. image: saltimages/salt-tiamat-py3:centos-7
  47. - name: amazonlinux-2-tiamat-py3
  48. driver:
  49. image: saltimages/salt-tiamat-py3:amazonlinux-2
  50. - name: oraclelinux-8-tiamat-py3
  51. driver:
  52. image: saltimages/salt-tiamat-py3:oraclelinux-8
  53. - name: oraclelinux-7-tiamat-py3
  54. driver:
  55. image: saltimages/salt-tiamat-py3:oraclelinux-7
  56. - name: almalinux-8-tiamat-py3
  57. driver:
  58. image: saltimages/salt-tiamat-py3:almalinux-8
  59. - name: rockylinux-8-tiamat-py3
  60. driver:
  61. image: saltimages/salt-tiamat-py3:rockylinux-8
  62. ## SALT `master`
  63. - name: debian-11-master-py3
  64. driver:
  65. image: saltimages/salt-master-py3:debian-11
  66. run_command: /lib/systemd/systemd
  67. - name: debian-10-master-py3
  68. driver:
  69. image: saltimages/salt-master-py3:debian-10
  70. run_command: /lib/systemd/systemd
  71. - name: debian-9-master-py3
  72. driver:
  73. image: saltimages/salt-master-py3:debian-9
  74. run_command: /lib/systemd/systemd
  75. - name: ubuntu-2004-master-py3
  76. driver:
  77. image: saltimages/salt-master-py3:ubuntu-20.04
  78. run_command: /lib/systemd/systemd
  79. - name: ubuntu-1804-master-py3
  80. driver:
  81. image: saltimages/salt-master-py3:ubuntu-18.04
  82. run_command: /lib/systemd/systemd
  83. - name: centos-8-master-py3
  84. driver:
  85. image: saltimages/salt-master-py3:centos-8
  86. - name: centos-7-master-py3
  87. driver:
  88. image: saltimages/salt-master-py3:centos-7
  89. - name: fedora-34-master-py3
  90. driver:
  91. image: saltimages/salt-master-py3:fedora-34
  92. - name: fedora-33-master-py3
  93. driver:
  94. image: saltimages/salt-master-py3:fedora-33
  95. - name: opensuse-leap-153-master-py3
  96. driver:
  97. image: saltimages/salt-master-py3:opensuse-leap-15.3
  98. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  99. # => SCP did not finish successfully (255): (Net::SCP::Error)
  100. transport:
  101. max_ssh_sessions: 1
  102. - name: opensuse-leap-152-master-py3
  103. driver:
  104. image: saltimages/salt-master-py3:opensuse-leap-15.2
  105. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  106. # => SCP did not finish successfully (255): (Net::SCP::Error)
  107. transport:
  108. max_ssh_sessions: 1
  109. - name: opensuse-tmbl-latest-master-py3
  110. driver:
  111. image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
  112. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  113. # => SCP did not finish successfully (255): (Net::SCP::Error)
  114. transport:
  115. max_ssh_sessions: 1
  116. - name: amazonlinux-2-master-py3
  117. driver:
  118. image: saltimages/salt-master-py3:amazonlinux-2
  119. - name: oraclelinux-8-master-py3
  120. driver:
  121. image: saltimages/salt-master-py3:oraclelinux-8
  122. - name: oraclelinux-7-master-py3
  123. driver:
  124. image: saltimages/salt-master-py3:oraclelinux-7
  125. - name: arch-base-latest-master-py3
  126. driver:
  127. image: saltimages/salt-master-py3:arch-base-latest
  128. - name: gentoo-stage3-latest-master-py3
  129. driver:
  130. image: saltimages/salt-master-py3:gentoo-stage3-latest
  131. run_command: /sbin/init
  132. - name: gentoo-stage3-systemd-master-py3
  133. driver:
  134. image: saltimages/salt-master-py3:gentoo-stage3-systemd
  135. - name: almalinux-8-master-py3
  136. driver:
  137. image: saltimages/salt-master-py3:almalinux-8
  138. - name: rockylinux-8-master-py3
  139. driver:
  140. image: saltimages/salt-master-py3:rockylinux-8
  141. ## SALT `3003.2`
  142. - name: debian-11-3003-2-py3
  143. driver:
  144. image: saltimages/salt-3003.2-py3:debian-11
  145. run_command: /lib/systemd/systemd
  146. - name: debian-10-3003-2-py3
  147. driver:
  148. image: saltimages/salt-3003.2-py3:debian-10
  149. run_command: /lib/systemd/systemd
  150. - name: debian-9-3003-2-py3
  151. driver:
  152. image: saltimages/salt-3003.2-py3:debian-9
  153. run_command: /lib/systemd/systemd
  154. - name: ubuntu-2004-3003-2-py3
  155. driver:
  156. image: saltimages/salt-3003.2-py3:ubuntu-20.04
  157. run_command: /lib/systemd/systemd
  158. - name: ubuntu-1804-3003-2-py3
  159. driver:
  160. image: saltimages/salt-3003.2-py3:ubuntu-18.04
  161. run_command: /lib/systemd/systemd
  162. - name: centos-8-3003-2-py3
  163. driver:
  164. image: saltimages/salt-3003.2-py3:centos-8
  165. - name: centos-7-3003-2-py3
  166. driver:
  167. image: saltimages/salt-3003.2-py3:centos-7
  168. - name: fedora-34-3003-2-py3
  169. driver:
  170. image: saltimages/salt-3003.2-py3:fedora-34
  171. - name: fedora-33-3003-2-py3
  172. driver:
  173. image: saltimages/salt-3003.2-py3:fedora-33
  174. - name: opensuse-leap-153-3003-2-py3
  175. driver:
  176. image: saltimages/salt-3003.2-py3:opensuse-leap-15.3
  177. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  178. # => SCP did not finish successfully (255): (Net::SCP::Error)
  179. transport:
  180. max_ssh_sessions: 1
  181. - name: opensuse-leap-152-3003-2-py3
  182. driver:
  183. image: saltimages/salt-3003.2-py3:opensuse-leap-15.2
  184. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  185. # => SCP did not finish successfully (255): (Net::SCP::Error)
  186. transport:
  187. max_ssh_sessions: 1
  188. - name: opensuse-tmbl-latest-3003-2-py3
  189. driver:
  190. image: saltimages/salt-3003.2-py3:opensuse-tumbleweed-latest
  191. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  192. # => SCP did not finish successfully (255): (Net::SCP::Error)
  193. transport:
  194. max_ssh_sessions: 1
  195. - name: amazonlinux-2-3003-2-py3
  196. driver:
  197. image: saltimages/salt-3003.2-py3:amazonlinux-2
  198. - name: oraclelinux-8-3003-2-py3
  199. driver:
  200. image: saltimages/salt-3003.2-py3:oraclelinux-8
  201. - name: oraclelinux-7-3003-2-py3
  202. driver:
  203. image: saltimages/salt-3003.2-py3:oraclelinux-7
  204. - name: arch-base-latest-3003-2-py3
  205. driver:
  206. image: saltimages/salt-3003.2-py3:arch-base-latest
  207. - name: gentoo-stage3-latest-3003-2-py3
  208. driver:
  209. image: saltimages/salt-3003.2-py3:gentoo-stage3-latest
  210. run_command: /sbin/init
  211. - name: gentoo-stage3-systemd-3003-2-py3
  212. driver:
  213. image: saltimages/salt-3003.2-py3:gentoo-stage3-systemd
  214. - name: almalinux-8-3003-2-py3
  215. driver:
  216. image: saltimages/salt-3003.2-py3:almalinux-8
  217. ## SALT `3003.1`
  218. - name: arch-base-latest-3003-1-py3
  219. driver:
  220. image: saltimages/salt-3003.1-py3:arch-base-latest
  221. - name: gentoo-stage3-latest-3003-1-py3
  222. driver:
  223. image: saltimages/salt-3003.1-py3:gentoo-stage3-latest
  224. run_command: /sbin/init
  225. - name: gentoo-stage3-systemd-3003-1-py3
  226. driver:
  227. image: saltimages/salt-3003.1-py3:gentoo-stage3-systemd
  228. ## SALT `3002.6`
  229. - name: debian-11-3002-6-py3
  230. driver:
  231. image: saltimages/salt-3002.6-py3:debian-11
  232. run_command: /lib/systemd/systemd
  233. - name: debian-10-3002-6-py3
  234. driver:
  235. image: saltimages/salt-3002.6-py3:debian-10
  236. run_command: /lib/systemd/systemd
  237. - name: debian-9-3002-6-py3
  238. driver:
  239. image: saltimages/salt-3002.6-py3:debian-9
  240. run_command: /lib/systemd/systemd
  241. - name: ubuntu-2004-3002-6-py3
  242. driver:
  243. image: saltimages/salt-3002.6-py3:ubuntu-20.04
  244. run_command: /lib/systemd/systemd
  245. - name: ubuntu-1804-3002-6-py3
  246. driver:
  247. image: saltimages/salt-3002.6-py3:ubuntu-18.04
  248. run_command: /lib/systemd/systemd
  249. - name: centos-8-3002-6-py3
  250. driver:
  251. image: saltimages/salt-3002.6-py3:centos-8
  252. - name: centos-7-3002-6-py3
  253. driver:
  254. image: saltimages/salt-3002.6-py3:centos-7
  255. - name: fedora-34-3002-6-py3
  256. driver:
  257. image: saltimages/salt-3002.6-py3:fedora-34
  258. - name: fedora-33-3002-6-py3
  259. driver:
  260. image: saltimages/salt-3002.6-py3:fedora-33
  261. - name: amazonlinux-2-3002-6-py3
  262. driver:
  263. image: saltimages/salt-3002.6-py3:amazonlinux-2
  264. - name: oraclelinux-8-3002-6-py3
  265. driver:
  266. image: saltimages/salt-3002.6-py3:oraclelinux-8
  267. - name: oraclelinux-7-3002-6-py3
  268. driver:
  269. image: saltimages/salt-3002.6-py3:oraclelinux-7
  270. - name: arch-base-latest-3002-6-py3
  271. driver:
  272. image: saltimages/salt-3002.6-py3:arch-base-latest
  273. - name: gentoo-stage3-latest-3002-6-py3
  274. driver:
  275. image: saltimages/salt-3002.6-py3:gentoo-stage3-latest
  276. run_command: /sbin/init
  277. - name: gentoo-stage3-systemd-3002-6-py3
  278. driver:
  279. image: saltimages/salt-3002.6-py3:gentoo-stage3-systemd
  280. ## SALT `3002.2`
  281. - name: opensuse-leap-153-3002-2-py3
  282. driver:
  283. image: saltimages/salt-3002.2-py3:opensuse-leap-15.3
  284. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  285. # => SCP did not finish successfully (255): (Net::SCP::Error)
  286. transport:
  287. max_ssh_sessions: 1
  288. - name: opensuse-leap-152-3002-2-py3
  289. driver:
  290. image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
  291. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  292. # => SCP did not finish successfully (255): (Net::SCP::Error)
  293. transport:
  294. max_ssh_sessions: 1
  295. - name: opensuse-tmbl-latest-3002-2-py3
  296. driver:
  297. image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
  298. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  299. # => SCP did not finish successfully (255): (Net::SCP::Error)
  300. transport:
  301. max_ssh_sessions: 1
  302. ## SALT `3001.7`
  303. - name: debian-10-3001-7-py3
  304. driver:
  305. image: saltimages/salt-3001.7-py3:debian-10
  306. run_command: /lib/systemd/systemd
  307. - name: debian-9-3001-7-py3
  308. driver:
  309. image: saltimages/salt-3001.7-py3:debian-9
  310. run_command: /lib/systemd/systemd
  311. - name: ubuntu-2004-3001-7-py3
  312. driver:
  313. image: saltimages/salt-3001.7-py3:ubuntu-20.04
  314. run_command: /lib/systemd/systemd
  315. - name: ubuntu-1804-3001-7-py3
  316. driver:
  317. image: saltimages/salt-3001.7-py3:ubuntu-18.04
  318. run_command: /lib/systemd/systemd
  319. - name: centos-8-3001-7-py3
  320. driver:
  321. image: saltimages/salt-3001.7-py3:centos-8
  322. - name: centos-7-3001-7-py3
  323. driver:
  324. image: saltimages/salt-3001.7-py3:centos-7
  325. - name: fedora-34-3001-7-py3
  326. driver:
  327. image: saltimages/salt-3001.7-py3:fedora-34
  328. - name: fedora-33-3001-7-py3
  329. driver:
  330. image: saltimages/salt-3001.7-py3:fedora-33
  331. - name: opensuse-leap-153-3001-7-py3
  332. driver:
  333. image: saltimages/salt-3001.7-py3:opensuse-leap-15.3
  334. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  335. # => SCP did not finish successfully (255): (Net::SCP::Error)
  336. transport:
  337. max_ssh_sessions: 1
  338. - name: opensuse-leap-152-3001-7-py3
  339. driver:
  340. image: saltimages/salt-3001.7-py3:opensuse-leap-15.2
  341. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  342. # => SCP did not finish successfully (255): (Net::SCP::Error)
  343. transport:
  344. max_ssh_sessions: 1
  345. - name: opensuse-tmbl-latest-3001-7-py3
  346. driver:
  347. image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
  348. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  349. # => SCP did not finish successfully (255): (Net::SCP::Error)
  350. transport:
  351. max_ssh_sessions: 1
  352. - name: amazonlinux-2-3001-7-py3
  353. driver:
  354. image: saltimages/salt-3001.7-py3:amazonlinux-2
  355. - name: oraclelinux-8-3001-7-py3
  356. driver:
  357. image: saltimages/salt-3001.7-py3:oraclelinux-8
  358. - name: oraclelinux-7-3001-7-py3
  359. driver:
  360. image: saltimages/salt-3001.7-py3:oraclelinux-7
  361. - name: arch-base-latest-3001-7-py3
  362. driver:
  363. image: saltimages/salt-3001.7-py3:arch-base-latest
  364. - name: gentoo-stage3-latest-3001-7-py3
  365. driver:
  366. image: saltimages/salt-3001.7-py3:gentoo-stage3-latest
  367. run_command: /sbin/init
  368. - name: gentoo-stage3-systemd-3001-7-py3
  369. driver:
  370. image: saltimages/salt-3001.7-py3:gentoo-stage3-systemd
  371. ## SALT `3000.9`
  372. - name: debian-10-3000-9-py3
  373. driver:
  374. image: saltimages/salt-3000.9-py3:debian-10
  375. run_command: /lib/systemd/systemd
  376. - name: debian-9-3000-9-py3
  377. driver:
  378. image: saltimages/salt-3000.9-py3:debian-9
  379. run_command: /lib/systemd/systemd
  380. - name: ubuntu-1804-3000-9-py3
  381. driver:
  382. image: saltimages/salt-3000.9-py3:ubuntu-18.04
  383. run_command: /lib/systemd/systemd
  384. - name: centos-8-3000-9-py3
  385. driver:
  386. image: saltimages/salt-3000.9-py3:centos-8
  387. - name: centos-7-3000-9-py3
  388. driver:
  389. image: saltimages/salt-3000.9-py3:centos-7
  390. - name: opensuse-leap-153-3000-9-py3
  391. driver:
  392. image: saltimages/salt-3000.9-py3:opensuse-leap-15.3
  393. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  394. # => SCP did not finish successfully (255): (Net::SCP::Error)
  395. transport:
  396. max_ssh_sessions: 1
  397. - name: opensuse-leap-152-3000-9-py3
  398. driver:
  399. image: saltimages/salt-3000.9-py3:opensuse-leap-15.2
  400. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  401. # => SCP did not finish successfully (255): (Net::SCP::Error)
  402. transport:
  403. max_ssh_sessions: 1
  404. - name: amazonlinux-2-3000-9-py3
  405. driver:
  406. image: saltimages/salt-3000.9-py3:amazonlinux-2
  407. - name: oraclelinux-8-3000-9-py3
  408. driver:
  409. image: saltimages/salt-3000.9-py3:oraclelinux-8
  410. - name: oraclelinux-7-3000-9-py3
  411. driver:
  412. image: saltimages/salt-3000.9-py3:oraclelinux-7
  413. - name: gentoo-stage3-latest-3000-9-py3
  414. driver:
  415. image: saltimages/salt-3000.9-py3:gentoo-stage3-latest
  416. run_command: /sbin/init
  417. - name: gentoo-stage3-systemd-3000-9-py3
  418. driver:
  419. image: saltimages/salt-3000.9-py3:gentoo-stage3-systemd
  420. - name: ubuntu-1804-3000-9-py2
  421. driver:
  422. image: saltimages/salt-3000.9-py2:ubuntu-18.04
  423. run_command: /lib/systemd/systemd
  424. - name: arch-base-latest-3000-9-py2
  425. driver:
  426. image: saltimages/salt-3000.9-py2:arch-base-latest
  427. verifier:
  428. # https://www.inspec.io/
  429. name: inspec
  430. sudo: true
  431. reporter:
  432. # cli, documentation, html, progress, json, json-min, json-rspec, junit
  433. - cli
  434. suites:
  435. - name: v3003-py3
  436. includes:
  437. - debian-11-3003-2-py3
  438. - debian-10-3003-2-py3
  439. - debian-9-3003-2-py3
  440. - ubuntu-2004-3003-2-py3
  441. - ubuntu-1804-3003-2-py3
  442. - centos-8-3003-2-py3
  443. - centos-7-3003-2-py3
  444. - fedora-34-3003-2-py3
  445. - fedora-33-3003-2-py3
  446. - opensuse-leap-153-3003-2-py3
  447. - opensuse-leap-152-3003-2-py3
  448. - opensuse-tmbl-latest-3003-2-py3
  449. - amazonlinux-2-3003-2-py3
  450. - oraclelinux-8-3003-2-py3
  451. - oraclelinux-7-3003-2-py3
  452. - arch-base-latest-3003-2-py3
  453. - gentoo-stage3-latest-3003-2-py3
  454. - gentoo-stage3-systemd-3003-2-py3
  455. - almalinux-8-3003-2-py3
  456. - arch-base-latest-3003-1-py3
  457. - gentoo-stage3-latest-3003-1-py3
  458. - gentoo-stage3-systemd-3003-1-py3
  459. - freebsd-130-3003-1-py3
  460. - freebsd-122-3003-1-py3
  461. - freebsd-114-3003-1-py3
  462. - windows-10-latest-py3
  463. - windows-81-latest-py3
  464. - windows-2019-latest-py3
  465. - windows-2016-latest-py3
  466. provisioner:
  467. state_top:
  468. base:
  469. '*':
  470. - salt._mapdata
  471. - salt.pkgrepo
  472. - salt.master
  473. - salt.minion
  474. pillars:
  475. top.sls:
  476. base:
  477. '*':
  478. - salt
  479. - v3003-py3
  480. pillars_from_files:
  481. salt.sls: test/salt/pillar/salt.sls
  482. v3003-py3.sls: test/salt/pillar/v3003-py3.sls
  483. verifier:
  484. inspec_tests:
  485. - path: test/integration/v3003-py3
  486. - name: v3002-py3
  487. includes:
  488. - debian-11-3002-6-py3
  489. - debian-10-3002-6-py3
  490. - debian-9-3002-6-py3
  491. - ubuntu-2004-3002-6-py3
  492. - ubuntu-1804-3002-6-py3
  493. - centos-8-3002-6-py3
  494. - centos-7-3002-6-py3
  495. - fedora-34-3002-6-py3
  496. - fedora-33-3002-6-py3
  497. - amazonlinux-2-3002-6-py3
  498. - oraclelinux-8-3002-6-py3
  499. - oraclelinux-7-3002-6-py3
  500. - arch-base-latest-3002-6-py3
  501. - gentoo-stage3-latest-3002-6-py3
  502. - gentoo-stage3-systemd-3002-6-py3
  503. - opensuse-leap-153-3002-2-py3
  504. - opensuse-leap-152-3002-2-py3
  505. - opensuse-tmbl-latest-3002-2-py3
  506. - openbsd-69-3002-6-py3
  507. provisioner:
  508. state_top:
  509. base:
  510. '*':
  511. - salt._mapdata
  512. - salt.pkgrepo
  513. - salt.master
  514. - salt.minion
  515. pillars:
  516. top.sls:
  517. base:
  518. '*':
  519. - salt
  520. - v3002-py3
  521. pillars_from_files:
  522. salt.sls: test/salt/pillar/salt.sls
  523. v3002-py3.sls: test/salt/pillar/v3002-py3.sls
  524. verifier:
  525. inspec_tests:
  526. - path: test/integration/v3002-py3
  527. - name: v3001-py3
  528. includes:
  529. - debian-10-3001-7-py3
  530. - debian-9-3001-7-py3
  531. - ubuntu-2004-3001-7-py3
  532. - ubuntu-1804-3001-7-py3
  533. - centos-8-3001-7-py3
  534. - centos-7-3001-7-py3
  535. - fedora-34-3001-7-py3
  536. - fedora-33-3001-7-py3
  537. - opensuse-leap-153-3001-7-py3
  538. - opensuse-leap-152-3001-7-py3
  539. - opensuse-tmbl-latest-3001-7-py3
  540. - amazonlinux-2-3001-7-py3
  541. - oraclelinux-8-3001-7-py3
  542. - oraclelinux-7-3001-7-py3
  543. - arch-base-latest-3001-7-py3
  544. - gentoo-stage3-latest-3001-7-py3
  545. - gentoo-stage3-systemd-3001-7-py3
  546. - openbsd-68-3001-1-py3
  547. provisioner:
  548. state_top:
  549. base:
  550. '*':
  551. - salt._mapdata
  552. - salt.pkgrepo
  553. - salt.master
  554. - salt.minion
  555. pillars:
  556. top.sls:
  557. base:
  558. '*':
  559. - salt
  560. - v3001-py3
  561. pillars_from_files:
  562. salt.sls: test/salt/pillar/salt.sls
  563. v3001-py3.sls: test/salt/pillar/v3001-py3.sls
  564. verifier:
  565. inspec_tests:
  566. - path: test/integration/v3001-py3
  567. - name: v3000-py3
  568. includes:
  569. - debian-10-3000-9-py3
  570. - debian-9-3000-9-py3
  571. - ubuntu-1804-3000-9-py3
  572. - centos-8-3000-9-py3
  573. - centos-7-3000-9-py3
  574. - opensuse-leap-153-3000-9-py3
  575. - opensuse-leap-152-3000-9-py3
  576. - amazonlinux-2-3000-9-py3
  577. - oraclelinux-8-3000-9-py3
  578. - oraclelinux-7-3000-9-py3
  579. - gentoo-stage3-latest-3000-9-py3
  580. - gentoo-stage3-systemd-3000-9-py3
  581. provisioner:
  582. state_top:
  583. base:
  584. '*':
  585. - salt._mapdata
  586. - salt.pkgrepo
  587. - salt.master
  588. - salt.minion
  589. pillars:
  590. top.sls:
  591. base:
  592. '*':
  593. - salt
  594. - v3000-py3
  595. pillars_from_files:
  596. salt.sls: test/salt/pillar/salt.sls
  597. v3000-py3.sls: test/salt/pillar/v3000-py3.sls
  598. verifier:
  599. inspec_tests:
  600. - path: test/integration/v3000-py3
  601. - name: v3000-py2
  602. includes:
  603. - ubuntu-1804-3000-9-py2
  604. - arch-base-latest-3000-9-py2
  605. provisioner:
  606. state_top:
  607. base:
  608. '*':
  609. - salt._mapdata
  610. - salt.pkgrepo
  611. - salt.master
  612. - salt.minion
  613. pillars:
  614. top.sls:
  615. base:
  616. '*':
  617. - salt
  618. - v3000-py2
  619. pillars_from_files:
  620. salt.sls: test/salt/pillar/salt.sls
  621. v3000-py2.sls: test/salt/pillar/v3000-py2.sls
  622. verifier:
  623. inspec_tests:
  624. - path: test/integration/v3000-py2