Split gitea and gerrit services from manage-projects
There are two different concerns here. One is configuring the gitea and gerrit services. This is independent from the management of projects running inside them. Make a manage-projects playbook which currently runs gitea-git-repos but will also get a gerrit-git-repos role in a bit. Make a service-gitea playbook for deploying gitea itself and update run_all to take all of that into account. This should make our future world of turning these into zuul jobs easier. Add several missing files to the files matchers for run-gitea and run-review. Also - nothing about this has anything to do with puppet. Change-Id: I5eaf75129d76138c61013a3a7ed7c381d567bb8b
This commit is contained in:
6
playbooks/service-gitea.yaml
Normal file
6
playbooks/service-gitea.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
- hosts: "gitea:!disabled"
|
||||
name: "Base: configure gitea"
|
||||
serial: 1
|
||||
roles:
|
||||
- install-docker
|
||||
- gitea
|
||||
Reference in New Issue
Block a user