We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ad79e commit e4bf12aCopy full SHA for e4bf12a
ci/logging_tests_computes.yml
@@ -45,8 +45,8 @@
45
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
46
PATH: "{{ cifmw_path }}"
47
vars:
48
- identifiers_test_id: "RHOSO-12681"
49
- identifiers_list:
+ journal_test_id: "RHOSO-12681"
+ journal_list:
50
- ceilometer_agent_compute
51
- nova_compute
52
tasks:
roles/telemetry_logging/tasks/main.yml
@@ -2,4 +2,4 @@
2
- name: "Verify journal entries - {{ journal_test_id }}"
3
when: journal_list is defined
4
ansible.builtin.include_tasks: "journal_tests.yml"
5
- loop: "{{ identifiers_list }}"
+ loop: "{{ journal_list }}"
0 commit comments