Merge "Implement ARA sqlite databases over http feature"
This commit is contained in:
commit
6fd6677419
@ -34,3 +34,18 @@
|
||||
src: "/tmp/logs"
|
||||
dest: "{{ zuul.executor.log_root }}/{{inventory_hostname }}/"
|
||||
mode: pull
|
||||
|
||||
- hosts: primary
|
||||
tasks:
|
||||
- name: ensure ara-report folder existence
|
||||
file:
|
||||
path: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report"
|
||||
state: directory
|
||||
delegate_to: localhost
|
||||
run_once: true
|
||||
|
||||
- name: download ara sqlite
|
||||
synchronize:
|
||||
src: "{{ ansible_env.HOME }}/.ara/ansible.sqlite"
|
||||
dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report/"
|
||||
mode: pull
|
||||
|
@ -186,7 +186,4 @@ tools/kolla-ansible -i ${RAW_INVENTORY} -vvv upgrade > /tmp/logs/ansible/upgrade
|
||||
# run prechecks again
|
||||
tools/kolla-ansible -i ${RAW_INVENTORY} -vvv prechecks > /tmp/logs/ansible/prechecks2
|
||||
|
||||
ara generate html /tmp/logs/playbook_reports/
|
||||
gzip --recursive --best /tmp/logs/playbook_reports/
|
||||
|
||||
check_failure
|
||||
|
Loading…
x
Reference in New Issue
Block a user