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:
parent
159a3de1c4
commit
8878e8c44d
@ -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
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- The variable ``heat_apt_packages`` has been renamed to
|
||||
``heat_distro_packages``.
|
@ -34,4 +34,4 @@
|
||||
until: install_packages|success
|
||||
retries: 5
|
||||
delay: 2
|
||||
with_items: "{{ heat_apt_packages }}"
|
||||
with_items: "{{ heat_distro_packages }}"
|
||||
|
@ -51,4 +51,4 @@
|
||||
port: "{{ ansible_ssh_port | default('22') }}"
|
||||
host: "{{ ansible_ssh_host | default(inventory_hostname) }}"
|
||||
search_regex: OpenSSH
|
||||
delay: 1
|
||||
delay: 1
|
||||
|
@ -16,6 +16,6 @@
|
||||
## APT Cache options
|
||||
cache_timeout: 600
|
||||
|
||||
heat_apt_packages:
|
||||
heat_distro_packages:
|
||||
- rsync
|
||||
- libxslt1.1
|
||||
|
@ -16,6 +16,6 @@
|
||||
## APT Cache options
|
||||
cache_timeout: 600
|
||||
|
||||
heat_apt_packages:
|
||||
heat_distro_packages:
|
||||
- rsync
|
||||
- libxslt1.1
|
||||
|
Loading…
Reference in New Issue
Block a user