openstack-ansible-os_tempest/vars/redhat-7.yml
Lance Bragstad 65c9c1d5ec Add libpq-dev to install os_tempest plugins
We were getting errors locally [0] that complained about libpq-dev not
being installed. This was causing os_tempest plugins installations
to fail, snowballing the run.

This commit adds libpq-dev to the ubuntu 16.04 variables so that we
ensure it's installed before we get to that step.

[0] http://cdn.pasteraw.com/1sdkssty5uvgq315hj7g5lvwpm8xyob

Change-Id: I82eb012ac9d3a630e072e6b873419b86fa39333b
2017-02-10 12:59:09 +00:00

21 lines
662 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
- postgresql-devel
- rsync
- which