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: Iae52d01acd33f6caa91a526f6c19c2ac19161702
This commit is contained in:
Jesse Pretorius 2016-08-30 17:10:53 +01:00
parent 159a3de1c4
commit 8878e8c44d
6 changed files with 9 additions and 5 deletions

View File

@ -8,4 +8,4 @@
internal_lb_vip_address: 192.168.0.1
heat_galera_address: "{{ internal_lb_vip_address }}"
keystone_admin_user_name: admin
keystone_admin_tenant_name: admin
keystone_admin_tenant_name: admin

View File

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

View File

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

View File

@ -51,4 +51,4 @@
port: "{{ ansible_ssh_port | default('22') }}"
host: "{{ ansible_ssh_host | default(inventory_hostname) }}"
search_regex: OpenSSH
delay: 1
delay: 1

View File

@ -16,6 +16,6 @@
## APT Cache options
cache_timeout: 600
heat_apt_packages:
heat_distro_packages:
- rsync
- libxslt1.1

View File

@ -16,6 +16,6 @@
## APT Cache options
cache_timeout: 600
heat_apt_packages:
heat_distro_packages:
- rsync
- libxslt1.1