Update zuul_web_url

Recent changes to zuul-web have tenant-scoped many of these urls.
Puppet-zuul has been updated so that if we pass in this value,
our URLs should map to the openstack tenant.

Change-Id: I8df43eb1b58326248ea1cf0c3812a8b26d9ac108
Depends-On: Idd84facca4a0e0170234bf7d4ee2b42811f52b67
This commit is contained in:
James E. Blair 2017-12-08 14:50:26 -08:00
parent 66dea3f74e
commit c90f21bc75

View File

@ -1395,6 +1395,7 @@ node 'zuulv3.openstack.org' {
connections => hiera('zuul_connections', []),
connection_secrets => hiera('zuul_connection_secrets', []),
zuul_status_url => 'http://127.0.0.1:8001/openstack',
zuul_web_url => 'http://127.0.0.1:9000/openstack',
gearman_client_ssl_cert => hiera('gearman_client_ssl_cert'),
gearman_client_ssl_key => hiera('gearman_client_ssl_key'),
gearman_server_ssl_cert => hiera('gearman_server_ssl_cert'),