
Add a Gemfile, Rakefile, spec_helper_acceptance.rb, and nodesets to initialize beaker-rspec testing. This will get the beaker-rspec jobs to pass but does not actually add any tests. Story: 2000250 Change-Id: I667e50bc6ad92599de169e6f78336d96faa373ef
12 lines
266 B
YAML
12 lines
266 B
YAML
HOSTS:
|
|
ubuntu-server-1404-x64:
|
|
roles:
|
|
- master
|
|
platform: ubuntu-14.04-amd64
|
|
box: puppetlabs/ubuntu-14.04-64-nocm
|
|
box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm
|
|
hypervisor: vagrant
|
|
CONFIG:
|
|
log_level: debug
|
|
type: git
|