Merge pull request #872 from ktdreyer/rhcs-name

ceph-common: fix "Red Hat Ceph Storage" product name
pull/875/head
Leseb 2016-07-09 17:41:45 +02:00 committed by GitHub
commit 6c3db809ae
2 changed files with 4 additions and 4 deletions

View 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', '<')

View 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