Remove gitea01-04 from our haproxy config

We have six new larger gitea backend servers that are replacing the old
gitea01-08 set. gitea05-08 has already been removed and deleted. This is
the first step is beginning to shutdown gitea01-04.

We should consider holding in this state for a time to monitor that the
new servers are holding up against demand before we stop replicating to
these servers. Removing replication is the point where it is more
difficult to put them back into production.

Change-Id: Idc90a9f381eaa287d240b94cf1490de112430475
This commit is contained in:
Clark Boylan 2023-03-13 08:32:17 -07:00
parent fa09eb47f9
commit 8b8bf13e4d

View File

@ -3,18 +3,6 @@ gitea_lb_listeners:
bind:
- ':::80'
servers:
- name: 'gitea01.opendev.org'
address: '38.108.68.172:3080'
check_method: 'check'
- name: 'gitea02.opendev.org'
address: '38.108.68.23:3080'
check_method: 'check'
- name: 'gitea03.opendev.org'
address: '38.108.68.110:3080'
check_method: 'check'
- name: 'gitea04.opendev.org'
address: '38.108.68.147:3080'
check_method: 'check'
- name: 'gitea09.opendev.org'
address: '38.108.68.113:3080'
check_method: 'check'
@ -37,18 +25,6 @@ gitea_lb_listeners:
bind:
- ':::443'
servers:
- name: 'gitea01.opendev.org'
address: '38.108.68.172:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea02.opendev.org'
address: '38.108.68.23:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea03.opendev.org'
address: '38.108.68.110:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea04.opendev.org'
address: '38.108.68.147:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea09.opendev.org'
address: '38.108.68.113:3081'
check_method: 'check check-ssl verify none'