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: Ica577a18cc53c6d32eebd2eb6c5f43615f1b6e3f
This commit is contained in:
James E. Blair 2017-10-28 10:17:25 -07:00
parent a54d0dadf2
commit 9ac0b6a356
1 changed files with 3 additions and 4 deletions

View File

@ -3,10 +3,9 @@
parent: base
timeout: 3600
nodeset: centos-7
pre-run: playbooks/packstack-pre
run: playbooks/packstack-integration-tempest
post-run: playbooks/upload-logs
nodeset: centos-7
pre-run: playbooks/packstack-pre.yaml
run: playbooks/packstack-integration-tempest.yaml
post-run: playbooks/upload-logs.yaml
irrelevant-files:
- ^docs/.*$
- ^releasenotes/.*$