]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[BZ-1304533] use ceph for mon and osd components in Ubuntu for installation
authorAlfredo Deza <adeza@redhat.com>
Mon, 29 Aug 2016 18:50:54 +0000 (14:50 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 29 Aug 2016 18:50:54 +0000 (14:50 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/install.py

index f245497d5dbaaaee37c873c96305ef4b94ec0413..11b05aaa8fb36db4dafd18d600208df437bddda4 100644 (file)
@@ -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