direct conversion from jamie to test kitchen 1.0-alpha
Esse commit está contido em:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
Berksfile.lock
|
Berksfile.lock
|
||||||
tmp/
|
tmp/
|
||||||
.jamie/
|
.kitchen
|
||||||
.jamie.local.yml
|
.kitchen.local.yml
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ suites:
|
|||||||
- name: source
|
- name: source
|
||||||
run_list:
|
run_list:
|
||||||
- recipe[nodejs]
|
- recipe[nodejs]
|
||||||
|
- recipe[nodejs::npm]
|
||||||
attributes:
|
attributes:
|
||||||
nodejs:
|
nodejs:
|
||||||
install_method: source
|
install_method: source
|
||||||
+12
-3
@@ -1,6 +1,15 @@
|
|||||||
source :rubygems
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'foodcritic'
|
gem 'foodcritic'
|
||||||
gem 'berkshelf'
|
gem 'berkshelf'
|
||||||
gem 'jamie'
|
gem 'thor-foodcritic'
|
||||||
gem 'jamie-vagrant'
|
gem 'vagrant', '~> 1.0.6'
|
||||||
|
|
||||||
|
group :integration do
|
||||||
|
gem 'test-kitchen', :git => "git://github.com/opscode/test-kitchen.git", :branch => '1.0'
|
||||||
|
gem 'kitchen-vagrant', :git => "git://github.com/opscode/kitchen-vagrant.git"
|
||||||
|
|
||||||
|
# Change .kitchen.yml's driver_plugin to ec2 and populate
|
||||||
|
# .kitchen.local.yml's driver_config with aws auth data
|
||||||
|
gem 'kitchen-ec2', :git => "git://github.com/opscode/kitchen-ec2.git"
|
||||||
|
end
|
||||||
|
|||||||
externo
+2
-3
@@ -1,9 +1,8 @@
|
|||||||
# Automatically install and mount cookbooks from Berksfile
|
# Automatically install and mount cookbooks from Berksfile
|
||||||
|
|
||||||
|
require 'kitchen/vagrant'
|
||||||
require 'berkshelf/vagrant'
|
require 'berkshelf/vagrant'
|
||||||
require 'jamie/vagrant'
|
|
||||||
|
|
||||||
Vagrant::Config.run do |config|
|
Vagrant::Config.run do |config|
|
||||||
Jamie::Vagrant.define_vms(config)
|
Kitchen::Vagrant.define_vms(config)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário