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: Ibf9dda810f366b03c393ea6106c89e6ec49c5ee1
This commit is contained in:
Jesse Pretorius 2016-08-30 19:04:17 +01:00
parent f95671bb3e
commit 5cad16706a
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
until: install_deps | success
retries: 5
delay: 2
with_items: "{{ apt_packages }}"
with_items: "{{ monasca_distro_packages }}"
- name: Add a kafka user with temp sudo permissions # sudo removed in post-install.yml
user:

View File

@ -30,4 +30,4 @@
- name: rabbitmq_server
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
scm: git
version: master
version: master

View File

@ -18,7 +18,7 @@
#
# Originally obtained from https://github.com/elastic/ansible-elasticsearch
#
apt_packages:
monasca_distro_packages:
- build-essential
- chrony
- git