From a545a444d7f6b8226530e37bd77a05fb769c4a23 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Wed, 18 Jul 2018 16:20:39 +0200 Subject: [PATCH] modulesync: sync and add nodepool-bionic for beaker Change-Id: I5a2b93ab13cc4dbbd6dec01e509f436eda56035b --- Rakefile | 2 +- bindep.txt | 2 +- spec/acceptance/nodesets/nodepool-bionic.yml | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 spec/acceptance/nodesets/nodepool-bionic.yml diff --git a/Rakefile b/Rakefile index 6bd7cc29..4e5c3127 100644 --- a/Rakefile +++ b/Rakefile @@ -1,2 +1,2 @@ require 'puppet-openstack_spec_helper/rake_tasks' -PuppetLint.configuration.send('disable_quoted_booleans') +PuppetLint.configuration.send('disable_quoted_booleans') \ No newline at end of file diff --git a/bindep.txt b/bindep.txt index 01b2ca6b..d6645f86 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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] diff --git a/spec/acceptance/nodesets/nodepool-bionic.yml b/spec/acceptance/nodesets/nodepool-bionic.yml new file mode 100644 index 00000000..ad73cc50 --- /dev/null +++ b/spec/acceptance/nodesets/nodepool-bionic.yml @@ -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