![Monty Taylor](/assets/img/avatar_default.png)
Make inventory/service for service-specific things, including the groups.yaml group definitions, and inventory/base for hostvars related to the base system, including the list of hosts. Move the exisitng host_vars into inventory/service, since most of them are likely service-specific. Move group_vars/all.yaml into base/group_vars as almost all of it is related to base things, with the execption of the gerrit public key. A followup patch will move host-specific values into equivilent files in inventory/base. This should let us override hostvars in gate jobs. It should also allow us to do better file matchers - and to be able to organize our playbooks move if we want to. Depends-On: https://review.opendev.org/731583 Change-Id: Iddf57b5be47c2e9de16b83a1bc83bee25db995cf
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
haproxy_listeners:
|
|
- name: balance_git_http
|
|
bind:
|
|
- ':::80'
|
|
servers:
|
|
- name: 'gitea01.opendev.org'
|
|
address: '38.108.68.172:3080'
|
|
- name: 'gitea02.opendev.org'
|
|
address: '38.108.68.23:3080'
|
|
- name: 'gitea03.opendev.org'
|
|
address: '38.108.68.110:3080'
|
|
- name: 'gitea04.opendev.org'
|
|
address: '38.108.68.147:3080'
|
|
- name: 'gitea05.opendev.org'
|
|
address: '38.108.68.131:3080'
|
|
- name: 'gitea06.opendev.org'
|
|
address: '38.108.68.250: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'
|
|
servers:
|
|
- name: 'gitea01.opendev.org'
|
|
address: '38.108.68.172:3000'
|
|
- name: 'gitea02.opendev.org'
|
|
address: '38.108.68.23:3000'
|
|
- name: 'gitea03.opendev.org'
|
|
address: '38.108.68.110:3000'
|
|
- name: 'gitea04.opendev.org'
|
|
address: '38.108.68.147:3000'
|
|
- name: 'gitea05.opendev.org'
|
|
address: '38.108.68.131:3000'
|
|
- name: 'gitea06.opendev.org'
|
|
address: '38.108.68.250: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
|