From: Alfredo Deza Date: Mon, 29 Aug 2016 18:50:54 +0000 (-0400) Subject: [BZ-1304533] use ceph for mon and osd components in Ubuntu for installation X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed39bcff3433cc8253f1346436f935dd014383fc;p=ceph-deploy.git [BZ-1304533] use ceph for mon and osd components in Ubuntu for installation Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index f245497..11b05aa 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -63,8 +63,11 @@ def detect_components(args, distro): defaults = default_components.rpm else: defaults = default_components.deb - # different naming convention for deb than rpm for radosgw + # different naming convention for deb than rpm for radosgw, + # OSD, and MON flags['install_rgw'] = 'radosgw' + flags['install_mon'] = 'ceph' + flags['install_osd'] = 'ceph' if args.install_all: return defaults