Rename package lists (and related vars) appropriately

In order to make it easier to differentiate between the lists of
python packages, distribution packages, downloaded packages,
package pins and other similar variables the variable names are
being changed to ensure that they have a more explicit suffix
that defines the purpose and makes the naming more consistent.

This is to facilitate a lookup plugin which will be able to look
up all the package lists and present them as a consolidated piece
of data which may be used for artifact preparation.

Change-Id: I2c0d397df559df1725ec541afd7616e114d49d6f
This commit is contained in:
Jesse Pretorius 2016-08-31 10:23:09 +01:00
parent 43a6244ecc
commit e31bec0e04
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
---
upgrade:
- The variable ``swift_apt_packages`` has been renamed to
``swift_distro_packages``.

View File

@ -34,4 +34,4 @@
until: install_packages|success
retries: 5
delay: 2
with_items: "{{ swift_apt_packages }}"
with_items: "{{ swift_distro_packages }}"

View File

@ -15,7 +15,7 @@
cache_timeout: 600
swift_apt_packages:
swift_distro_packages:
- curl
- gcc
- git-core