]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[BZ-1221830] radosgw pkg is ceph-radosgw on RPM systems 302/head
authorTravis Rhoden <trhoden@redhat.com>
Mon, 25 May 2015 16:02:46 +0000 (12:02 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Mon, 25 May 2015 16:02:46 +0000 (12:02 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/hosts/centos/install.py
ceph_deploy/hosts/centos/uninstall.py
ceph_deploy/hosts/fedora/install.py
ceph_deploy/hosts/fedora/uninstall.py
ceph_deploy/hosts/rhel/uninstall.py
ceph_deploy/hosts/suse/install.py

index 6df57f40bcd158dc74e61fa689040dc65f45b1b1..2f768cf43032d95f19e9707ff25e8cf1cb3fc069 100644 (file)
@@ -111,7 +111,7 @@ def install(distro, version_kind, version, adjust_repos, **kw):
             '-y',
             'install',
             'ceph',
-            'radosgw',
+            'ceph-radosgw',
         ],
     )
 
index 1f43e3bcf1ffe08b04a44f0ec5a336e25a53f60c..463892bcb79cca4526b25435ed0c427e1d61c2f6 100644 (file)
@@ -6,7 +6,7 @@ def uninstall(conn, purge=False):
         'ceph',
         'ceph-release',
         'ceph-common',
-        'radosgw',
+        'ceph-radosgw',
         ]
 
     pkg_managers.yum_remove(
index 222e2ac63306ca19dee55f336c2de888594ce841..1c4ed2d45ecc7bfc47f8a5db5dc6386e633edf39 100644 (file)
@@ -82,6 +82,6 @@ def install(distro, version_kind, version, adjust_repos, **kw):
             '-q',
             'install',
             'ceph',
-            'radosgw',
+            'ceph-radosgw',
         ],
     )
index f1f07b8e9b7ebf06aa082eb5f2fb747fcb0ba84d..1b032c8c973e53b8711a5a4f96cdd270030d4c0d 100644 (file)
@@ -5,7 +5,7 @@ def uninstall(conn, purge=False):
     packages = [
         'ceph',
         'ceph-common',
-        'radosgw',
+        'ceph-radosgw',
         ]
 
     pkg_managers.yum_remove(
index d5a7ba1b81ad46407f847924dfcd3117f22bdf9c..8660505f405b698d3a47ef8aae620fe9d95eb9c7 100644 (file)
@@ -7,7 +7,7 @@ def uninstall(conn, purge=False):
         'ceph-common',
         'ceph-mon',
         'ceph-osd',
-        'radosgw'
+        'ceph-radosgw'
         ]
 
     pkg_managers.yum_remove(
index 937cfaaced48088ae6fd9606b8690b8bdaad8522..6047640522fc2c040fc615a1694df05555bbfec3 100644 (file)
@@ -92,7 +92,7 @@ def install(distro, version_kind, version, adjust_repos, **kw):
             '--quiet',
             'install',
             'ceph',
-            'radosgw',
+            'ceph-radosgw',
             ],
         )