From fa09eb47f9c0bbb5fb5903e290dfc9f9a7312523 Mon Sep 17 00:00:00 2001 From: Clark Boylan <clark.boylan@gmail.com> Date: Thu, 9 Mar 2023 14:23:40 -0800 Subject: [PATCH] Add gitea13 and gitea14 to the haproxy load balancer Note this should only be done after replication to these nodes has completed. Change-Id: I44a67b6748793f65e357008f0ef6f68ba584ed16 --- inventory/service/group_vars/gitea-lb.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/inventory/service/group_vars/gitea-lb.yaml b/inventory/service/group_vars/gitea-lb.yaml index bd3a6502af..d33c01a0dd 100644 --- a/inventory/service/group_vars/gitea-lb.yaml +++ b/inventory/service/group_vars/gitea-lb.yaml @@ -27,6 +27,12 @@ gitea_lb_listeners: - name: 'gitea12.opendev.org' address: '38.108.68.229:3080' check_method: 'check' + - name: 'gitea13.opendev.org' + address: '38.74.51.139:3080' + check_method: 'check' + - name: 'gitea14.opendev.org' + address: '38.108.68.205:3080' + check_method: 'check' - name: balance_git_https bind: - ':::443' @@ -55,6 +61,12 @@ gitea_lb_listeners: - name: 'gitea12.opendev.org' address: '38.108.68.229:3081' check_method: 'check check-ssl verify none' + - name: 'gitea13.opendev.org' + address: '38.74.51.139:3081' + check_method: 'check check-ssl verify none' + - name: 'gitea14.opendev.org' + address: '38.108.68.205:3081' + check_method: 'check check-ssl verify none' iptables_extra_public_tcp_ports: - 443 - 80