From 0020381f7f9b3a386bda0c2be217deb638acbe7a Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Mon, 11 Jan 2021 19:58:06 +0000 Subject: [PATCH] [CEPH] Update ceph repos This is to update ceph apt repos from upstream to mirantis based. Change-Id: I60b25ad6d1b8a257efb4eaebd130f301f628fe4c --- ceph-cephfs-provisioner/Dockerfile.ubuntu_bionic | 4 ++-- ceph-config-helper/Dockerfile.ubuntu_bionic | 4 ++-- ceph-daemon/Dockerfile.ubuntu_bionic | 4 ++-- ceph-rbd-provisioner/Dockerfile.ubuntu_bionic | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ceph-cephfs-provisioner/Dockerfile.ubuntu_bionic b/ceph-cephfs-provisioner/Dockerfile.ubuntu_bionic index ef6745f8..6a22be9b 100644 --- a/ceph-cephfs-provisioner/Dockerfile.ubuntu_bionic +++ b/ceph-cephfs-provisioner/Dockerfile.ubuntu_bionic @@ -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 ;\ diff --git a/ceph-config-helper/Dockerfile.ubuntu_bionic b/ceph-config-helper/Dockerfile.ubuntu_bionic index 4e3398d8..94f71740 100644 --- a/ceph-config-helper/Dockerfile.ubuntu_bionic +++ b/ceph-config-helper/Dockerfile.ubuntu_bionic @@ -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 ;\ diff --git a/ceph-daemon/Dockerfile.ubuntu_bionic b/ceph-daemon/Dockerfile.ubuntu_bionic index ec0517fe..75ea8a1a 100644 --- a/ceph-daemon/Dockerfile.ubuntu_bionic +++ b/ceph-daemon/Dockerfile.ubuntu_bionic @@ -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 ;\ diff --git a/ceph-rbd-provisioner/Dockerfile.ubuntu_bionic b/ceph-rbd-provisioner/Dockerfile.ubuntu_bionic index 42fe2867..0c90135f 100644 --- a/ceph-rbd-provisioner/Dockerfile.ubuntu_bionic +++ b/ceph-rbd-provisioner/Dockerfile.ubuntu_bionic @@ -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 ;\