Ceph packages are no longer available in the main repo

Change-Id: I481c14e229a05f306321ded38a7c71056233fba3
This commit is contained in:
Proskurin Kirill 2017-02-20 13:28:31 +00:00
parent 7abcf02247
commit 2b22cf2c97
2 changed files with 7 additions and 6 deletions

View File

@ -6,12 +6,12 @@ COPY {{ render('sources.list.debian.j2') }} /etc/apt/sources.list.d/testing.list
RUN apt-get update \
&& apt-get -y install -t jessie-backports --no-install-recommends \
qemu-utils \
&& apt-get -y install libvirt-daemon -t testing --no-install-recommends \
libvirt-dev \
&& apt-get -y install --no-install-recommends \
ceph-common \
python-ceph \
python-rados \
&& apt-get -y install libvirt-daemon -t testing --no-install-recommends \
libvirt-dev \
&& apt-get -y install --no-install-recommends \
genisoimage \
open-iscsi \
dosfstools \

View File

@ -5,15 +5,16 @@ COPY {{ render('sources.list.debian.j2') }} /etc/apt/sources.list.d/testing.list
COPY apt_preferences.debian /etc/apt/preferences
RUN apt-get update \
&& apt-get install -y --no-install-recommends -t jessie-backports \
ceph-common \
python-ceph \
python-rados \
&& apt-get -y install -t testing --no-install-recommends \
qemu-kvm \
qemu-block-extra \
libvirt-daemon \
libvirt-bin \
&& apt-get -y install --no-install-recommends \
ceph-common \
python-ceph \
python-rados \
libvirt-bin \
dmidecode \
pm-utils \