system-config/playbooks/zuul_pull.yaml
James E. Blair 1c069add54 Run zuul-launcher
This doesn't do anything substantial yet, but we'd like to start running
the server soon in order to test it out.

Change-Id: I9eb2bccd6e5e9a064cbaff10676aeb1af6653f98
2024-09-18 16:37:40 -07:00

30 lines
587 B
YAML

# Run this with "-f 20"
- hosts: 'zuul-scheduler:!disabled'
any_errors_fatal: true
tasks:
- include_role:
name: zuul-scheduler
tasks_from: pull
- include_role:
name: zuul-web
tasks_from: pull
- hosts: 'zuul-merger:!disabled'
tasks:
- include_role:
name: zuul-merger
tasks_from: pull
- hosts: 'zuul-launcher:!disabled'
tasks:
- include_role:
name: zuul-launcher
tasks_from: pull
- hosts: 'zuul-executor:!disabled'
tasks:
- include_role:
name: zuul-executor
tasks_from: pull