Files
heat-templates/playbooks/devstack/run.yaml
ricolin c5733ee955 Move heat-templates-check job to zuul v3
Change-Id: Ie858c406b6a7d973f9632aa98360b7322758fc3a
2020-10-30 12:39:02 +08:00

12 lines
338 B
YAML

- hosts: all
# This is the default strategy, however since orchestrate-devstack requires
# "linear", it is safer to enforce it in case this is running in an
# environment configured with a different default strategy.
strategy: linear
roles:
- orchestrate-devstack
- hosts: controller
roles:
- run-heat-template-check