[CEPH] Update ceph repos

This is to update ceph apt repos from upstream to mirantis based.

Change-Id: I60b25ad6d1b8a257efb4eaebd130f301f628fe4c
This commit is contained in:
Chinasubbareddy Mallavarapu 2021-01-11 19:58:06 +00:00
parent b379c3a272
commit 0020381f7f
4 changed files with 8 additions and 8 deletions

View File

@ -4,8 +4,8 @@ FROM ${baseimg}
# Octopus 15.2.8
ARG CEPH_RELEASE=octopus
ARG CEPH_RELEASE_TAG=15.2.8-1bionic
ARG CEPH_REPO=https://download.ceph.com/debian-octopus/
ARG CEPH_KEY=https://download.ceph.com/keys/release.asc
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
RUN set -ex ;\

View File

@ -8,8 +8,8 @@ ARG KUBE_VERSION=v1.16.2
ARG CEPH_RELEASE=octopus
ARG CEPH_RELEASE_TAG=15.2.8-1bionic
ARG CEPH_REPO=https://download.ceph.com/debian-octopus/
ARG CEPH_KEY=https://download.ceph.com/keys/release.asc
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
RUN set -ex ;\

View File

@ -7,8 +7,8 @@ ARG CEPH_RELEASE=octopus
ARG CEPH_RELEASE_TAG=15.2.8-1bionic
ARG CONFD_VERSION=0.16.0
ARG CEPH_REPO=https://download.ceph.com/debian-octopus/
ARG CEPH_KEY=https://download.ceph.com/keys/release.asc
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
RUN set -ex ;\

View File

@ -5,8 +5,8 @@ FROM ${baseimg}
ARG CEPH_RELEASE=octopus
ARG CEPH_RELEASE_TAG=15.2.8-1bionic
ARG CEPH_REPO=https://download.ceph.com/debian-octopus/
ARG CEPH_KEY=https://download.ceph.com/keys/release.asc
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
RUN set -ex ;\