Skip to content

Commit

Permalink
add utopic & vivid nodesets
Browse files Browse the repository at this point in the history
  • Loading branch information
saimonn committed May 26, 2015
1 parent beca5d2 commit 6da75e6
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/acceptance/nodesets/ubuntu-14.10-x86_64-docker.yml
@@ -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
@@ -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
@@ -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
@@ -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

0 comments on commit 6da75e6

Please sign in to comment.