ci(kitchen): add pre-salted `FreeBSD-12.0` box for local testing
This commit is contained in:
parent
e069d54170
commit
ec81c32210
|
@ -5,42 +5,13 @@ driver:
|
||||||
name: vagrant
|
name: vagrant
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: centos-6.8
|
- name: freebsd-120-2019-2-py3
|
||||||
- name: centos-7.2
|
|
||||||
- name: ubuntu-14.04
|
|
||||||
- name: ubuntu-16.04
|
|
||||||
- name: debian-8.5
|
|
||||||
- name: freebsd-10.3
|
|
||||||
driver:
|
driver:
|
||||||
|
box_url: https://freebsd.z.vstack.com/FreeBSD-12.0.box
|
||||||
cache_directory: false
|
cache_directory: false
|
||||||
- name: freebsd-11.0
|
customize:
|
||||||
driver:
|
usbxhci: 'off'
|
||||||
cache_directory: false
|
gui: false
|
||||||
|
linked_clone: true
|
||||||
provisioner:
|
ssh:
|
||||||
name: salt_solo
|
shell: '/bin/sh'
|
||||||
salt_install: bootstrap
|
|
||||||
salt_bootstrap_url: https://bootstrap.saltstack.com
|
|
||||||
salt_version: latest
|
|
||||||
formula: openssh
|
|
||||||
pillars:
|
|
||||||
top.sls:
|
|
||||||
base:
|
|
||||||
'*':
|
|
||||||
- openssh
|
|
||||||
openssh.sls:
|
|
||||||
sshd_config:
|
|
||||||
Port: 22
|
|
||||||
ssh_config:
|
|
||||||
Port: 22
|
|
||||||
openssh:
|
|
||||||
sshd_config_mode: '600'
|
|
||||||
|
|
||||||
suites:
|
|
||||||
- name: default
|
|
||||||
provisioner:
|
|
||||||
salt_bootstrap_options: -X -d
|
|
||||||
state_top:
|
|
||||||
base:
|
|
||||||
'*':
|
|
||||||
- openssh.config
|
|
||||||
|
|
Loading…
Reference in New Issue