]>
git.apps.os.sepia.ceph.com Git - ceph-ansible.git/log
Alfredo Deza [Fri, 12 Aug 2016 15:31:01 +0000 (11:31 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in prerequisites for iso install
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:30:41 +0000 (11:30 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in prerequisites for cdn install
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:30:06 +0000 (11:30 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs when installing rhs on redhat
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:29:39 +0000 (11:29 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs when installing rhs on debian
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:28:55 +0000 (11:28 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in mandatory vars
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:28:26 +0000 (11:28 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in system checks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:28:03 +0000 (11:28 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in main task
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:27:43 +0000 (11:27 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in repo template
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:27:01 +0000 (11:27 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in defaults
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:26:44 +0000 (11:26 -0400)]
ceph-common: convert ceph_stable_rh_storage to ceph_rhcs in README
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Alfredo Deza [Fri, 12 Aug 2016 15:09:28 +0000 (11:09 -0400)]
group_vars: convert ceph_stable_rh_storage to ceph_rhcs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: issue#811
Leseb [Fri, 12 Aug 2016 14:14:09 +0000 (16:14 +0200)]
Merge pull request #928 from danielin917/ceph-ansible-from-src
Allow ceph-ansible to be run on a locally built/installed Ceph
Daniel Lin [Mon, 6 Jun 2016 14:22:20 +0000 (10:22 -0400)]
Allow ceph-ansible to be run on a locally built/installed Ceph
-First install ceph into a directory with CMake
cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DWITH_SYSTEMD=ON -DCMAKE_INSTALL_PREFIX:PATH:=/usr <ceph_src_dir> && make DESTDIR=<install_dir> install/strip
-Ceph-ansible copies over the install_dir
-User can use rundep_installer.sh to install any runtime dependencies that ceph needs onto the machine from rundep
Leseb [Fri, 12 Aug 2016 13:27:40 +0000 (15:27 +0200)]
Merge pull request #815 from ceph/ceph-initial-mon
WIP ceph-common: test mon initial members
Leseb [Fri, 12 Aug 2016 09:19:38 +0000 (11:19 +0200)]
Merge pull request #930 from font/rbdmirror
Updates for containerized rbd-mirror role
Ivan Font [Fri, 12 Aug 2016 01:21:57 +0000 (18:21 -0700)]
Updates for containerized rbd-mirror role
- Remove /var/lib/ceph dependencies
- Add support for rbd-mirror image tag
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Leseb [Wed, 10 Aug 2016 15:08:58 +0000 (17:08 +0200)]
Merge pull request #927 from ceph/fixes-dmcrypt
osd: fix collocation spelling and declare dmcrypt variables
Leseb [Wed, 10 Aug 2016 13:05:40 +0000 (15:05 +0200)]
Merge pull request #923 from danielin917/rsync_vagrant
Changes to allow for flexible rsync directory
daniel lin [Tue, 9 Aug 2016 19:32:52 +0000 (15:32 -0400)]
Changes to allow for flexible rsync directory
-rsync directory was hardcoded previously and did not reflect the default /vagrant rsync directory
Leseb [Wed, 10 Aug 2016 09:50:30 +0000 (11:50 +0200)]
Merge pull request #900 from ceph/rhbz-
1339576
purge-cluster: remove -q flag from grep to prevent broken pipes
Sébastien Han [Wed, 10 Aug 2016 08:34:23 +0000 (10:34 +0200)]
osd: fix collocation spelling and declare dmcrypt variables
* changed s/colocation/collocation/
* declare dmcrypt variable in ceph-common so the variables check does
not fail
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Wed, 10 Aug 2016 06:53:10 +0000 (08:53 +0200)]
Merge pull request #926 from jsaintrocc/purge-local-sudo
Fix local_action Requiring Root and Various Small Fixes
James Saint-Rossy [Wed, 10 Aug 2016 02:53:07 +0000 (22:53 -0400)]
Various small fixes: local_action required root, ansible2 warnings, using file module instead of rm
Sébastien Han [Fri, 27 May 2016 14:37:07 +0000 (16:37 +0200)]
ceph-common: test mon initial members
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Tue, 9 Aug 2016 08:26:57 +0000 (10:26 +0200)]
Merge pull request #910 from font/ntp_enable
Add option to enable ntp
Ivan Font [Thu, 28 Jul 2016 23:43:48 +0000 (16:43 -0700)]
Update ntp atomic plays to use is_atomic variable
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Ivan Font [Thu, 28 Jul 2016 14:42:19 +0000 (07:42 -0700)]
Add option to enable ntp
This fixes #845 for containerized deployments. We now also mount the
/etc/localtime volume in the containers in order to synchronize the host
timezone with the container timezone.
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Leseb [Mon, 8 Aug 2016 14:27:34 +0000 (16:27 +0200)]
Merge pull request #891 from ceph/dmcrypt
ceph-osd: add dmcrypt scenario
Sébastien Han [Tue, 19 Jul 2016 15:55:57 +0000 (17:55 +0200)]
ceph-osd: re-arrange osd scenario numbers
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Mon, 8 Aug 2016 09:45:14 +0000 (11:45 +0200)]
Merge pull request #920 from mbukatov/drop-disable-swap
remove ability to disable swap
Martin Bukatovic [Mon, 8 Aug 2016 09:35:22 +0000 (11:35 +0200)]
remove ability to disable swap
Addressing issue #919.
Leseb [Mon, 8 Aug 2016 08:42:42 +0000 (10:42 +0200)]
Merge pull request #916 from ktdreyer/client-libvirt
ceph-common: client settings are for libvirt
Leseb [Mon, 8 Aug 2016 07:58:17 +0000 (09:58 +0200)]
Merge pull request #918 from jsaintrocc/yum-clean-fix
Fix purge yum cache
James Saint-Rossy [Thu, 4 Aug 2016 05:26:59 +0000 (01:26 -0400)]
Fix purge yum cache
Ken Dreyer [Tue, 2 Aug 2016 15:57:24 +0000 (09:57 -0600)]
ceph-common: client settings are for libvirt
Prior to this change, each ceph cluster node would end up with several
"qemu-client-$pid.log" files owned by root. The [client] section would
capture *all* client activity (for example the "ceph health" command,
etc), not just librbd-in-qemu.
Restrict this section to libvirt clients only so that we don't generate
these spurious log files for other Ceph client traffic.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Leseb [Mon, 1 Aug 2016 08:54:08 +0000 (10:54 +0200)]
Merge pull request #914 from asheplyakov/secure-cluster-913
ceph-mon: fix the loop in `secure the cluster' task
Alexey Sheplyakov [Fri, 29 Jul 2016 10:30:21 +0000 (13:30 +0300)]
ceph-mon: fix the loop in `secure the cluster' task
Deployment fails when the ``secure_cluster`` is false:
TASK [ceph-mon : secure the cluster]
*******************************************
fatal: [saceph-mon.vm.ceph.asheplyakov]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'stdout_lines'"}
fatal: [saceph-mon2.vm.ceph.asheplyakov]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'stdout_lines'"}
fatal: [saceph-mon3.vm.ceph.asheplyakov]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'stdout_lines'"}
A conditional include evaluates all included tasks with the (additional)
conditional applied to every task [1]. Thus all tasks from `secure_cluster.yml'
are always evaluated (with an additional 'when: secure_cluster' condition).
The `secure the cluster' task iterates over ``ceph_pools.stdout_lines``
even if ``secure_cluster`` is false: in loops ansible applies conditional
to every item (by design) [2]. However the `collect all the pools' task
is skipped if the very same condition evaluates to false, which leaves
the ``ceph_pools`` undefined, so the `secure the cluster' task fails:
Provide the default (empty) list to avoid the problem.
[1] http://docs.ansible.com/ansible/playbooks_conditionals.html#applying-when-to-roles-and-includes
[2] http://docs.ansible.com/ansible/playbooks_conditionals.html#loops-and-conditionals
Closes: #913
Signed-off-by: Alexey Sheplyakov <asheplyakov@mirantis.com>
Leseb [Fri, 29 Jul 2016 08:46:52 +0000 (10:46 +0200)]
Merge pull request #912 from font/check_cluster
Fix to check if cluster is running
Ivan Font [Fri, 29 Jul 2016 00:13:45 +0000 (17:13 -0700)]
Fix to check if cluster is running
Update each role's task to use the respective role's username, image
name, and image tag to check if a container is already running. This was
causing false failures because we were not matching any running
containers and subsequently running checks.yml to check the status of
cluster files being left behind.
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Leseb [Thu, 28 Jul 2016 15:29:01 +0000 (17:29 +0200)]
Merge pull request #911 from font/purge
Updates to containerized purge cluster playbook
Ivan Font [Thu, 28 Jul 2016 14:55:37 +0000 (07:55 -0700)]
Updates to containerized purge cluster playbook
- Reorder package removal steps
- Remove package dependencies after package is removed
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Leseb [Thu, 28 Jul 2016 12:53:40 +0000 (14:53 +0200)]
Merge pull request #908 from jsaintrocc/purge-cluster-fix
Fix purge-cluster.yml fail by removing unnecessary ceph_stable_rh_storage_iso_install check.
James Saint-Rossy [Thu, 28 Jul 2016 04:01:00 +0000 (00:01 -0400)]
Removed check for ceph_stable_rh_storage_iso_install when removing rh_storage.repo as it is can be undefined and cause the playbook to fail. The check is redundant since the task will only remove the repo if it is present.
Leseb [Tue, 26 Jul 2016 21:59:08 +0000 (23:59 +0200)]
Merge pull request #906 from ktdreyer/rm-ice
remove references to Inktank Ceph Storage
Ken Dreyer [Tue, 26 Jul 2016 19:57:32 +0000 (13:57 -0600)]
remove references to Inktank Ceph Storage
ICE is beyond end-of-life, and this Inktank GPG key is considered
untrusted (https://access.redhat.com/blogs/766093/posts/
2176181 )
RIP ICE, we will not miss you.
Leseb [Tue, 26 Jul 2016 11:53:26 +0000 (13:53 +0200)]
Merge pull request #902 from ceph/journal-default
common: set journal size to 5GB
Sébastien Han [Mon, 25 Jul 2016 16:12:31 +0000 (18:12 +0200)]
common: set journal size to 5GB
Journal size is not mandatory anymore, a default from 5GB is being
added. A simple warning message will show up if the size is set to
something below 5GB.
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Tue, 26 Jul 2016 09:11:20 +0000 (11:11 +0200)]
Merge pull request #905 from chengweiv5/remove-dup-option
sgdisk: remove duplicated option `-g`
Sébastien Han [Tue, 26 Jul 2016 08:44:12 +0000 (10:44 +0200)]
common: refresh config template module
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Tue, 26 Jul 2016 08:26:52 +0000 (10:26 +0200)]
Merge pull request #904 from cloudnull/config_template-update
Added option to support case-insensitive keys
Chengwei Yang [Tue, 26 Jul 2016 00:55:43 +0000 (08:55 +0800)]
sgdisk: remove duplicated option `-g`
Option `-g` of sgdisk is duplicated with `--mbrtogpt`, so lets remove it.
This fix #896
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
Kevin Carter [Mon, 25 Jul 2016 21:37:23 +0000 (16:37 -0500)]
Added option to support case-insensitive keys
This change allows keys in INI format to be any case.
The default ConfigParse module sets this to be lower
however in some cases keys are needed to be upper and/or
mixed.
Change-Id: I4e0dedb1b73ee596929bd425af6b0aaefd3a6c27
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit https://github.com/openstack/openstack-ansible-plugins/commit/
f946160dd0f370efb792bf084c7c20b18cf27c98 )
Alfredo Deza [Mon, 25 Jul 2016 14:17:14 +0000 (10:17 -0400)]
purge-cluster: remove -q flag from grep to prevent broken pipes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#
1339576
Leseb [Fri, 22 Jul 2016 09:00:53 +0000 (11:00 +0200)]
Merge pull request #892 from font/purge
Add ability to purge containerized Ceph cluster
Ivan Font [Fri, 22 Jul 2016 05:29:58 +0000 (22:29 -0700)]
Updates to containerized purge cluster playbook
- Update plays to use *_group_name variables that can be overridden by
user on the command line to use whatever group names desired
- Only gather_facts when necessary to greatly increase speed of playbook
- Prompt user for removing packages on non-atomic hosts only if desired
- Removed unnecessary package-removal
- Zap OSD devices twice to avoid lingering partitions
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Ivan Font [Thu, 14 Jul 2016 19:45:56 +0000 (12:45 -0700)]
Add ability to purge containerized Ceph cluster
This removes containers, container images, packages, configuration files
and all the data. Removal of container image tasks are tagged with
'remove_img' to skip removal if desired.
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Leseb [Wed, 20 Jul 2016 15:55:35 +0000 (17:55 +0200)]
Merge pull request #894 from ceph/enhanced-aio
aio: more flexible script
Sébastien Han [Wed, 20 Jul 2016 14:47:53 +0000 (16:47 +0200)]
aio: more flexible script
we can now chose the install source
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han [Tue, 19 Jul 2016 15:53:21 +0000 (17:53 +0200)]
ceph-osd: add dmcrypt scenario
add the ability to encrypt osd data store using dm-crypt
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Tue, 19 Jul 2016 15:54:31 +0000 (17:54 +0200)]
Merge pull request #890 from ceph/arm7
common: prepare arm support
Sébastien Han [Tue, 19 Jul 2016 15:17:16 +0000 (17:17 +0200)]
common: prepare arm support
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Tue, 19 Jul 2016 13:10:21 +0000 (15:10 +0200)]
Merge pull request #888 from CSC-IT-Center-for-Science/support-check
Added support for --check flag in ceph-common
Kalle Happonen [Tue, 19 Jul 2016 12:52:45 +0000 (15:52 +0300)]
Added support for --check flag in ceph-common
The ceph-common role fails when you run ansible with --check. Adding
always_run to a few tasks makes the check go through easier (although
it's not foolproof).
Leseb [Tue, 19 Jul 2016 10:07:56 +0000 (12:07 +0200)]
Merge pull request #879 from ceph/rbd-mirror-docker
rbd-mirror: container deployment support
Leseb [Mon, 18 Jul 2016 16:24:54 +0000 (18:24 +0200)]
Merge pull request #848 from font/master
Add option to enable ntp
Sébastien Han [Tue, 12 Jul 2016 10:15:22 +0000 (12:15 +0200)]
rbd-mirror: container deployment support
add the ability to deploy a containerized version of the rbd mirror
daemon.
Signed-off-by: Sébastien Han <seb@redhat.com>
Leseb [Mon, 18 Jul 2016 15:35:20 +0000 (17:35 +0200)]
Merge pull request #887 from ceph/RHBZ-
1357292
Fetch keys from the mons when taking over a cluster
Andrew Schoen [Mon, 18 Jul 2016 15:06:20 +0000 (10:06 -0500)]
Fetch keys from the mons when taking over a cluster
This fixes a bug where mons added to a "taken over" cluster
will get a newly generated key and do not join the cluster.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Resolves: rhbz#
1357292
Leseb [Mon, 18 Jul 2016 09:01:37 +0000 (11:01 +0200)]
Merge pull request #882 from dang/nmap-fix
Only check ports if NMAP exists
Leseb [Fri, 15 Jul 2016 17:45:52 +0000 (19:45 +0200)]
Merge pull request #886 from ceph/rhbz-
1357065
ceph-common: skip default installs on redhat if ISO needs to be used
Alfredo Deza [Fri, 15 Jul 2016 17:06:19 +0000 (13:06 -0400)]
ceph-common: skip default installs on redhat if ISO needs to be used
Because the ISO installs would happen later in the playbook.
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#
1357065
Leseb [Fri, 15 Jul 2016 09:33:03 +0000 (11:33 +0200)]
Merge pull request #883 from dang/docker-fsid
Allow generating FSID for docker
Leseb [Fri, 15 Jul 2016 09:30:09 +0000 (11:30 +0200)]
Merge pull request #885 from racpatel/fix-quotes
Adding missing quotes
Rachana Patel [Fri, 15 Jul 2016 03:55:34 +0000 (23:55 -0400)]
adding missing quotes
fixes: #884
Signed-off-by: Rachana Patel <rachana83.patel@gmail.com>
Daniel Gryniewicz [Wed, 13 Jul 2016 17:15:01 +0000 (13:15 -0400)]
Allow generating FSID for docker
The docker case wasn't able to generate an FSID, it required it to be
set. Allow generating it.
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Daniel Gryniewicz [Wed, 22 Jun 2016 14:10:16 +0000 (10:10 -0400)]
Only check ports if NMAP exists
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Leseb [Wed, 13 Jul 2016 08:39:49 +0000 (10:39 +0200)]
Merge pull request #865 from PiotrProkop/containerized-osd-with-kv-fix
Fixing containerized deployment with kv
pprokop [Wed, 13 Jul 2016 08:25:05 +0000 (10:25 +0200)]
Fixing typos
pprokop [Wed, 6 Jul 2016 07:58:49 +0000 (09:58 +0200)]
Removing --rm flag from prepare osd
pprokop [Wed, 29 Jun 2016 06:03:03 +0000 (08:03 +0200)]
Adding missing tag
pprokop [Wed, 29 Jun 2016 05:58:26 +0000 (07:58 +0200)]
Fixing typos
pprokop [Tue, 28 Jun 2016 11:48:46 +0000 (13:48 +0200)]
Removing creating symbolic links and fixing systemctl enable not working on CoreOS and migrating form docker module to shell in prepare image
pprokop [Tue, 28 Jun 2016 11:46:01 +0000 (13:46 +0200)]
Adding an option to choose an etcd port and tag of docker images
Leseb [Wed, 13 Jul 2016 07:58:40 +0000 (09:58 +0200)]
Merge pull request #878 from font/imagetag
Support for docker image tags
Ivan Font [Sat, 9 Jul 2016 01:38:13 +0000 (18:38 -0700)]
Support for docker image tags
Signed-off-by: Ivan Font <ivan.font@redhat.com>
Leseb [Tue, 12 Jul 2016 19:15:08 +0000 (21:15 +0200)]
Merge pull request #881 from ceph/rhbz-
1355762
ceph-common: explicitly create the directory portion of the iso path
Alfredo Deza [Tue, 12 Jul 2016 13:59:27 +0000 (09:59 -0400)]
ceph-common: explicitly create the directory portion of the iso path
This will help if the path to the iso exists in the originating server but not
in the remote paths. This issue is not seen if using /tmp/file.iso but does
show up when using nested paths.
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#
1355762
Leseb [Tue, 12 Jul 2016 13:36:07 +0000 (15:36 +0200)]
Merge pull request #874 from KGoreczny/docker_module_for_ansible_2_1_support
Fix docker deployment for Ansible 2.1
KGoreczny [Tue, 12 Jul 2016 12:50:56 +0000 (14:50 +0200)]
remove trailing spaces
Signed-off-by: KGoreczny <krzysztof.goreczny@intel.com>
Leseb [Tue, 12 Jul 2016 11:41:47 +0000 (13:41 +0200)]
Merge pull request #880 from cdwertmann/patch-1
Use correct object names when zapping GPT header
Leseb [Tue, 12 Jul 2016 11:37:20 +0000 (13:37 +0200)]
Merge pull request #873 from erikh/fixups
Container fixups
Christoph Dwertmann [Tue, 12 Jul 2016 11:11:38 +0000 (21:11 +1000)]
Use correct object names when zapping GPT header
Erik Hollensbe [Sun, 10 Jul 2016 13:53:15 +0000 (06:53 -0700)]
ceph-osd: fix an item propagation error while partitioning disks
Signed-off-by: Erik Hollensbe <github@hollensbe.org>
KGoreczny [Tue, 12 Jul 2016 10:54:27 +0000 (12:54 +0200)]
add python-py install to all other docker roles
Signed-off-by: KGoreczny <krzysztof.goreczny@intel.com>
Leseb [Tue, 12 Jul 2016 08:54:20 +0000 (10:54 +0200)]
Merge pull request #877 from aluminous/master
ceph-osd: Use the use_systemd fact when starting directory-scenario OSDs
Austin Brown [Tue, 12 Jul 2016 01:59:38 +0000 (10:59 +0900)]
ceph-osd: Use the use_systemd fact when start directory-scenario OSDs
Leseb [Mon, 11 Jul 2016 15:21:01 +0000 (17:21 +0200)]
Merge pull request #876 from ktdreyer/rhcs-no-rpm-md
ceph-common: rm "type=rpm-md" from RHCS repos
Ken Dreyer [Fri, 8 Jul 2016 22:14:09 +0000 (16:14 -0600)]
ceph-common: rm "type=rpm-md" from RHCS repos
As far as I can tell, this is a SUSE-ism, not needed for RHCS.
Leseb [Mon, 11 Jul 2016 15:06:47 +0000 (17:06 +0200)]
Merge pull request #875 from ktdreyer/rhcs-repo-names
ceph-common: update names for local RHCS repos
Ken Dreyer [Fri, 8 Jul 2016 22:11:35 +0000 (16:11 -0600)]
ceph-common: update names for local RHCS repos
Use more descriptive names for the local RHCS Yum repositories.