project-config-grafana: collect container logs

Add a post step to collect the logs of the grafana and selenium
container for debugging purposes.

Change-Id: I8224046d265aebbfbec4bf5d0b0f2c2ac18f1076
This commit is contained in:
Ian Wienand 2022-06-29 15:15:34 +10:00
parent 45d96f730e
commit 96991ebe40
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- collect-container-logs

View File

@ -1292,6 +1292,7 @@
Validates import and creates screenshots of project-config Validates import and creates screenshots of project-config
defined graphs. defined graphs.
run: playbooks/grafana/main.yaml run: playbooks/grafana/main.yaml
post-run: playbooks/grafana/post.yaml
required-projects: required-projects:
- openstack/project-config - openstack/project-config
dependencies: dependencies: