4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2015-05-26 - Release 0.1.12

add utopic & vivid nodesets

## 2015-05-25 - Release 0.1.11

Don't allow failure on Puppet 4
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camptocamp-systemd",
"version": "0.1.11",
"version": "0.1.12",
"author": "Camptocamp",
"summary": "Puppet Systemd module",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions spec/acceptance/nodesets/ubuntu-14.10-x86_64-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
HOSTS:
ubuntu-1410-x64:
default_apply_opts:
strict_variables:
platform: ubuntu-14.10-amd64
hypervisor : docker
image: ubuntu:14.10
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
CONFIG:
type: foss
log_level: debug
13 changes: 13 additions & 0 deletions spec/acceptance/nodesets/ubuntu-14.10-x86_64-openstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
HOSTS:
ubuntu-1410-x64:
default_apply_opts:
strict_variables:
platform: ubuntu-14.10-amd64
hypervisor : openstack
flavor: m1.small
image: ubuntu-1410-latest
user: ubuntu
CONFIG:
type: foss
log_level: debug
openstack_network: default
12 changes: 12 additions & 0 deletions spec/acceptance/nodesets/ubuntu-15.04-x86_64-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
HOSTS:
ubuntu-1504-x64:
default_apply_opts:
strict_variables:
platform: ubuntu-15.04-amd64
hypervisor : docker
image: ubuntu:15.04
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
CONFIG:
type: foss
log_level: debug
13 changes: 13 additions & 0 deletions spec/acceptance/nodesets/ubuntu-15.04-x86_64-openstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
HOSTS:
ubuntu-1504-x64:
default_apply_opts:
strict_variables:
platform: ubuntu-15.04-amd64
hypervisor : openstack
flavor: m1.small
image: ubuntu-1504-latest
user: ubuntu
CONFIG:
type: foss
log_level: debug
openstack_network: default