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: I29e93c889f1450c33529563687a74914d8b03006
This commit is contained in:
parent
dac0c091d9
commit
66e8dc3b6e
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- The variable ``glance_apt_packages`` has been renamed to
|
||||
``glance_distro_packages``.
|
@ -34,4 +34,4 @@
|
||||
until: install_packages|success
|
||||
retries: 5
|
||||
delay: 2
|
||||
with_items: "{{ glance_apt_packages }}"
|
||||
with_items: "{{ glance_distro_packages }}"
|
||||
|
@ -16,7 +16,7 @@
|
||||
cache_timeout: 600
|
||||
|
||||
# Common apt packages
|
||||
glance_apt_packages:
|
||||
glance_distro_packages:
|
||||
- rpcbind
|
||||
- rsync
|
||||
- git
|
||||
|
@ -16,7 +16,7 @@
|
||||
cache_timeout: 600
|
||||
|
||||
# Common apt packages
|
||||
glance_apt_packages:
|
||||
glance_distro_packages:
|
||||
- rpcbind
|
||||
- rsync
|
||||
- git
|
||||
|
Loading…
Reference in New Issue
Block a user