Merge "Fix ceph version in ubuntu"

This commit is contained in:
Zuul 2018-09-21 14:05:36 +00:00 committed by Gerrit Code Review
commit 13a3746ffc
1 changed files with 16 additions and 2 deletions

View File

@ -29,11 +29,25 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set ceph_base_packages = [
'btrfs-tools',
'ceph',
'ceph=12.2.4-0ubuntu1',
'ceph-mgr=12.2.4-0ubuntu1',
'ceph-mon=12.2.4-0ubuntu1',
'ceph-osd=12.2.4-0ubuntu1',
'ceph-mds=12.2.4-0ubuntu1',
'ceph-base=12.2.4-0ubuntu1',
'ceph-common=12.2.4-0ubuntu1',
'librbd1=12.2.4-0ubuntu1',
'python-cephfs=12.2.4-0ubuntu1',
'python-rados=12.2.4-0ubuntu1',
'python-rbd=12.2.4-0ubuntu1',
'libcephfs2=12.2.4-0ubuntu1',
'librados2=12.2.4-0ubuntu1',
'libradosstriper1=12.2.4-0ubuntu1',
'e2fsprogs',
'hdparm',
'parted',
'radosgw',
'radosgw=12.2.4-0ubuntu1',
'librgw2=12.2.4-0ubuntu1',
'xfsprogs'
] %}