aboutsummaryrefslogtreecommitdiff
path: root/spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2015-11-04 08:47:48 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2015-11-04 08:47:48 +0100
commit0330b3744275b6a35be5590eec4bfb36d0c928fd (patch)
treec6e4da9b4d98c7dc714df0cbff53ff6cdc9e6415 /spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml
parentde479279906e67e6a69cead1a421fe342d43debf (diff)
downloadpuppet-dhcp-0330b3744275b6a35be5590eec4bfb36d0c928fd.tar.gz
puppet-dhcp-0330b3744275b6a35be5590eec4bfb36d0c928fd.tar.bz2
Update with modulesync
Diffstat (limited to 'spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml')
-rw-r--r--spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml b/spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml
new file mode 100644
index 0000000..487795a
--- /dev/null
+++ b/spec/acceptance/nodesets/ubuntu-15.10-x86_64-docker.yml
@@ -0,0 +1,16 @@
+HOSTS:
+ ubuntu-1510-x64:
+ default_apply_opts:
+ order: random
+ strict_variables:
+ platform: ubuntu-15.10-amd64
+ hypervisor : docker
+ image: ubuntu:15.10
+ docker_preserve_image: true
+ docker_cmd: '["/sbin/init"]'
+ docker_image_commands:
+ - 'apt-get install -y net-tools wget'
+ - 'locale-gen en_US.UTF-8'
+CONFIG:
+ type: aio
+ log_level: debug