]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Add debian-8-x86_64-vagrant
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Mon, 16 Mar 2015 13:56:13 +0000 (14:56 +0100)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Mon, 16 Mar 2015 13:56:13 +0000 (14:56 +0100)
Gemfile
spec/acceptance/nodesets/centos-7-x86_64-openstack.yml
spec/acceptance/nodesets/debian-7-x86_64-openstack.yml
spec/acceptance/nodesets/debian-8-x86_64-openstack.yml
spec/acceptance/nodesets/debian-8-x86_64-vagrant.yml [new file with mode: 0644]

diff --git a/Gemfile b/Gemfile
index a3a9eca09a6f37ed700f0753b72d866fcef86294..2cbe16087a71bbef9b445618059b82b339b0730c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"
 group :development, :unit_tests do
   gem 'rake',                                              :require => false
   gem 'rspec', '~> 3.1.0',                                 :require => false
-  gem 'rspec-puppet',                                      :require => false, :git => 'https://github.com/camptocamp/rspec-puppet', :branch => 'rspec3'
+  gem 'rspec-puppet',                                      :require => false
   gem 'puppetlabs_spec_helper',                            :require => false
   gem 'metadata-json-lint',                                :require => false
   gem 'puppet-lint',                                       :require => false
index 37dfc5f9e7732a47b862d202a6360a205bc90ff2..2036c0b894fab62b35f3aa6ab4e1943a377f2002 100644 (file)
@@ -4,7 +4,7 @@ HOSTS:
       strict_variables:
     platform: el-7-x86_64
     hypervisor : openstack
-    flavor: m1.small
+    flavor: m1.medium
     image: centos-7-x86_64-genericcloud-20140929_01
     user: centos
 CONFIG:
index e52336be85664f6bfec9fe1a98bfc57200e53daa..c44f917e5e0f9c6a446a34a85aeca13c47a5467c 100644 (file)
@@ -4,7 +4,7 @@ HOSTS:
       strict_variables:
     platform: debian-7-amd64
     hypervisor : openstack
-    flavor: m1.small
+    flavor: m1.medium
     image: debian-7-amd64-20141121
     user: debian
 CONFIG:
index 194ca460ea605fd33db9c7e69bfce05a95b02bd5..f7b2e5000b2d2a3fb5d5066fbe86878dc58bbd3a 100644 (file)
@@ -4,10 +4,10 @@ HOSTS:
       strict_variables:
     platform: debian-8-amd64
     hypervisor : openstack
-    flavor: m1.small
+    flavor: m1.medium
     image: debian-8-amd64-20141121
     user: debian
 CONFIG:
   type: foss
-  openstack_network: default
   log_level: debug
+  openstack_network: default
diff --git a/spec/acceptance/nodesets/debian-8-x86_64-vagrant.yml b/spec/acceptance/nodesets/debian-8-x86_64-vagrant.yml
new file mode 100644 (file)
index 0000000..38c844b
--- /dev/null
@@ -0,0 +1,10 @@
+HOSTS:
+  debian-8-x64:
+    default_apply_opts:
+      strict_variables:
+    platform: debian-8-amd64
+    hypervisor : vagrant
+    box : camptocamp/debian-8-amd64
+CONFIG:
+  type: foss
+  log_level: debug