Jimmy McCrory 3d9567ebad Use groups to determine distro packages to install
Use the groups defined in swift_services to determine which distro
packages to install onto hosts instead of installing all distro service
packages on all swift hosts.

The 'swift-plugin-s3' package has also been removed from debian's
package list. s3api should be configured through swift middleware instead.

Change-Id: I1e7a8eba6500c819d418ee565a5f03cc16dfe165
2019-06-11 10:38:54 -07:00

51 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
swift_service_distro_packages:
- python-keystonemiddleware
- python-memcache
- python-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