bac46cc0e0
This work is part of Debian integration effort. This work only affects debian. We package the same version of ceph for both CentOS and Debian. Since we know the puppet-ceph module on CentOS is supposed to work, use this on Debian also to reduce testing and possible issues. Patches were copied from CentOS and not touched. Drop one patch to metadata.json, we know we have some work to do in that area to clear puppet warnings, but will be done part of a generic clearing puppet warnings effort. The sources need to be patched to work with debhelper-compat 13, which we don't care now. There are some integration issues, but testing so far revealed that during a puppet replay for aio manifest ceph data and ceph journal partitions were created. Story: 2009101 Task: 43431 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com> Change-Id: I90adc736ea52e6c4f9946520156f53e572c224cc
31 lines
1007 B
Plaintext
31 lines
1007 B
Plaintext
Source: puppet-module-ceph
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends:
|
|
debhelper-compat (= 11),
|
|
openstack-pkg-tools,
|
|
python3-all,
|
|
python3-pbr,
|
|
python3-setuptools,
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: puppet-module-ceph
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
puppet,
|
|
puppet-module-duritong-sysctl,
|
|
puppet-module-puppetlabs-apache,
|
|
puppet-module-puppetlabs-concat,
|
|
puppet-module-puppetlabs-inifile,
|
|
puppet-module-puppetlabs-stdlib,
|
|
Description: Puppet module for Ceph
|
|
Puppet lets you centrally manage every important aspect of your system using a
|
|
cross-platform specification language that manages all the separate elements
|
|
normally aggregated in different files, like users, cron jobs, and hosts,
|
|
along with obviously discrete elements like packages, services, and files.
|
|
.
|
|
This module manages both the installation and configuration of the Ceph
|
|
distributed storage system.
|