summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-23 11:59:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-23 11:59:43 +0000
commitdfec92c2f3ff35da2f3892e1d267e0c89c932d41 (patch)
treeb61e353062e71a257a6d80d2ecf6c8dc220bcf84
parent88146fd2955f39196d754c6ff13dd43a4d955ffd (diff)
downloadinfrastructure-dfec92c2f3ff35da2f3892e1d267e0c89c932d41.tar.gz
Add routing in frontend for mason-x86-32.baserock.org
-rw-r--r--frontend/haproxy.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/haproxy.cfg b/frontend/haproxy.cfg
index 865ed992..b1564728 100644
--- a/frontend/haproxy.cfg
+++ b/frontend/haproxy.cfg
@@ -35,6 +35,9 @@ frontend http-in
acl host_gerrit hdr(host) -m beg -i gerrit
use_backend baserock_gerrit_http if host_gerrit
+ acl host_mason_x86_32 hdr(host) -m beg -i mason-x86-32
+ use_backend baserock_mason_x86_32_http if host_mason_x86_32
+
acl host_openid hdr(host) -m beg -i openid
use_backend baserock_openid_provider_http if host_openid
@@ -58,5 +61,8 @@ backend baserock_gerrit_ssh
mode tcp
server baserock_gerrit 192.168.222.69:29418
+backend baserock_mason_x86_32_http
+ server baserock_mason_x86_32 192.168.222.78
+
backend baserock_openid_provider_http
server baserock_openid_provider 192.168.222.67