Update Ceph version to Pacific 16.2.9
Change-Id: I1945346cc8204e2853299e98fb71c8e5fd68efce
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
ARG baseimg=docker.io/ubuntu:bionic
|
||||
FROM ${baseimg}
|
||||
|
||||
# Octopus 15.2.15
|
||||
ARG CEPH_RELEASE=octopus
|
||||
ARG CEPH_RELEASE_TAG=15.2.15-1bionic
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
|
||||
# Pacific 16.2.9
|
||||
ARG CEPH_RELEASE=pacific
|
||||
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-pacific/release.asc
|
||||
|
||||
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
|
||||
RUN set -ex ;\
|
||||
|
@@ -4,12 +4,12 @@ FROM ${FROM}
|
||||
ARG DISTRO_CODENAME='bionic'
|
||||
|
||||
ARG KUBE_VERSION=v1.16.2
|
||||
# Octopus 15.2.15
|
||||
ARG CEPH_RELEASE=octopus
|
||||
ARG CEPH_RELEASE_TAG=15.2.15-1bionic
|
||||
# Pacific 16.2.9
|
||||
ARG CEPH_RELEASE=pacific
|
||||
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
|
||||
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-pacific/release.asc
|
||||
|
||||
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
|
||||
RUN set -ex ;\
|
||||
|
@@ -2,13 +2,13 @@ ARG FROM=docker.io/ubuntu:bionic
|
||||
FROM ${FROM}
|
||||
|
||||
ARG KUBE_VERSION=1.16.2
|
||||
# Octopus 15.2.15
|
||||
ARG CEPH_RELEASE=octopus
|
||||
ARG CEPH_RELEASE_TAG=15.2.15-1bionic
|
||||
# Pacific 16.2.9
|
||||
ARG CEPH_RELEASE=pacific
|
||||
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
|
||||
ARG CONFD_VERSION=0.16.0
|
||||
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-pacific/release.asc
|
||||
|
||||
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
|
||||
RUN set -ex ;\
|
||||
|
@@ -1,12 +1,12 @@
|
||||
ARG baseimg=docker.io/ubuntu:bionic
|
||||
FROM ${baseimg}
|
||||
|
||||
# Octopus 15.2.15
|
||||
ARG CEPH_RELEASE=octopus
|
||||
ARG CEPH_RELEASE_TAG=15.2.15-1bionic
|
||||
# Pacific 16.2.9
|
||||
ARG CEPH_RELEASE=pacific
|
||||
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
|
||||
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-octopus/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-octopus/release.asc
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-pacific/release.asc
|
||||
|
||||
ADD ${CEPH_KEY} /etc/apt/ceph-${CEPH_RELEASE}.key
|
||||
RUN set -ex ;\
|
||||
|
@@ -3,7 +3,7 @@ FROM ${FROM}
|
||||
LABEL maintainer="pete.birley@att.com"
|
||||
|
||||
ARG UBUNTU_RELEASE=bionic
|
||||
ARG CEPH_RELEASE=nautilus
|
||||
ARG CEPH_RELEASE=pacific
|
||||
ARG CEPH_RELEASE_TAG=""
|
||||
ARG PROJECT=nova
|
||||
ARG UID=42424
|
||||
|
@@ -3,7 +3,7 @@ FROM ${FROM}
|
||||
LABEL maintainer="mnaser@vexxhost.com"
|
||||
|
||||
ARG UBUNTU_RELEASE=focal
|
||||
ARG CEPH_RELEASE=octopus
|
||||
ARG CEPH_RELEASE=pacific
|
||||
ARG CEPH_RELEASE_TAG=""
|
||||
ARG PROJECT=nova
|
||||
ARG UID=42424
|
||||
|
@@ -1,7 +1,7 @@
|
||||
ARG FROM=ubuntu:bionic
|
||||
FROM ${FROM}
|
||||
|
||||
ARG CEPH_REPO="deb https://download.ceph.com/debian-nautilus/ bionic main"
|
||||
ARG CEPH_REPO="deb https://download.ceph.com/debian-pacific/ bionic main"
|
||||
ARG CEPH_KEY="https://download.ceph.com/keys/release.asc"
|
||||
ARG ALLOW_UNAUTHENTICATED=false
|
||||
|
||||
|
Reference in New Issue
Block a user