From ed39bcff3433cc8253f1346436f935dd014383fc Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 29 Aug 2016 14:50:54 -0400 Subject: [PATCH] [BZ-1304533] use ceph for mon and osd components in Ubuntu for installation Signed-off-by: Alfredo Deza --- ceph_deploy/install.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3