Add gitea02 replacement to inventory
Add new IP addresses to inventory for the rebuild, but don't reactivate it in the haproxy pools yet. Also switch the exclusion for 01 to 02 for the repository creation task. Change-Id: I6c4a437316627a723e6bb6c15fdce86a5e847042
This commit is contained in:
parent
4b092eaed7
commit
9c5e54a89c
@ -174,6 +174,13 @@ all:
|
||||
region_name: sjc1
|
||||
public_v4: 38.108.68.172
|
||||
public_v6: 2604:e100:3:0:f816:3eff:fe16:274
|
||||
gitea02.opendev.org:
|
||||
ansible_host: 38.108.68.23
|
||||
location:
|
||||
cloud: openstackci-vexxhost
|
||||
region_name: sjc1
|
||||
public_v4: 38.108.68.23
|
||||
public_v6: 2604:e100:3:0:f816:3eff:fef9:dcf4
|
||||
gitea03.opendev.org:
|
||||
ansible_host: 38.108.68.133
|
||||
location:
|
||||
|
@ -23,7 +23,7 @@
|
||||
force: yes
|
||||
register: gitinfo
|
||||
|
||||
- hosts: "gitea:!gitea01.opendev.org:!disabled"
|
||||
- hosts: "gitea:!gitea02.opendev.org:!disabled"
|
||||
name: "Create repos on gitea servers"
|
||||
strategy: free
|
||||
max_fail_percentage: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user