zuul-jobs/roles/use-buildset-registry
Jeff Liu 2c33db2674 Add auth config to kubelet user for buildset registries
Change-Id: I3c6b434382aab2f7ef565808954873e9aa6b9b42
2019-07-30 16:48:27 -04:00
..
tasks Add auth config to kubelet user for buildset registries 2019-07-30 16:48:27 -04:00
README.rst Fix buildset registry 2019-03-01 15:52:01 -08:00

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.