]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[BZ-1304533] make the default components for installation in ubuntu be ceph and ceph-mds
authorAlfredo Deza <adeza@redhat.com>
Mon, 29 Aug 2016 18:51:23 +0000 (14:51 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 29 Aug 2016 18:54:57 +0000 (14:54 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/util/constants.py

index 74833b7dcb899c88c0017b25bb0d3deccb444e03..646ffd969e960ff0d07a40cb5a55f3ef136923dd 100644 (file)
@@ -27,6 +27,6 @@ default_components = namedtuple('DefaultComponents', ['rpm', 'deb'])
 # the difference here is because RPMs currently name the radosgw differently than DEBs.
 # TODO: This needs to get unified once the packaging naming gets consistent
 default_components.rpm = tuple(_base_components + ['ceph-radosgw'])
-default_components.deb = tuple(_base_components + ['radosgw'])
+default_components.deb = tuple(['ceph', 'radosgw'])
 
 gpg_key_base_url = "download.ceph.com/keys/"