zuul-jobs/roles/use-buildset-registry
James E. Blair f855033f45 Don't use underscore in buildset_registry_alias
Docker won't recognize this as a hostname in that case.

Change-Id: Ibbaef5d5ca145f956e3d546e9f3774ddff1fface
2019-04-22 11:39:42 -07:00
..
tasks Don't use underscore in buildset_registry_alias 2019-04-22 11:39:42 -07:00
README.rst Fix buildset registry 2019-03-01 15:52:01 -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 port on which the registry proxy 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.