]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: fix "Red Hat Ceph Storage" product name 872/head
authorKen Dreyer <kdreyer@redhat.com>
Fri, 8 Jul 2016 22:09:32 +0000 (16:09 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 8 Jul 2016 22:09:32 +0000 (16:09 -0600)
Standardize on the name "Red Hat Ceph Storage" everywhere

roles/ceph-common/tasks/checks/check_system.yml
roles/ceph-common/templates/redhat_storage_repo.j2

index 55458b129fd656ed64ef2793511d185f2564c6c9..18bd80198c1736e82f70d1c27883ad6318f4abef 100644 (file)
@@ -16,7 +16,7 @@
 
 - name: fail on unsupported distribution for red hat storage
   fail:
-    msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Storage, only RHEL 7.1"
+    msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL 7.1"
   when:
     - ceph_stable_rh_storage
     - ansible_distribution_version | version_compare('7.1', '<')
index 7d61b585c4f18fe964d83d0f8a22cd0c29a86c2e..2ee20b2fba48b757bc3c7694cd16f254bacf3468 100644 (file)
@@ -1,6 +1,6 @@
 # {{ ansible_managed }}
 [rh_storage_mon]
-name=Red Hat Storage Ceph - local packages for Ceph
+name=Red Hat Ceph Storage - local packages for Ceph
 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/MON
 enabled=1
 gpgcheck=1
@@ -8,7 +8,7 @@ type=rpm-md
 priority=1
 
 [rh_storage_osd]
-name=Red Hat Storage Ceph - local packages for Ceph
+name=Red Hat Ceph Storage - local packages for Ceph
 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/OSD
 enabled=1
 gpgcheck=1
@@ -16,7 +16,7 @@ type=rpm-md
 priority=1
 
 [rh_storage_tools]
-name=Red Hat Storage Ceph - assorted tools
+name=Red Hat Ceph Storage - assorted tools
 baseurl=file://{{ ceph_stable_rh_storage_repository_path }}/Tools
 enabled=1
 gpgcheck=1