
This adds all the necessary rspec beaker nodesets to run single or multi host tests for the following distributions and respective versions: - centos7.0 - centos6.6 - ubuntu trusty - ubuntu precise Change-Id: Id3ba6dc837eeeb77b32f575b050f162017aeb256
23 lines
524 B
YAML
23 lines
524 B
YAML
HOSTS:
|
|
first:
|
|
roles:
|
|
- master
|
|
- mon
|
|
platform: ubuntu-1404-amd64
|
|
box: puppetlabs/ubuntu-14.04-64-nocm
|
|
box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm
|
|
hypervisor: vagrant
|
|
ip: 10.11.12.2
|
|
second:
|
|
roles:
|
|
- osd
|
|
- client
|
|
platform: ubuntu-1404-amd64
|
|
box: puppetlabs/ubuntu-14.04-64-nocm
|
|
box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm
|
|
hypervisor: vagrant
|
|
ip: 10.11.12.3
|
|
CONFIG:
|
|
type: foss
|
|
set_env: false
|