diff options
author | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2015-04-08 14:50:41 +0200 |
---|---|---|
committer | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2015-04-08 14:50:41 +0200 |
commit | 6286a6835c9c4e774cdcd7b49f2cbcde9713c10b (patch) | |
tree | b14ec9f11bc088cb36fa0b48a6fafb0a58c90b01 /spec | |
parent | d8331655d3443629cd23fd79c93748d7c4654f97 (diff) | |
download | puppet-dhcp-6286a6835c9c4e774cdcd7b49f2cbcde9713c10b.tar.gz puppet-dhcp-6286a6835c9c4e774cdcd7b49f2cbcde9713c10b.tar.bz2 |
Add puppet-lint-fileserver-check to Gemfile
Diffstat (limited to 'spec')
-rw-r--r-- | spec/acceptance/nodesets/ubuntu-14.04-x86_64-openstack.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/acceptance/nodesets/ubuntu-14.04-x86_64-openstack.yml b/spec/acceptance/nodesets/ubuntu-14.04-x86_64-openstack.yml new file mode 100644 index 0000000..073562e --- /dev/null +++ b/spec/acceptance/nodesets/ubuntu-14.04-x86_64-openstack.yml @@ -0,0 +1,13 @@ +HOSTS: + ubuntu-14.04-x64: + default_apply_opts: + strict_variables: + platform: ubuntu-14.04-amd64 + hypervisor : openstack + flavor: m1.small + image: ubuntu-1404-latest + user: ubuntu +CONFIG: + type: foss + log_level: debug + openstack_network: default |