@@ -80,61 +80,49 @@ platforms:
8080 provisioner :
8181 puppetfile_path : build/centos7-puppet6/Puppetfile
8282
83- # Ubuntu Trusty with Upstart - Puppet 5
84- - name : ubuntu14 -puppet5
83+ # Ubuntu Xenial with Systemd - Puppet 5
84+ - name : ubuntu16 -puppet5
8585 driver :
8686 platform : ubuntu
87- dockerfile : build/ubuntu14-puppet5/Dockerfile.kitchen
88- disable_upstart : false
87+ dockerfile : build/ubuntu16-puppet5/Dockerfile.kitchen
8988 run_command : /sbin/init
89+ volume :
90+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
9091 provisioner :
91- puppetfile_path : build/ubuntu14-puppet5/Puppetfile
92- # Due to issues with running apt-get during 'docker build' on Ubuntu 14,
93- # we need to install Puppet once the container has started.
94- # Good news, kitchen-puppet supports this with the following commands:
95- require_puppet_omnibus : true
96- require_puppet_collections : true
97- require_puppet_repo : false
98- puppet_omnibus_url : https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_5_agent.sh
92+ puppetfile_path : build/ubuntu16-puppet5/Puppetfile
9993
100- # Ubuntu Trusty with Upstart - Puppet 6
101- - name : ubuntu14 -puppet6
94+ # Ubuntu Xenial with Systemd - Puppet 6
95+ - name : ubuntu16 -puppet6
10296 driver :
10397 platform : ubuntu
104- dockerfile : build/ubuntu14-puppet6/Dockerfile.kitchen
105- disable_upstart : false
98+ dockerfile : build/ubuntu16-puppet6/Dockerfile.kitchen
10699 run_command : /sbin/init
100+ volume :
101+ - /sys/fs/cgroup:/sys/fs/cgroup:ro
107102 provisioner :
108- puppetfile_path : build/ubuntu14-puppet6/Puppetfile
109- # Due to issues with running apt-get during 'docker build' on Ubuntu 14,
110- # we need to install Puppet once the container has started.
111- # Good news, kitchen-puppet supports this with the following commands:
112- require_puppet_omnibus : true
113- require_puppet_collections : true
114- require_puppet_repo : false
115- puppet_omnibus_url : https://raw.githubusercontent.com/nmaludy/puppet-install-shell/master/install_puppet_6_agent.sh
103+ puppetfile_path : build/ubuntu16-puppet6/Puppetfile
116104
117- # Ubuntu Xenial with Systemd - Puppet 5
118- - name : ubuntu16 -puppet5
105+ # Ubuntu Bionic with Systemd - Puppet 5
106+ - name : ubuntu18 -puppet5
119107 driver :
120108 platform : ubuntu
121- dockerfile : build/ubuntu16 -puppet5/Dockerfile.kitchen
109+ dockerfile : build/ubuntu18 -puppet5/Dockerfile.kitchen
122110 run_command : /sbin/init
123111 volume :
124112 - /sys/fs/cgroup:/sys/fs/cgroup:ro
125113 provisioner :
126- puppetfile_path : build/ubuntu16 -puppet5/Puppetfile
114+ puppetfile_path : build/ubuntu18 -puppet5/Puppetfile
127115
128- # Ubuntu Xenial with Systemd - Puppet 6
129- - name : ubuntu16 -puppet6
116+ # Ubuntu Bionic with Systemd - Puppet 6
117+ - name : ubuntu18 -puppet6
130118 driver :
131119 platform : ubuntu
132- dockerfile : build/ubuntu16 -puppet6/Dockerfile.kitchen
120+ dockerfile : build/ubuntu18 -puppet6/Dockerfile.kitchen
133121 run_command : /sbin/init
134122 volume :
135123 - /sys/fs/cgroup:/sys/fs/cgroup:ro
136124 provisioner :
137- puppetfile_path : build/ubuntu16 -puppet6/Puppetfile
125+ puppetfile_path : build/ubuntu18 -puppet6/Puppetfile
138126
139127suites :
140128 - name : default
0 commit comments