]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Initial msync run for all Puppet OpenStack modules
authorSebastien Badia <seb@sebian.fr>
Tue, 4 Aug 2015 13:37:05 +0000 (15:37 +0200)
committerSebastien Badia <sbadia@redhat.com>
Thu, 6 Aug 2015 18:43:19 +0000 (18:43 +0000)
commit93575b1639fc8a465065c6d78d4e514612edbd39
tree230b88ad57c9b105e2bffaf157e5468c3b856d04
parentcf846dc5324f023a19eddc7ea292895b9a747a8b
Initial msync run for all Puppet OpenStack modules

This patch is the initial modulesync run, it impact:

* gitignore: just a sync between projects
* gemfile:
  - update and allow to setup facter version and gem source
  - split beaker gems with a dedicated group
  - switch to rspec-puppet 2.2.0
* rakefile:
  - use the new syntax for lint configuration
  - add a acceptance target
* acceptance:
  - sync nodesets
* spec: added rspec coverage report

Change-Id: I34e999a752667d5f85266bc64059d9740ccbc367
.gitignore
Gemfile
Rakefile
spec/acceptance/nodesets/centos-70-x64.yml [new file with mode: 0644]
spec/acceptance/nodesets/default.yml
spec/acceptance/nodesets/nodepool-centos7.yml
spec/acceptance/nodesets/nodepool-trusty.yml
spec/acceptance/nodesets/ubuntu-server-1404-x64.yml [new file with mode: 0644]
spec/spec_helper.rb