From 393c0281edcd36012756418191f423c00e87dc93 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 29 Sep 2017 16:10:17 +0200 Subject: Create the prepare-tests playbook This playbook should be executed in case we want to use the osa deployment as platform for testing a scenario. The playbook currently includes a call to the prepare-functest role which installs and sets-up everything to run functest based tests Change-Id: Ibb59825e64c5889f36fd3bfb38a4d23b67b11866 Signed-off-by: Manuel Buil --- xci/playbooks/prepare-tests.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xci/playbooks/prepare-tests.yml (limited to 'xci') diff --git a/xci/playbooks/prepare-tests.yml b/xci/playbooks/prepare-tests.yml new file mode 100644 index 00000000..ee30094d --- /dev/null +++ b/xci/playbooks/prepare-tests.yml @@ -0,0 +1,19 @@ +--- +# Copyright 2017, SUSE LINUX GmbH. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +- name: Setup functest installing required packages and create the public network + hosts: opnfv + roles: + - role: "prepare-functest" -- cgit 1.2.3-korg