diff --git a/playbooks/zuul_start.yaml b/playbooks/zuul_start.yaml index 8865a6d996..4426ce6185 100644 --- a/playbooks/zuul_start.yaml +++ b/playbooks/zuul_start.yaml @@ -1,6 +1,6 @@ # Run this with "-f 20" -- hosts: 'zuul-scheduler:!disabled' +- hosts: 'zuul02.opendev.org:!disabled' tasks: - include_role: name: zuul-scheduler diff --git a/playbooks/zuul_stop.yaml b/playbooks/zuul_stop.yaml index 58aeaa42bb..d8c12c8de3 100644 --- a/playbooks/zuul_stop.yaml +++ b/playbooks/zuul_stop.yaml @@ -1,6 +1,6 @@ # Run this with "-f 20" -- hosts: 'zuul-scheduler:!disabled' +- hosts: 'zuul02.opendev.org:!disabled' any_errors_fatal: true tasks: - include_role: