Put gitea07 and gitea08 back into service

Add the gitea07.opendev.org and gitea08.opendev.org servers into the
haproxy pools now that they've been seeded with current data. Remove
the create repos task disable list entries for them as well.

Change-Id: I69390e6a32b01cc1713839f326fa930c376282af
This commit is contained in:
Jeremy Stanley 2019-07-29 23:35:36 +00:00
parent 2ed6775780
commit 6631b899c5
2 changed files with 9 additions and 9 deletions

View File

@ -15,10 +15,10 @@ haproxy_listeners:
address: '38.108.68.131:3080'
- name: 'gitea06.opendev.org'
address: '38.108.68.250:3080'
#- name: 'gitea07.opendev.org'
# address: '38.108.68.86:3080'
#- name: 'gitea08.opendev.org'
# address: '38.108.68.22:3080'
- name: 'gitea07.opendev.org'
address: '38.108.68.134:3080'
- name: 'gitea08.opendev.org'
address: '38.108.68.205:3080'
- name: balance_git_https
bind:
- ':::443'
@ -35,10 +35,10 @@ haproxy_listeners:
address: '38.108.68.131:3000'
- name: 'gitea06.opendev.org'
address: '38.108.68.250:3000'
#- name: 'gitea07.opendev.org'
# address: '38.108.68.86:3000'
#- name: 'gitea08.opendev.org'
# address: '38.108.68.22:3000'
- name: 'gitea07.opendev.org'
address: '38.108.68.134:3000'
- name: 'gitea08.opendev.org'
address: '38.108.68.205:3000'
iptables_extra_public_tcp_ports:
- 443
- 80

View File

@ -23,7 +23,7 @@
force: yes
register: gitinfo
- hosts: "gitea:!gitea07.opendev.org:!gitea08.opendev.org:!disabled"
- hosts: "gitea:!disabled"
name: "Create repos on gitea servers"
strategy: free
max_fail_percentage: 1