Create the prepare-tests playbook 35/43635/9
authorManuel Buil <mbuil@suse.com>
Fri, 29 Sep 2017 14:10:17 +0000 (16:10 +0200)
committerManuel Buil <mbuil@suse.com>
Tue, 10 Oct 2017 07:42:58 +0000 (09:42 +0200)
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 <mbuil@suse.com>
xci/playbooks/prepare-tests.yml [new file with mode: 0644]

diff --git a/xci/playbooks/prepare-tests.yml b/xci/playbooks/prepare-tests.yml
new file mode 100644 (file)
index 0000000..ee30094
--- /dev/null
@@ -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"