Zuul: add file extension to playbook path

Zuul now supports including the file extension on the playbook path
and omitting the extension is now deprecrated.  Update references
to include the extension.

Change-Id: I9a6d2d0c844ef17995cb7451f2ad7895374292ea
This commit is contained in:
James E. Blair 2017-10-28 10:09:21 -07:00
parent d4c0e5f8be
commit e44b36a471

View File

@ -81,18 +81,18 @@
- node-2 - node-2
- job: - job:
name: openstack-helm-infra-ubuntu name: openstack-helm-infra-ubuntu
pre-run: tools/gate/playbooks/zuul-pre pre-run: tools/gate/playbooks/zuul-pre.yaml
run: tools/gate/playbooks/zuul-run run: tools/gate/playbooks/zuul-run.yaml
nodeset: openstack-helm-ubuntu nodeset: openstack-helm-ubuntu
- job: - job:
name: openstack-helm-infra-centos name: openstack-helm-infra-centos
pre-run: tools/gate/playbooks/zuul-pre pre-run: tools/gate/playbooks/zuul-pre.yaml
run: tools/gate/playbooks/zuul-run run: tools/gate/playbooks/zuul-run.yaml
nodeset: openstack-helm-centos nodeset: openstack-helm-centos
- job: - job:
name: openstack-helm-infra-fedora name: openstack-helm-infra-fedora
pre-run: tools/gate/playbooks/zuul-pre pre-run: tools/gate/playbooks/zuul-pre.yaml
run: tools/gate/playbooks/zuul-run run: tools/gate/playbooks/zuul-run.yaml
nodeset: openstack-helm-fedora nodeset: openstack-helm-fedora