From 63c8ad7fddc8657d454a35ef52491cfaae70241d Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 3 May 2019 08:16:00 -0700 Subject: [PATCH] Remove gitea06 from the gitea lb This server has an unhappy filesystem and is returning 404s for what should be valid content. I have manually removed it from the haporxy config via the admin socket but we should make it permanent. Change-Id: I7ca9d812b9ad806aecc6672441c5074ba418e77a --- playbooks/group_vars/gitea-lb.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbooks/group_vars/gitea-lb.yaml b/playbooks/group_vars/gitea-lb.yaml index 16497d2a3c..1bdc410c17 100644 --- a/playbooks/group_vars/gitea-lb.yaml +++ b/playbooks/group_vars/gitea-lb.yaml @@ -13,8 +13,6 @@ haproxy_listeners: address: '38.108.68.115:3080' - name: 'gitea05.opendev.org' address: '38.108.68.55:3080' - - name: 'gitea06.opendev.org' - address: '38.108.68.130:3080' - name: 'gitea07.opendev.org' address: '38.108.68.86:3080' - name: 'gitea08.opendev.org' @@ -33,8 +31,6 @@ haproxy_listeners: address: '38.108.68.115:3000' - name: 'gitea05.opendev.org' address: '38.108.68.55:3000' - - name: 'gitea06.opendev.org' - address: '38.108.68.130:3000' - name: 'gitea07.opendev.org' address: '38.108.68.86:3000' - name: 'gitea08.opendev.org'