diff --git a/playbooks/roles/registry/templates/registry.yaml.j2 b/playbooks/roles/registry/templates/registry.yaml.j2 index 28a19a7acd..edfd506f7a 100644 --- a/playbooks/roles/registry/templates/registry.yaml.j2 +++ b/playbooks/roles/registry/templates/registry.yaml.j2 @@ -3,6 +3,7 @@ registry: port: 5000 tls-cert: /certs/domain.crt tls-key: /certs/domain.key + secret: {{ registry_token_secret }} users: - name: {{ registry_user }} pass: {{ registry_password }} diff --git a/playbooks/zuul/templates/group_vars/registry.yaml.j2 b/playbooks/zuul/templates/group_vars/registry.yaml.j2 index 82cae3ccba..22d496a782 100644 --- a/playbooks/zuul/templates/group_vars/registry.yaml.j2 +++ b/playbooks/zuul/templates/group_vars/registry.yaml.j2 @@ -5,6 +5,7 @@ registry_swift_tenant: 123456 registry_swift_region: DFW registry_swift_container: intermediate_registry registry_swift_secretkey: testsecretkey +registry_token_secret: test_secret registry_password: testpassword registry_tls_cert: | -----BEGIN CERTIFICATE-----