From ed342bc4e171a6e0bf0ad7492475fe65e66fa843 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 2 Jul 2014 14:34:53 +0000 Subject: [PATCH] fixing hostname variables for taskotron master config --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 27bc277ce2..5377d0826a 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -220,7 +220,7 @@ c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg)) # 'titleURL') and is embedded in the title of the waterfall HTML page. c['title'] = "Taskotron" -c['titleURL'] = "http://{{ hostname }}/{{buildmaster_endpoint}}" +c['titleURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}" # the 'buildbotURL' string should point to the location where the buildbot's # internal web server (usually the html.WebStatus page) is visible. This @@ -228,7 +228,7 @@ c['titleURL'] = "http://{{ hostname }}/{{buildmaster_endpoint}}" # with an externally-visible host name which the buildbot cannot figure out # without some help. -c['buildbotURL'] = "http://{{ hostname }}/{{buildmaster_endpoint}}" +c['buildbotURL'] = "http://{{ external_hostname }}/{{buildmaster_endpoint}}" ####### DB URL