blob: fcee7334a11979637a0d61f70c69f0c81b6b0ed1 [file] [log] [blame]
avm9996348a222d2021-02-09 02:06:14 +01001- hosts: localhost
2 gather_facts: False
3 roles:
4 - generate-zuul-manifest
avm999635fc82a52021-02-10 22:10:29 +01005 - role: upload-logs
6 zuul_log_url: "http://localhost:8000"
avm99963a57ad772021-02-11 00:36:56 +01007 - role: upload-logs-s3
8 zuul_log_bucket: "{{s3_config.bucket}}"
9 zuul_log_aws_access_key: "{{s3_config.access_key}}"
10 zuul_log_aws_secret_key: "{{s3_config.secret_key}}"
11 upload_logs_s3_endpoint: "{{s3_config.endpoint}}"