Switch ARA report type from html to database for openstack-ansible jobs

The sqlite database is useful for post-processing ARA reports. The HTML
generation makes thousands of files which can take a very long time
to upload to a swift endpoint.

Also fix the collection location for the ARA sqlite file.

Change-Id: I754e236594eddc7b80cbb293ebb9ae217c864c62
This commit is contained in:
Jonathan Rosser 2022-06-25 08:26:56 +01:00
parent 27a2051530
commit 69f76b8dc6
2 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,7 @@ if [[ "$ARA_REPORT_TYPE" == "html" ]]; then
fi
# Store the ara sqlite database in the openstack-ci expected path
store_artifacts "${TESTING_HOME}/.ara/ansible.sqlite" "${WORKING_DIR}/logs/ara-report/"
store_artifacts "${TESTING_HOME}/.ara/server/ansible.sqlite" "${WORKING_DIR}/logs/ara-report/"
# Store netstat report
store_artifacts /tmp/listening_port_report.txt "${WORKING_DIR}/logs/host"

View File

@ -38,6 +38,8 @@
vars:
#disable powertools/highavailabity for centos, do not install debian/ubuntu backports repo config
configure_mirrors_extra_repos: False
#disable generation of ARA html report to reduce log upload time
ara_report_type: database
- job:
name: openstack-ansible-deploy-aio-distro