system-config/playbooks/roles/registry/templates/clouds.yaml.j2
James E. Blair 8223eadf01 Switch the insecure-ci-registry to zuul-registry
This uses the new zuul-registry container image to run the
intermediate registry.  The same authentication data and certs
are used.  The new registry also writes to the same swift container,
but uses different pseudo-directories so it won't clash with the
current registry.  If there are problems, we can switch back easily.
After successful use of the new registry, we can delete the old data.

Change-Id: Ib855fb99c991411293a617b9b238d79a6bfae328
2019-10-02 14:11:33 -07:00

9 lines
236 B
Django/Jinja

clouds:
registry:
profile: rackspace
region_name: {{ registry_swift_region }}
auth:
username: {{ registry_swift_username }}
password: {{ registry_swift_password }}
project_id: {{ registry_swift_tenant }}