Skip to content

Commit e4bf12a

Browse files
committed
[zuul][logging] Update var names for the telemetry_logging role
1 parent 99ad79e commit e4bf12a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/logging_tests_computes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
4646
PATH: "{{ cifmw_path }}"
4747
vars:
48-
identifiers_test_id: "RHOSO-12681"
49-
identifiers_list:
48+
journal_test_id: "RHOSO-12681"
49+
journal_list:
5050
- ceilometer_agent_compute
5151
- nova_compute
5252
tasks:

roles/telemetry_logging/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- name: "Verify journal entries - {{ journal_test_id }}"
33
when: journal_list is defined
44
ansible.builtin.include_tasks: "journal_tests.yml"
5-
loop: "{{ identifiers_list }}"
5+
loop: "{{ journal_list }}"

0 commit comments

Comments
 (0)