11e89d4be9
We have added gitea09 to haproxy which allows us to remove one of the old servers. Remove gitea08 since gitea01 is the host that gets backups currently. Note that this only removes gitea08 from haproxy and does not remove it from gerrit replication or our inventory. We need to do this in a multistep process to avoid a situation where gitea08 is still serving requests but not receiving updates from Gerrit. Next step will be to disable replication. Then we can remove it from inventory and finally delete it altogether. Change-Id: I26f368936819a41a7369d2d116e04151301ee0e2
61 lines
2.0 KiB
YAML
61 lines
2.0 KiB
YAML
gitea_lb_listeners:
|
|
- name: balance_git_http
|
|
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: '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: balance_git_https
|
|
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: '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'
|
|
iptables_extra_public_tcp_ports:
|
|
- 443
|
|
- 80
|