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:
Jeremy Stanley 2019-07-26 15:04:20 +00:00
parent 4b092eaed7
commit 9c5e54a89c
2 changed files with 8 additions and 1 deletions

View File

@ -174,6 +174,13 @@ all:
region_name: sjc1 region_name: sjc1
public_v4: 38.108.68.172 public_v4: 38.108.68.172
public_v6: 2604:e100:3:0:f816:3eff:fe16:274 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: gitea03.opendev.org:
ansible_host: 38.108.68.133 ansible_host: 38.108.68.133
location: location:

View File

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