ebae022d07
We use project-config for gerrit, gitea and nodepool config. That's cool, because can clone that from zuul too and make sure that each prod run we're doing runs with the contents of the patch in question. Introduce a flag file that can be touched in /home/zuulcd that will block zuul from running prod playbooks. By default, if the file is there, zuul will wait for an hour before giving up. Rename zuulcd to zuul To better align prod and test, name the zuul user zuul. Change-Id: I83c38c9c430218059579f3763e02d6b9f40c7b89
18 lines
425 B
YAML
18 lines
425 B
YAML
- hosts: "gitea:!disabled"
|
|
name: "Create repos on gitea servers"
|
|
strategy: free
|
|
max_fail_percentage: 1
|
|
roles:
|
|
- gitea-git-repos
|
|
|
|
- hosts: "review:review-dev:!disabled"
|
|
name: "Create repos on gerrit servers"
|
|
tasks:
|
|
- name: Sync project-config
|
|
include_role:
|
|
name: sync-project-config
|
|
- name: Run manage-projects
|
|
include_role:
|
|
name: gerrit
|
|
tasks_from: manage-projects
|