James E. Blair 2aa0dbcf29 Add index_links option to zuul manifest
This allows a deployer to indicate that they prefer the Zuul
dashboard to link to "dir/index.html" rather than just "/dir" when
displaying directory entries in the log browser.  This helps with
log storage systems which do not automatically serve index.html
files at directory urls.

Change-Id: I0444798c689667e51d8761a20b661f8a9b90323d
2020-02-05 07:19:20 -08:00

16 lines
481 B
YAML

- name: Generate Zuul manifest
generate_manifest:
root: "{{ generate_zuul_manifest_root }}"
output: "{{ generate_zuul_manifest_output }}"
- name: Return Zuul manifest URL to Zuul
zuul_return:
data:
zuul:
artifacts:
- name: Zuul Manifest
url: "{{ generate_zuul_manifest_filename }}"
index_links: "{{ generate_zuul_manifest_index_links }}"
metadata:
type: "{{ generate_zuul_manifest_type }}"