zuul-jobs/roles/upload-logs-azure
James E. Blair 120a11ef20 Add upload-logs-azure role
Add support for uploading logs to Azure blob storage.

Change-Id: I0347977324b880123c6ed83ded3c39eb210612e2
2021-03-30 22:27:25 -07:00
..
defaults Add upload-logs-azure role 2021-03-30 22:27:25 -07:00
meta Add upload-logs-azure role 2021-03-30 22:27:25 -07:00
tasks Add upload-logs-azure role 2021-03-30 22:27:25 -07:00
README.rst Add upload-logs-azure role 2021-03-30 22:27:25 -07:00

Upload logs to Azure Storage

Before using this role, create a storage account in Azure and obtain an Access key for the account. You may create a container within the account, or allow this role to create the container (or containers) for you.

Role Variables

If partitioning is not enabled, this is the name of the container which will be used. If partitioning is enabled, then this will be used as the prefix for the container name which will be separated from the partition name by an underscore. For example, "logs_42" would be the container name for partition 42.

The Access key connection string for the Azure storage account.