Files
openstack-ansible-os_designate/vars/suse.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

35 lines
1000 B
YAML

---
# Copyright 2018, 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.
# Common yum packages
designate_distro_packages:
- which
designate_service_distro_packages:
- openstack-designate
- openstack-designate-agent
- openstack-designate-api
- openstack-designate-central
- openstack-designate-producer
- openstack-designate-sink
- openstack-designate-worker
- python-systemd
designate_rndc_packages:
- bind-utils
designate_devel_distro_packages:
- systemd-devel