openstack-ansible-repo_server/tasks
Jesse Pretorius 6663637374 Remove apt-cacher-ng
The repo container's package cache causes quite a bit of confusion
given that it's a 'hidden' feature which catches deployers off-guard
when they already have their own cache configured. This is really
the kind of service which people should manage outside of OSA. It
also makes no sense if the deployer is using their own local mirror
which is a fairly common practise. Adding to that, it seems that it
is broken in bionic, causing massive delays in package installs.
Finally, it also adds to quite a bit of complexity due to the fact
that it's in a container - so in the playbooks prior to the container's
existence we have to detect whether it's there and add/remove the config
accordingly.

Let's just remove it and let deployers managing their own caching
infrastructure if they want it.

Change-Id: I829b9cfa16fbd1f9f4d33b5943f1e46623e1b157
2018-10-08 14:48:32 +01:00
..
main.yml Remove apt-cacher-ng 2018-10-08 14:48:32 +01:00
repo_install.yml Remove apt-cacher-ng 2018-10-08 14:48:32 +01:00
repo_key_distribute.yml Fix for installing repo-server with limit 2017-01-27 14:11:11 -08:00
repo_key_populate.yml Use slurp to collect the repo_server ssh keys 2016-03-02 03:54:10 +00:00
repo_post_install.yml Add variable for the ssh service 2018-09-30 10:00:05 -05:00
repo_pre_install.yml Add upstream NGINX and EPEL for selected packages only. 2018-06-16 23:27:55 -04:00
repo_sync_manager.yml Remove apt-cacher-ng 2018-10-08 14:48:32 +01:00