506a11f9d2
This new ansible role deploys gerritbot with docker-compose on eavesdrop.openstack.org. This way we can run it where the other bots live. Testing is rudimentary for now as we don't really want to connect to a production gerrit and freenode. We check things the best we can. We will want to coordinate deployment of this change with disabling the running service on the gerrit server. Depends-On: https://review.opendev.org/745240 Change-Id: I008992978791ff0a38f92fb4bc529ff643f01dd6
13 lines
304 B
YAML
13 lines
304 B
YAML
- hosts: 'eavesdrop:!disabled'
|
|
name: "eavesdrop: run puppet on eavesdrop"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- zuul-user
|
|
- sync-project-config
|
|
- install-docker
|
|
- accessbot
|
|
- gerritbot
|
|
- name: run-puppet
|
|
manifest: /opt/system-config/production/manifests/eavesdrop.pp
|