Do not rely on defaults for DockerCephDaemonImage in CI.

When using mixed-versions deployment, as
it's the case for upgrades CI jobs. The
docker image version is being set by the
undercloud's tripleo-common package release.

As the undercloud is one release over the
overcloud, we end up deploying next's release
ceph docker image (ceph luminous in pike). By
setting the DockerCephDaemon parameter to the
right ceph docker image version we ensure that
the right version is being deployed

Closes-Bug: #1767329
Change-Id: Iff84601195722429f0e31334fee4845da0ca549c
This commit is contained in:
Jose Luis Franco Arza 2018-04-27 14:58:27 +02:00
parent 7aea15c319
commit 2889670370
2 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ parameter_defaults:
ManagePolling: true
Debug: true
DockerCephDaemonImage: docker.io/ceph/daemon:v3.0.3-stable-3.0-jewel-centos-7-x86_64
CephAnsibleDisksConfig:
devices:
- /dev/loop3

View File

@ -93,6 +93,7 @@ parameter_defaults:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu
Debug: true
DockerCephDaemonImage: docker.io/ceph/daemon:v3.0.3-stable-3.0-jewel-centos-7-x86_64
CephAnsibleDisksConfig:
devices:
- /dev/loop3