Replace gitea05-07 with gitea10-12 in haproxy

This replaces old gitea servers with new gitea servers behind our
opendev.org load balancer. Note this should only land once we are happy
with the results of the new gitea server deployments and Gerrit
replication to them.

Change-Id: I603a33429cc8d02896c34e87308e9e3c039d474d
This commit is contained in:
Clark Boylan 2023-03-04 10:03:49 -08:00
parent a5dd619e24
commit 185603a17e

View File

@ -15,18 +15,18 @@ gitea_lb_listeners:
- name: 'gitea04.opendev.org'
address: '38.108.68.147:3080'
check_method: 'check'
- name: 'gitea05.opendev.org'
address: '38.108.68.131:3080'
check_method: 'check'
- name: 'gitea06.opendev.org'
address: '38.108.68.250:3080'
check_method: 'check'
- name: 'gitea07.opendev.org'
address: '38.108.68.134:3080'
check_method: 'check'
- name: 'gitea09.opendev.org'
address: '38.108.68.113:3080'
check_method: 'check'
- name: 'gitea10.opendev.org'
address: '38.108.68.77:3080'
check_method: 'check'
- name: 'gitea11.opendev.org'
address: '38.108.68.215:3080'
check_method: 'check'
- name: 'gitea12.opendev.org'
address: '38.108.68.229:3080'
check_method: 'check'
- name: balance_git_https
bind:
- ':::443'
@ -43,18 +43,18 @@ gitea_lb_listeners:
- name: 'gitea04.opendev.org'
address: '38.108.68.147:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea05.opendev.org'
address: '38.108.68.131:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea06.opendev.org'
address: '38.108.68.250:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea07.opendev.org'
address: '38.108.68.134: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'
- name: 'gitea10.opendev.org'
address: '38.108.68.77:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea11.opendev.org'
address: '38.108.68.215:3081'
check_method: 'check check-ssl verify none'
- name: 'gitea12.opendev.org'
address: '38.108.68.229:3081'
check_method: 'check check-ssl verify none'
iptables_extra_public_tcp_ports:
- 443
- 80