From: Emilien Macchi Date: Fri, 10 Jun 2016 17:30:14 +0000 (-0400) Subject: Add nodepool-xenial.yml file X-Git-Tag: 9.1.0~5 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b7fb86e3506fed13bacb29705083703cd28efb67;p=puppet-modules%2Fpuppet-ceilometer.git Add nodepool-xenial.yml file To run Beaker jobs in OpenStack Infra, we need this file so we run tests on the right nodeset Change-Id: I7cea550a2502130d84be0857789c104fff57e4b6 --- diff --git a/spec/acceptance/nodesets/nodepool-xenial.yml b/spec/acceptance/nodesets/nodepool-xenial.yml new file mode 100644 index 0000000..99dd318 --- /dev/null +++ b/spec/acceptance/nodesets/nodepool-xenial.yml @@ -0,0 +1,10 @@ +HOSTS: + ubuntu-16.04-amd64: + roles: + - master + platform: ubuntu-16.04-amd64 + hypervisor: none + ip: 127.0.0.1 +CONFIG: + type: foss + set_env: false