430932f274
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. We remove the unnecessary installation of the compiling packages because the python venv build role already does it. We also remove the curl and which packages as they appear to be unused. The git package is moved to the devel package list as it's only used there. We also re-order the package lists alphabetically to make them easier to follow. Depends-On: https://review.openstack.org/613585 Change-Id: I6d037c45aee8b54502a2e3f3add56b23be34109d
43 lines
1.0 KiB
YAML
43 lines
1.0 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
|
|
- swift-container
|
|
- swift-object
|
|
- swift-plugin-s3
|
|
- swift-proxy
|
|
|
|
swift_rsync_service_name: rsync
|
|
|
|
swift_sshd: ssh |