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:
parent
03e48682de
commit
bf15d504ef
@ -2,4 +2,4 @@
|
||||
hosts: rally_all
|
||||
user: root
|
||||
roles:
|
||||
- role: "os_rally"
|
||||
- role: "os_rally"
|
||||
|
@ -34,4 +34,4 @@
|
||||
until: install_packages|success
|
||||
retries: 5
|
||||
delay: 2
|
||||
with_items: rally_apt_packages
|
||||
with_items: rally_distro_packages
|
||||
|
@ -27,4 +27,4 @@
|
||||
. {{ rally_bin }}/activate
|
||||
{{ rally_bin }}/rally task start /var/tmp/scenario.json
|
||||
vars_files:
|
||||
- test-vars.yml
|
||||
- test-vars.yml
|
||||
|
@ -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 }}"
|
||||
|
@ -30,4 +30,4 @@
|
||||
port: "{{ ansible_ssh_port | default('22') }}"
|
||||
host: "{{ ansible_ssh_host | default(inventory_hostname) }}"
|
||||
search_regex: OpenSSH
|
||||
delay: 1
|
||||
delay: 1
|
||||
|
@ -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 }}"
|
||||
|
@ -32,4 +32,4 @@
|
||||
- include: test-install-rally.yml
|
||||
|
||||
# Functional testing of Rally Install
|
||||
- include: test-functional-rally.yml
|
||||
- include: test-functional-rally.yml
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user