zuul-jobs/roles/use-buildset-registry
Gonéri Le Bouder 72581dcaac
use-buildset-registry: remove useless import
The module was not used and Python does not provide any `test` module since
py39.

Change-Id: Ia69a632bd4fff05da644c58d557912bc877a8135
2021-10-28 12:48:06 -04:00
..
defaults use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
library Write buildkitd.toml in use-buildset-registry 2020-05-05 14:47:19 -05:00
module_utils use-buildset-registry: remove useless import 2021-10-28 12:48:06 -04:00
tasks Prevent leaks of buildset registry credentials 2021-06-24 09:56:19 -07:00
vars use-buildset-registry: add Fedora certifacts vars 2020-04-30 17:34:04 +00:00
README.rst use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00
__init__.py use-buildset-registry: Add podman support 2019-12-05 11:44:15 -08:00

README.rst

Adds a buildset registry to the docker configuration.

Use this role on any host which should use the buildset registry.

Role Variables

Information about the registry, as returned by :zuulrun-buildset-registry.

The host (IP address) of the registry.

The port on which the registry is listening.

The username used to access the registry via HTTP basic auth.

The password used to access the registry via HTTP basic auth.

The (self-signed) certificate used by the registry.