From 859e3861032801dc440c0dcea5ee9567e840313c Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@redhat.com>
Date: Fri, 9 Aug 2019 08:14:57 -0700
Subject: [PATCH] Add web_root option to zuul.conf

This is the base url that will be used for log reporting.

Depends-On: https://review.opendev.org/675655
Change-Id: Ia92a34e9ed506931e0d736ac034f60f4f7c381fc
---
 manifests/site.pp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifests/site.pp b/manifests/site.pp
index 261a295d66..f7a3da58e6 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -874,6 +874,7 @@ node /^zuul\d+\.open.*\.org$/ {
     statsd_host                   => 'graphite.opendev.org',
     status_url                    => 'https://zuul.openstack.org',
     relative_priority             => true,
+    web_root                      => 'https://zuul.opendev.org',
   }
 
   file { "/etc/zuul/github.key":