zuul-jobs/roles/use-buildset-registry
Ian Wienand 65aa2bdc1f use-buildset-registry: support microk8s
This enables microk8s/containerd to pull through the intermediate zuul
registry.  This is tested with the new
zuul-jobs-test-registry-buildset-registry-k8s-microk8s job.

Change-Id: I5a6c0d63a6ba0acf94ab9f0ef94777fab58fec6e
2023-01-09 10:37:45 -08:00
..
defaults use-buildset-registry: add URL to buildset_registry_namespaces 2023-01-08 08:05:33 -08:00
library use-buildset-registry: add URL to buildset_registry_namespaces 2023-01-08 08:05:33 -08:00
module_utils use-buildset-registry: remove useless import 2021-10-28 12:48:06 -04:00
tasks use-buildset-registry: support microk8s 2023-01-09 10:37:45 -08:00
vars use-buildset-registry: add Fedora certifacts vars 2020-04-30 17:34:04 +00:00
README.rst use-buildset-registry: add URL to buildset_registry_namespaces 2023-01-08 08:05:33 -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.