[libvirt] Update Ceph to 14.2.9

The PS updates Ceph packages in libvirt image to 14.2.9 version.

Change-Id: I99ba8f37574b39eb986acc4dd1d01922f393e0fa
This commit is contained in:
Dmitrii Kabanov 2020-06-08 16:24:46 -07:00
parent cf56a8e6b6
commit 4179761efe
3 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,7 @@ LABEL maintainer="pete.birley@att.com"
ARG UBUNTU_RELEASE=bionic
ARG CEPH_RELEASE=mimic
ARG CEPH_RELEASE_TAG=""
ARG PROJECT=nova
ARG UID=42424
ARG GID=42424
@ -18,6 +19,8 @@ RUN set -ex ;\
apt-get update ;\
apt-get upgrade -y ;\
apt-get install --no-install-recommends -y \
apt-transport-https \
ca-certificates \
gnupg ;\
/tmp/ubuntu-install-libvirt.sh ;\
rm -rf /tmp/*

View File

@ -4,10 +4,11 @@ export DEBIAN_FRONTEND=noninteractive ;\
apt-key add /etc/apt/ceph-${CEPH_RELEASE}.key ;\
rm -f /etc/apt/ceph-${CEPH_RELEASE}.key ;\
echo "deb ${CEPH_REPO} ${UBUNTU_RELEASE} main" | tee /etc/apt/sources.list.d/ceph.list ;\
if [ -z "${CEPH_RELEASE_TAG}" ]; then ceph="ceph-common"; else ceph="ceph-common=${CEPH_RELEASE_TAG}"; fi ;\
apt-get update ;\
apt-get upgrade -y ;\
apt-get install --no-install-recommends -y \
ceph-common \
${ceph} \
cgroup-tools \
dmidecode \
ebtables \

View File

@ -52,6 +52,10 @@
tags:
- latest-ubuntu_bionic
- "ubuntu_bionic-{{ currentdate }}"
build_args:
- "CEPH_REPO=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/"
- "CEPH_KEY=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/archive-ceph-nautilus.key"
- "CEPH_RELEASE_TAG=14.2.9-1.0~bionic"
files: &libvirt_files
- libvirt/.*
- zuul.d/libvirt.yaml