File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 2222
2323 tasks :
2424 - name : " Run file and container tests"
25- ansible.builtin.import_role :
25+ ansible.builtin.import_role :
2626 name : common
2727
2828
29- - name : " Verify logging journalctl identifiers"
29+ - name : " Verify logging journalctl identifiers"
3030 hosts : computes
3131 gather_facts : no
3232 vars :
3636 - nova_compute
3737
3838 tasks :
39- - name : " Verify journalctl logging identifiers"
39+ - name : " Verify journalctl logging identifiers"
4040 ansible.builtin.import_role :
4141 name : telemetry_logging
Original file line number Diff line number Diff line change 5252 line : " {{ output2.stdout }}"
5353 path : " {{ logs_dir }}/ansible_run.log"
5454
55- - name : Include report result
55+ - name : Include report result
5656 ansible.builtin.include_tasks :
5757 file : report_result.yml
Original file line number Diff line number Diff line change 11---
2- # temp: skip os-net-setup
3- post_deploy_run_logging_functional_test :
4- source : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_playbooks_logging.yml"
2+ # post_deploy_run_logging_functional_test:
3+ # source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_playbooks_logging.yml"
4+ # config_file: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/ansible.cfg"
5+ # type: playbook
6+ post_deploy_fvt_logging_01_computes :
7+ source : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/logging_tests_computes.yml"
8+ config_file : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/ansible.cfg"
59 type : playbook
10+
11+ post_deploy_fvt_logging_00_local :
12+ source : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/logging_tests_local.yml"
13+ config_file : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/ansible.cfg"
14+ type : playbook
15+
You can’t perform that action at this time.
0 commit comments