From 47f8b8917f856d9e36e549c7c6b4d9066ee9233d Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Thu, 25 Jun 2020 08:04:35 +0200
Subject: [PATCH] CI: Update ceph-ansible to v5 - deploy Ceph Octopus

Change-Id: I2e736920f5b2cb4a78c2e6c216665394faf83001
---
 tests/templates/ceph-ansible.j2 | 2 +-
 zuul.d/base.yaml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/templates/ceph-ansible.j2 b/tests/templates/ceph-ansible.j2
index 53023d1fb4..f6664ed3d6 100644
--- a/tests/templates/ceph-ansible.j2
+++ b/tests/templates/ceph-ansible.j2
@@ -11,7 +11,7 @@ docker: true
 containerized_deployment: true
 container_binary: "docker"
 docker_pull_timeout: "600s"
-ceph_docker_image_tag: "latest-nautilus"
+ceph_docker_image_tag: "latest-octopus"
 
 dashboard_enabled: false
 
diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml
index 6ac0cc215d..018863ede2 100644
--- a/zuul.d/base.yaml
+++ b/zuul.d/base.yaml
@@ -112,7 +112,7 @@
       ceph_osd_storetype: ceph-lvm
     required-projects:
       - name: github.com/ceph/ceph-ansible
-        override-checkout: v4.0.16
+        override-checkout: v5.0.0
 
 - job:
     name: kolla-ansible-masakari-base
-- 
GitLab