Files
openstack-ansible-os_designate/vars/ubuntu.yml
Jesse Pretorius c1e3248373 Remove unnecessary package install duplication
Currently the devel packages are installed everywhere,
but they only need to be where the wheels are built.

Also, there is already a task to install the packages
needed on the target hosts when installing - so we do
not need to give the same list to the venv install role
because they will already have been installed.

Finally, we remove the unnecessary installation of the
compiling packages because the python venv build role
already does it.

Depends-On: https://review.openstack.org/613585
Change-Id: I78a0df7ba62b59ea63ddceb76d47c9422235b9f3
2018-10-30 19:32:04 +00:00

45 lines
1.1 KiB
YAML

---
# Copyright 2016, Intel Corporation.
#
# 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.
## APT Cache options
cache_timeout: 600
# Common apt packages
designate_distro_packages: []
designate_service_distro_packages:
- designate
- designate-agent
- designate-api
- designate-central
- designate-pool-manager
- designate-producer
- designate-sink
- designate-worker
- designate-zone-manager
- python-systemd
- python3-systemd
designate_rndc_packages:
- bind9utils
designate_devel_distro_packages:
- libsystemd-dev
_designate_mask_conflicting_units:
- designate-agent.service
- designate-zone-manager.service
- designate-pool-manager.service