A uWSGI proxy that can be put in front of Zuul log storage
Go to file
James E. Blair 7b2cba8657 Make container name prefix more generic
Currently the proxy expects the container name as the first element
of the path.  It then adds a prefix followed by a "-" character to
the container name before using it.

To additionally support the case where no prefix is desired (so that
the path that the Zuul base job returns is the entire path used by
the proxy), remove the automatic addition of the "-" character.  This
means that if no prefix is supplied, then the path is used as given.

To obtain the previous behavior, add a "-" character to the end of
the CONTAINER_PREFIX environment variable.

Change-Id: Ia480a11f78621ea0b2417f4b47878640f52db5da
2021-02-11 15:54:51 -08:00
zuul_storage_proxy Make container name prefix more generic 2021-02-11 15:54:51 -08:00
.gitreview Added .gitreview 2021-02-10 18:29:52 +00:00
.zuul.yaml Use opendev base docker image and add jobs 2021-02-11 15:53:38 -08:00
bindep.txt Use opendev base docker image and add jobs 2021-02-11 15:53:38 -08:00
Dockerfile Use opendev base docker image and add jobs 2021-02-11 15:53:38 -08:00
requirements.txt Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
setup.cfg Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
setup.py Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
test-requirements.txt Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
tox.ini Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00