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: I4bff5f12742364f7cc92e17869a047fd2185dda4
This commit is contained in:
James E. Blair
2017-10-28 10:23:58 -07:00
parent 2c9343e5db
commit c0d8c1c72d

View File

@@ -48,7 +48,7 @@
ADMIN_PASSWORD: secretadmin ADMIN_PASSWORD: secretadmin
SERVICE_PASSWORD: secretservice SERVICE_PASSWORD: secretservice
NETWORK_GATEWAY: 10.1.0.1 NETWORK_GATEWAY: 10.1.0.1
Q_USE_DEBUG_COMMAND: True Q_USE_DEBUG_COMMAND: true
FIXED_RANGE: 10.1.0.0/20 FIXED_RANGE: 10.1.0.0/20
IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20 IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
FLOATING_RANGE: 172.24.5.0/24 FLOATING_RANGE: 172.24.5.0/24
@@ -56,25 +56,24 @@
FLOATING_HOST_PREFIX: 172.24.4 FLOATING_HOST_PREFIX: 172.24.4
FLOATING_HOST_MASK: 23 FLOATING_HOST_MASK: 23
SWIFT_REPLICAS: 1 SWIFT_REPLICAS: 1
SWIFT_START_ALL_SERVICES: False SWIFT_START_ALL_SERVICES: false
LOGFILE: /opt/stack/logs/devstacklog.txt LOGFILE: /opt/stack/logs/devstacklog.txt
LOG_COLOR: False LOG_COLOR: false
VERBOSE: True VERBOSE: true
NETWORK_GATEWAY: 10.1.0.1 NOVNC_FROM_PACKAGE: true
NOVNC_FROM_PACKAGE: True ERROR_ON_CLONE: true
ERROR_ON_CLONE: True
# Gate jobs can't deal with nested virt. Disable it. # Gate jobs can't deal with nested virt. Disable it.
LIBVIRT_TYPE: qemu LIBVIRT_TYPE: qemu
# NOTE(dims): etcd 3.x is not available in debian/ubuntu # NOTE(dims): etcd 3.x is not available in debian/ubuntu
# etc. As a stop gap measure, devstack uses wget to download # etc. As a stop gap measure, devstack uses wget to download
# from the location below for all the CI jobs. # from the location below for all the CI jobs.
ETCD_DOWNLOAD_URL: "http://tarballs.openstack.org/etcd/" ETCD_DOWNLOAD_URL: http://tarballs.openstack.org/etcd/
devstack_services: devstack_services:
horizon: False horizon: false
tempest: False tempest: false
pre-run: playbooks/pre pre-run: playbooks/pre.yaml
run: playbooks/devstack run: playbooks/devstack.yaml
post-run: playbooks/post post-run: playbooks/post.yaml
- project: - project: