diff options
author | 2017-10-10 17:36:27 +0000 | |
---|---|---|
committer | 2017-10-10 17:36:27 +0000 | |
commit | 9036d1c5fde99a57c08528293784de653efab675 (patch) | |
tree | 14e3f65d6c889ef8c3804716b3db73d281484f7e | |
parent | e5a91700c558380f664a7e0739828d18db7716e5 (diff) | |
parent | 393c0281edcd36012756418191f423c00e87dc93 (diff) |
Merge "Create the prepare-tests playbook"
-rw-r--r-- | xci/playbooks/prepare-tests.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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" |