openstack-ansible/playbooks/common-playbooks
Jesse Pretorius 1d731cdd89 Ensure package cache is updated appropriately
When the repo container is removed, the apt cache config
is still in place and causes problems. This is due to the
tasks running to remove the cache configuration not
executing early enough in the deployment.

This patch re-orders the tasks so that the removal can
be done and the cache is updated afterwards to confirm
a working state.

It also makes the configuration happen on all hosts, then
all containers, at the right timings to ensure that if the
container is removed, the proxy config will also be removed
automatically.

Change-Id: I0d1bf9617594d9a5c7c2ea3335c80cc2478df985
2018-03-15 18:56:18 +00:00
..
cinder.yml Ensure package cache is updated appropriately 2018-03-15 18:56:18 +00:00
glance.yml Ensure package cache is updated appropriately 2018-03-15 18:56:18 +00:00
neutron.yml Ensure package cache is updated appropriately 2018-03-15 18:56:18 +00:00
nova.yml Ensure package cache is updated appropriately 2018-03-15 18:56:18 +00:00