533594d959
This zuul02 instance will replace zuul01. There are a few items to coordinate when doing an actual switch so we haven't removed zuul01 from inventory here. In particular we need to update gearman server config values in the zuul cluster and we need to save queues, shutdown zuul01, then start zuul02's scheduler and restore queues there. I believe landing this change is safe as we don't appear to start zuul on new instances by default. Reviewers should double check this. Depends-On: https://review.opendev.org/c/opendev/zone-opendev.org/+/791039 Change-Id: I524b456e494124d8293fbe8e1468de40f3800772
11 lines
248 B
YAML
11 lines
248 B
YAML
gearman_server: 127.0.0.1
|
|
letsencrypt_certs:
|
|
zuul02-opendev-main:
|
|
- zuul.opendev.org
|
|
- zuul.openstack.org
|
|
- zuul02.opendev.org
|
|
borg_backup_excludes_extra:
|
|
- /var/lib/zuul/backup/*
|
|
- /var/lib/zuul/times/*
|
|
- /var/log/zuul/*debug*
|