diff --git a/playbooks/collect-logs.yml b/playbooks/collect-logs.yml index 55dcc2eb5..4ed2e0c6c 100644 --- a/playbooks/collect-logs.yml +++ b/playbooks/collect-logs.yml @@ -4,6 +4,17 @@ roles: - dump_vars +- name: Ensure the overcloud nodes are added to the generated inventory + hosts: undercloud + gather_facts: yes + tags: + - collect-logs + vars: + inventory: all + roles: + - tripleo-inventory + ignore_errors: yes + - name: Collect logs hosts: all:!localhost:!127.0.0.2 roles: