Jesse Pretorius
430932f274
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. 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
Team and repository tags
Swift role for OpenStack-Ansible
Ansible role to install OpenStack swift and swift registry.
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-os_swift/latest
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/openstack-ansible-os_swift/
- The project source code repository is located at:
-
https://git.openstack.org/cgit/openstack/openstack-ansible-os_swift/
- The project home is at:
- The project bug tracker is located at:
Description
Languages
Jinja
80.4%
Python
14.1%
Shell
5.5%