- Apr 28, 2016
-
-
Andrew Schoen authored
This will allow a user to conditionally install the ceph package on rpm based systems. Installing this package is not required or wanted in versions passed infernalis. Signed-off-by:
Andrew Schoen <aschoen@redhat.com> (cherry picked from commit f81140d21f5c77965c4438ba752bb174bf6bec70)
-
- Apr 25, 2016
-
-
Andrew Schoen authored
Signed-off-by:
Andrew Schoen <aschoen@redhat.com> (cherry picked from commit f297af23c5e0af3b86238b525987bc20cdbd4d38)
-
Andrew Schoen authored
Signed-off-by:
Andrew Schoen <aschoen@redhat.com> (cherry picked from commit b649c4229ad9ea64579ae91e73b0ab400f1c5e1d)
-
Andrew Schoen authored
Signed-off-by:
Andrew Schoen <aschoen@redhat.com> (cherry picked from commit 79a6e0522862fd116d1d0c5c08b339995759a8c9)
-
Andrew Schoen authored
This fixes the ceph.conf template so that it will look for an inventory defined value for monitor_interface or for monitor_interface defined in a group_vars file. Signed-off-by:
Andrew Schoen <aschoen@redhat.com> (cherry picked from commit 95d80ad3d30c90b9bb07ef46946779078ebec289)
-
- Apr 13, 2016
-
-
Leseb authored
Fix creation of RBD client directories
-
Chris St. Pierre authored
Need to use a template, not a bare variable name.
-
Andrew Schoen authored
This fixes https://github.com/ceph/ceph-ansible/issues/711 Signed-off-by:
Andrew Schoen <aschoen@redhat.com>
-
- Apr 12, 2016
-
-
Leseb authored
Deduplicate RBD client directory creation
-
- Apr 08, 2016
-
-
Andrew Schoen authored
This fixes a bug where monitor_interface might be set in your inventory file and not by using group_vars or --extra-vars causing the template to use the default address of 0.0.0.0 instead of the defined monitor_interface. Signed-off-by:
Andrew Schoen <aschoen@redhat.com>
-
Chris St. Pierre authored
Instead of creating the RBD client socket path three different places in three different ways, this creates it once. Ceph on OpenStack users have the option to customize the permissions of the RBD client directories. Fixes #687
-
Leseb authored
ceph-rbd-mirror: add new role
-
Sébastien Han authored
Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Apr 06, 2016
-
-
Leseb authored
fix when clauses for installation of ceph RPM
-
Ben England authored
-
Leseb authored
create /etc/sysconfig/ceph if it doesn't already exist
-
Ben England authored
-
Ben England authored
-
- Apr 05, 2016
-
-
Sébastien Han authored
We now set the value to 0, which means no specific default; ceph will use size-size/2 Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Sébastien Han authored
3 has been the default since Firefly I believe so we should stick with this value. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Mar 30, 2016
-
-
Sébastien Han authored
we now have the ability to enable the `cluster` variable with a specific value that will determine the name of the cluster. Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Mar 28, 2016
-
-
Leseb authored
ceph-common: Newline separation in ceph.conf.j2
-
ksingh7 authored
ceph.conf.j2 template requires a new line between mon_containerized_deployment_with_kv and fsid variables With this commit , i have added a new line for better readablity
-
Leseb authored
ceph-common: Fix for issue no. 652
-
runsisi authored
name 'rgws' when checking rgw port. Signed-off-by:
runsisi <runsisi@hust.edu.cn>
-
- Mar 26, 2016
-
-
ksingh7 authored
ceph.conf file generation task in ceph-common role was getting failed because it ansible cant find defination of varriable mon_containerized_deployment_with_kv This fix declare mon_containerized_deployment_with_kv under ceph-common/defaults/main.yml which fixes this issue Signed-off-by:
ksingh7 <karan.singh731987@gmail.com>
-
- Mar 25, 2016
-
-
Leseb authored
ceph-osd: add support for bluestore
-
Leseb authored
Make RBD client directory owner/group configurable
-
Sébastien Han authored
bluestore does not need any journal so we skip this test if osd_objectstore = bluestore Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Chris St. Pierre authored
Some versions (?) of libvirt provide a 'libvirt' group instead of 'libvirtd'. (Observed with libvirt-daemon-1.2.17-13.el7_2.2.x86_64.) This makes the RBD client directory owner and group configurable to allow for this.
-
- Mar 24, 2016
-
-
Sébastien Han authored
Signed-off-by:
Sébastien Han <seb@redhat.com>
-
pprokop authored
-
pprokop authored
-
pprokop authored
-
pprokop authored
-
pprokop authored
-
Huamin Chen authored
Signed-off-by:
Huamin Chen <hchen@redhat.com>
-
- Mar 23, 2016
-
-
Andrew Schoen authored
Signed-off-by:
Andrew Schoen <aschoen@redhat.com>
-
Andrew Schoen authored
This would allow users who don't know what interface to provide to give an IP address to use for the monitor instead. Note: the includes are needed in ceph.conf.j2 because without them jinja2 can not properly evaluate the template and will complain about a missing 'ansible_interface' variable. The includes allow the template to be evaluated correctly and then the correct include will be used during render time. Signed-off-by:
Andrew Schoen <aschoen@redhat.com>
-
- Mar 18, 2016
-
-
Leseb authored
ceph-common: fix ceph install for centos distros
-