Acceptance test synchronize nodeset around modules
An effort to provide beaker tests for the different puppet modules has been started. The first module to implement test is puppet-glance[1]. Following this review we set the different nodesets file here so they can be shared amongst all the modules. [1] https://review.openstack.org/#/c/174659/ Change-Id: I9a2296bdc6824e8a27e3dd223cab9d40202ea8f5
This commit is contained in:
parent
ca33eb9108
commit
73680b0d5c
9
moduleroot/spec/acceptance/nodesets/default.yml
Normal file
9
moduleroot/spec/acceptance/nodesets/default.yml
Normal file
@ -0,0 +1,9 @@
|
||||
HOSTS:
|
||||
ubuntu-14.04-amd64:
|
||||
roles:
|
||||
- master
|
||||
platform: ubuntu-14.04-amd64
|
||||
hypervisor : none
|
||||
ip: 127.0.0.1
|
||||
CONFIG:
|
||||
type: foss
|
9
moduleroot/spec/acceptance/nodesets/nodepool.yml
Normal file
9
moduleroot/spec/acceptance/nodesets/nodepool.yml
Normal file
@ -0,0 +1,9 @@
|
||||
HOSTS:
|
||||
ubuntu-14.04-amd64:
|
||||
roles:
|
||||
- master
|
||||
platform: ubuntu-14.04-amd64
|
||||
hypervisor : none
|
||||
ip: 127.0.0.1
|
||||
CONFIG:
|
||||
type: foss
|
Loading…
Reference in New Issue
Block a user