From eb05ecf8a232580ea091a83e871c621a66d2cf85 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Wed, 18 Jul 2018 16:20:33 +0200 Subject: [PATCH] modulesync: sync and add nodepool-bionic for beaker Change-Id: I825521ad4bd9c778d326ed41211b9faba5eb47e3 --- bindep.txt | 2 +- spec/acceptance/nodesets/nodepool-bionic.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 spec/acceptance/nodesets/nodepool-bionic.yml diff --git a/bindep.txt b/bindep.txt index 01b2ca6..d6645f8 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 0000000..ad73cc5 --- /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