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: I85fe0d5f4235c5d71ff1e8fc4066a9d1e0932684
This commit is contained in:
Jesse Pretorius 2016-08-30 19:58:38 +01:00
parent 03e48682de
commit bf15d504ef
8 changed files with 9 additions and 9 deletions

View File

@ -2,4 +2,4 @@
hosts: rally_all
user: root
roles:
- role: "os_rally"
- role: "os_rally"

View File

@ -34,4 +34,4 @@
until: install_packages|success
retries: 5
delay: 2
with_items: rally_apt_packages
with_items: rally_distro_packages

View File

@ -27,4 +27,4 @@
. {{ rally_bin }}/activate
{{ rally_bin }}/rally task start /var/tmp/scenario.json
vars_files:
- test-vars.yml
- test-vars.yml

View File

@ -29,4 +29,4 @@
galera_wsrep_node_name: "{{ inventory_hostname }}"
galera_wsrep_provider_options:
- { option: "gcache.size", value: "32M" }
galera_server_id: "{{ inventory_hostname | string_2_int }}"
galera_server_id: "{{ inventory_hostname | string_2_int }}"

View File

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

View File

@ -28,4 +28,4 @@
command: cat ~/.ssh/id_rsa.pub
register: key_get
- set_fact:
lxc_container_ssh_key: "{{ key_get.stdout }}"
lxc_container_ssh_key: "{{ key_get.stdout }}"

View File

@ -32,4 +32,4 @@
- include: test-install-rally.yml
# Functional testing of Rally Install
- include: test-functional-rally.yml
- include: test-functional-rally.yml

View File

@ -15,7 +15,7 @@
cache_timeout: 600
rally_apt_packages:
rally_distro_packages:
- build-essential
- libssl-dev
- libffi-dev
@ -24,4 +24,4 @@ rally_apt_packages:
- libxslt1-dev
- libpq-dev
- git
- wget
- wget