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: Ia91feb054b825149da64a626e2060e362f66427c
This commit is contained in:
Jesse Pretorius 2016-08-30 17:01:51 +01:00
parent 70121c178e
commit cbd6f0e31f
4 changed files with 4 additions and 4 deletions

View File

@ -10,4 +10,4 @@
designate_container_mysql_password: "SuperSecretePassword1"
designate_pool_manager_container_mysql_password: "SuperSecretePassword2"
designate_service_password: "SuperSecretePassword3"
designate_rabbitmq_password: "SuperSecretePassword4"
designate_rabbitmq_password: "SuperSecretePassword4"

View File

@ -33,4 +33,4 @@
until: install_packages|success
retries: 5
delay: 2
with_items: "{{ designate_apt_packages }}"
with_items: "{{ designate_distro_packages }}"

View File

@ -16,4 +16,4 @@
cache_timeout: 600
# Common apt packages
designate_apt_packages: []
designate_distro_packages: []

View File

@ -16,4 +16,4 @@
cache_timeout: 600
# Common apt packages
designate_apt_packages: []
designate_distro_packages: []