openstack-ansible-os_swift/vars/debian.yml
Henry Bonath 2399cb1c8f add libsystemd-dev to swift_devel_distro_packages
Fix for Swift venv build failing on Debian 9 with "Cannot find libsystemd or libsystemd-journal"

Change-Id: I037a1bb60e303707b6ad2dc4429bdf03e49d154e
2020-03-11 10:10:16 -04:00

52 lines
1.1 KiB
YAML

---
# Copyright 2014, 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.
cache_timeout: 600
swift_distro_packages:
- liberasurecode1
- openssh-server
- openssh-client
- rsync
swift_devel_distro_packages:
- git-core
- liberasurecode-dev
- libffi-dev
- libssl-dev
- libsystemd-dev
swift_service_distro_packages:
- python3-keystonemiddleware
- python3-memcache
- python3-swift
- swift
swift_account_distro_packages:
- swift-account
swift_container_distro_packages:
- swift-container
swift_object_distro_packages:
- swift-object
swift_proxy_distro_packages:
- swift-proxy
swift_rsync_service_name: rsync
swift_sshd: ssh