modulesync: sync and add nodepool-bionic for beaker

Change-Id: I6b3c13e8d1e9c498c76465cb5dba532a44c292eb
This commit is contained in:
Tobias Urdin 2018-07-18 16:19:58 +02:00
parent d9fa7e8b40
commit ef2eb28a70
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
# see https://docs.openstack.org/infra/bindep/ for additional information.
libxml2-devel [test platform:rpm]
libxml2-dev [test platform:dpkg]

View File

@ -0,0 +1,10 @@
HOSTS:
ubuntu-18.04-amd64:
roles:
- master
platform: ubuntu-18.04-amd64
hypervisor: none
ip: 127.0.0.1
CONFIG:
type: foss
set_env: false

View File

@ -9,4 +9,4 @@ RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_raises, 'raises'
end
at_exit { RSpec::Puppet::Coverage.report! }
at_exit { RSpec::Puppet::Coverage.report! }