openstack-ansible-os_tempest/vars/ubuntu-16.04.yml
Andy McCrae 76eee2fa7e Ensure tempest runs independently in testing
In tempest role tests we install tempest on a container that already has
other services installed on it.

To ensure the tempest role is indepedent we should test it by deploying
it in it's own container.

We need to fix the dependencies for the tempest role by installing git
on the tempest host.

Change-Id: I0230f1a93d16243fc50df79b2d0780e744706c7b
2016-09-07 12:23:48 +01:00

18 lines
626 B
YAML

---
# Copyright 2016, Rackspace US, Inc.
#
# 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.
tempest_distro_packages:
- git-core