]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/log
ceph-ansible.git
9 years agoreview feedback
Jim Curtis [Sun, 21 Feb 2016 19:04:43 +0000 (11:04 -0800)]
review feedback

9 years agoreview feedback
Jim Curtis [Fri, 19 Feb 2016 19:46:33 +0000 (11:46 -0800)]
review feedback

9 years agoReview feedback fixes from PR #518
Jim Curtis [Wed, 10 Feb 2016 05:45:17 +0000 (21:45 -0800)]
Review feedback fixes from PR #518

9 years agoChanges to allow ceph-ansible and vagrant to work on Openstack VMs
Jim Curtis [Thu, 4 Feb 2016 20:24:56 +0000 (12:24 -0800)]
Changes to allow ceph-ansible and vagrant to work on Openstack VMs

9 years agoadd missing osd systemd unit template
Huamin Chen [Wed, 10 Feb 2016 18:15:52 +0000 (18:15 +0000)]
add missing osd systemd unit template

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agoreview feedback
Huamin Chen [Tue, 9 Feb 2016 19:49:22 +0000 (19:49 +0000)]
review feedback

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agostart osd daemon via systemd if supported
Huamin Chen [Tue, 9 Feb 2016 17:35:41 +0000 (17:35 +0000)]
start osd daemon via systemd if supported

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agosplit osd disk to prepare and activate
Huamin Chen [Tue, 9 Feb 2016 01:49:47 +0000 (01:49 +0000)]
split osd disk to prepare and activate

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agoallow multiple mon containers to reach quorum
Huamin Chen [Mon, 8 Feb 2016 17:23:37 +0000 (17:23 +0000)]
allow multiple mon containers to reach quorum

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agoserialize containerized mon config
Huamin Chen [Fri, 5 Feb 2016 18:50:57 +0000 (18:50 +0000)]
serialize containerized mon config

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agoremove --rm option from docker run, since the image is already removed during pre...
Huamin Chen [Mon, 1 Feb 2016 15:40:48 +0000 (15:40 +0000)]
remove --rm option from docker run, since the image is already removed during pre start

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agouse systemd to manage ceph daemons
Huamin Chen [Wed, 27 Jan 2016 19:50:05 +0000 (19:50 +0000)]
use systemd to manage ceph daemons

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agoadd variable to allow containerized mon to run privileged mode.
Huamin Chen [Tue, 26 Jan 2016 20:01:03 +0000 (20:01 +0000)]
add variable to allow containerized mon to run privileged mode.
this is to allow ceph-authtool to read and write to /var/ and /etc on CentOS Atomic.
Add doc on how to run containerized deployment on RHEL/CentOS Atomic

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agoinitial steps to provision CentOS Atomic host
Huamin Chen [Mon, 25 Jan 2016 19:28:10 +0000 (19:28 +0000)]
initial steps to provision CentOS Atomic host

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agoremove unused files
Huamin Chen [Fri, 22 Jan 2016 19:56:15 +0000 (19:56 +0000)]
remove unused files

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agocontainerize rgw and restapi
Huamin Chen [Fri, 22 Jan 2016 19:10:41 +0000 (19:10 +0000)]
containerize rgw and restapi

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agocontainerized mon: create restapi keyring
Huamin Chen [Thu, 21 Jan 2016 19:54:41 +0000 (19:54 +0000)]
containerized mon: create restapi keyring

add sample config for containerized deployment

9 years agocopy bootstrap keyring and conf from mon to ansible server, so osd can get them to...
Huamin Chen [Thu, 21 Jan 2016 17:22:46 +0000 (17:22 +0000)]
copy bootstrap keyring and conf from mon to ansible server, so osd can get them to bootstrap

Signed-off-by: Huamin Chen <hchen@redhat.com>
9 years agocontainerized mon
Huamin Chen [Wed, 13 Jan 2016 19:15:35 +0000 (19:15 +0000)]
containerized mon

9 years agoMerge pull request #646 from ceph/fix-purge-ubuntu
Leseb [Thu, 24 Mar 2016 14:14:54 +0000 (15:14 +0100)]
Merge pull request #646 from ceph/fix-purge-ubuntu

Fix purge ubuntu

9 years agopurge: remove monitor store and bootstrap keys 646/head
Sébastien Han [Thu, 24 Mar 2016 12:49:26 +0000 (13:49 +0100)]
purge: remove monitor store and bootstrap keys

remove monitor store and bootstrap keys otherwise the play can not
complete

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agopurge-cluster: add a check for a device list
Sébastien Han [Thu, 24 Mar 2016 10:38:56 +0000 (11:38 +0100)]
purge-cluster: add a check for a device list

People who use `osd_auto_discovery` feature will not have a devices
variable populated, so we first check for the existence of devices.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agopurge-cluster: make stop service work on ubuntu
Sébastien Han [Thu, 24 Mar 2016 10:37:35 +0000 (11:37 +0100)]
purge-cluster: make stop service work on ubuntu

reworked the stop sequence by using ids instead of calling the 'all'
function which does not seem to be working all the time.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #644 from bengland2/purge-cluster-cleanup
Leseb [Thu, 24 Mar 2016 09:52:11 +0000 (10:52 +0100)]
Merge pull request #644 from bengland2/purge-cluster-cleanup

make purge-cluster.yml both more reliable and faster

9 years agooops dont need that 644/head
Ben England [Wed, 23 Mar 2016 17:52:28 +0000 (13:52 -0400)]
oops dont need that

9 years agoMerge pull request #643 from ceph/monitor-ip
Leseb [Wed, 23 Mar 2016 12:38:44 +0000 (13:38 +0100)]
Merge pull request #643 from ceph/monitor-ip

Provide the ability to provide monitor_address instead of an interface

9 years agodocs for usage of monitor_interface and monitor_address 643/head
Andrew Schoen [Tue, 22 Mar 2016 18:21:12 +0000 (13:21 -0500)]
docs for usage of monitor_interface and monitor_address

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoProvide the ability to provide monitor_address instead of an interface
Andrew Schoen [Tue, 22 Mar 2016 14:11:12 +0000 (09:11 -0500)]
Provide the ability to provide monitor_address instead of an interface

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>
9 years agoMerge pull request #609 from ceph/fragment
Leseb [Wed, 23 Mar 2016 09:32:18 +0000 (10:32 +0100)]
Merge pull request #609 from ceph/fragment

fix fragment for osd directory scenario

9 years agomany fixes to make purge-cluster.yml reliable
Ben England [Tue, 22 Mar 2016 17:29:00 +0000 (13:29 -0400)]
many fixes to make purge-cluster.yml reliable

9 years agoMerge pull request #639 from ceph/enhance-regex
Leseb [Mon, 21 Mar 2016 17:22:00 +0000 (18:22 +0100)]
Merge pull request #639 from ceph/enhance-regex

ceph-osd: fix regex to check partitions

9 years agoMerge pull request #637 from ceph/activate-partition
Leseb [Mon, 21 Mar 2016 16:37:19 +0000 (17:37 +0100)]
Merge pull request #637 from ceph/activate-partition

ceph-osd: fix activate for osd on partitions

9 years agoceph-osd: fix regex to check partitions 639/head
Sébastien Han [Mon, 21 Mar 2016 15:27:02 +0000 (16:27 +0100)]
ceph-osd: fix regex to check partitions

Thanks @dvusboy

closes: #636

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoceph-osd: fix activate for osd on partitions 637/head
Sébastien Han [Mon, 21 Mar 2016 15:00:58 +0000 (16:00 +0100)]
ceph-osd: fix activate for osd on partitions

Since we want to activate the OSD when it's a partition we are looking
for a return code that is equal to 0 which means the device is a
  partition.

closes: #636

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #634 from dvusboy/fix_issue_632
Leseb [Fri, 18 Mar 2016 13:07:42 +0000 (14:07 +0100)]
Merge pull request #634 from dvusboy/fix_issue_632

Address issue #632 with systemd unit rename

9 years agoMerge pull request #635 from dvusboy/create_rbd_clients_directory
Leseb [Fri, 18 Mar 2016 13:05:02 +0000 (14:05 +0100)]
Merge pull request #635 from dvusboy/create_rbd_clients_directory

Create the directory used for rbd-clients sockets

9 years agoMerge pull request #627 from ceph/fix-ceph-install
Leseb [Fri, 18 Mar 2016 13:02:22 +0000 (14:02 +0100)]
Merge pull request #627 from ceph/fix-ceph-install

ceph-common: fix ceph install for centos distros

9 years agoCreate the directory used for rbd-clients sockets 635/head
K.C. Wong [Thu, 17 Mar 2016 18:58:13 +0000 (11:58 -0700)]
Create the directory used for rbd-clients sockets

* `/var/run/ceph/rbd-clients` is not created automatically
* because it is missing, ceph-rgw complains about missing client
  socket on start up; it is because the containing directory is
  not there
* so we just add it to the list of directory pre-requisite

9 years agoAddress issue #632 with systemd unit rename 634/head
K.C. Wong [Thu, 17 Mar 2016 17:34:56 +0000 (10:34 -0700)]
Address issue #632 with systemd unit rename

* the client-name is actually `rgw.{{ ansible_hostname }}` instead
  of just `{{ ansible_hostname }}`
* it matches the directory created under `/var/lib/ceph/radosgw`
* and, it matches the client-name used to create the keyring in
  `pre_requisite.yml`

9 years agoMerge pull request #633 from ceph/centos-libselinux-python
Leseb [Thu, 17 Mar 2016 16:39:55 +0000 (17:39 +0100)]
Merge pull request #633 from ceph/centos-libselinux-python

add libselinux-python as dependency pkg for centos

9 years agoadd libselinux-python as dependency pkg for centos 633/head
Sébastien Han [Thu, 17 Mar 2016 16:39:01 +0000 (17:39 +0100)]
add libselinux-python as dependency pkg for centos

closes: #631

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoceph-common: fix ceph install for centos distros 627/head
Sébastien Han [Tue, 15 Mar 2016 15:35:29 +0000 (16:35 +0100)]
ceph-common: fix ceph install for centos distros

closes: #616

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #610 from fcharlier/install_ceph_mds_only_if_required
Leseb [Wed, 16 Mar 2016 13:04:20 +0000 (14:04 +0100)]
Merge pull request #610 from fcharlier/install_ceph_mds_only_if_required

Install ceph-mds on Debian platforms only if mds_group_name is set

9 years agoMerge pull request #619 from dpkshetty/osd_selinux_permissive
Leseb [Wed, 16 Mar 2016 07:52:57 +0000 (08:52 +0100)]
Merge pull request #619 from dpkshetty/osd_selinux_permissive

ceph-osd: Set selinux to permissive

9 years agoceph-osd: Set selinux to permissive 619/head
Deepak C Shetty [Fri, 11 Mar 2016 09:25:25 +0000 (09:25 +0000)]
ceph-osd: Set selinux to permissive

Currently we don't yet support runnings OSDs w/ selinux in
enforcing mode. Thus its better to ensure that ceph-ansible
explicitly makes selinux permissive. This should help in
scenarios such as hyperconverged where OSDs are colocated
with VMs on compute nodes which needs selinux enforcing, but
OSDs don't.

Signed-off-by: Deepak C Shetty <deepakcs@redhat.com>
9 years agoMerge pull request #626 from ceph/conf-docs v1.0.2
Leseb [Tue, 15 Mar 2016 14:52:37 +0000 (15:52 +0100)]
Merge pull request #626 from ceph/conf-docs

documention on how to configure ceph.conf using ceph_conf_overrides

9 years agodocumention on how to configure ceph.conf using ceph_conf_overrides 626/head
Andrew Schoen [Tue, 15 Mar 2016 14:44:31 +0000 (09:44 -0500)]
documention on how to configure ceph.conf using ceph_conf_overrides

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #603 from bengland2/fix_purge_nonosd
Leseb [Mon, 14 Mar 2016 17:35:35 +0000 (18:35 +0100)]
Merge pull request #603 from bengland2/fix_purge_nonosd

fix purge-request.yml so non-OSD hosts will not fail

9 years agoMerge pull request #621 from FooBarQuaxx/patch-1
Leseb [Mon, 14 Mar 2016 17:32:03 +0000 (18:32 +0100)]
Merge pull request #621 from FooBarQuaxx/patch-1

Suppress Virtualbox disk creation if already present

9 years agoonly do ls on directory that exists 603/head
Ben England [Sun, 13 Mar 2016 13:26:34 +0000 (09:26 -0400)]
only do ls on directory that exists

9 years agoSuppress Virtualbox disk creation if already present 621/head
MAA [Sat, 12 Mar 2016 20:36:57 +0000 (23:36 +0300)]
Suppress Virtualbox disk creation if already present

9 years agoMerge pull request #614 from ceph/calamari-rest-api
Leseb [Wed, 9 Mar 2016 20:37:05 +0000 (12:37 -0800)]
Merge pull request #614 from ceph/calamari-rest-api

Allow to install the calamari-server on monitors

9 years agoadd the commented out options for calamari-server in mons.sample 614/head
Alfredo Deza [Wed, 9 Mar 2016 20:15:11 +0000 (15:15 -0500)]
add the commented out options for calamari-server in mons.sample

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoset the default to install calamari-server in a monitor
Alfredo Deza [Wed, 9 Mar 2016 20:12:52 +0000 (15:12 -0500)]
set the default to install calamari-server in a monitor

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoinclude calamari when the calamari option is set
Alfredo Deza [Wed, 9 Mar 2016 20:10:47 +0000 (15:10 -0500)]
include calamari when the calamari option is set

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agocreate a calamari task in ceph-mon
Alfredo Deza [Tue, 8 Mar 2016 20:57:18 +0000 (15:57 -0500)]
create a calamari task in ceph-mon

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #611 from ceph/rhcs-debian
Leseb [Wed, 9 Mar 2016 17:58:46 +0000 (09:58 -0800)]
Merge pull request #611 from ceph/rhcs-debian

support for the jewel version of red hat ceph storage on ubuntu

9 years agoMerge pull request #612 from ceph/rgw-dir
Leseb [Wed, 9 Mar 2016 16:40:47 +0000 (08:40 -0800)]
Merge pull request #612 from ceph/rgw-dir

ceph-rgw: remove leftover for service activation

9 years agoMerge pull request #613 from ceph/centos-box
Leseb [Wed, 9 Mar 2016 05:18:44 +0000 (21:18 -0800)]
Merge pull request #613 from ceph/centos-box

vagrant: add other boxes for centos and ubuntu

9 years agoadds the rh storage apt-key for jewel on ubuntu 611/head
Andrew Schoen [Tue, 8 Mar 2016 22:08:53 +0000 (16:08 -0600)]
adds the rh storage apt-key for jewel on ubuntu

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agothe ceph package does not exist in jewel rh storage
Andrew Schoen [Tue, 8 Mar 2016 22:05:19 +0000 (16:05 -0600)]
the ceph package does not exist in jewel rh storage

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoadds the ability to install red hat ceph storage packages on Ubuntu
Andrew Schoen [Tue, 8 Mar 2016 21:23:32 +0000 (15:23 -0600)]
adds the ability to install red hat ceph storage packages on Ubuntu

This will only work for jewel or later releases.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agosubscription manager tasks should not run on debian systems
Andrew Schoen [Tue, 8 Mar 2016 20:56:23 +0000 (14:56 -0600)]
subscription manager tasks should not run on debian systems

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoInstall ceph-mds on Debian platforms only if mds_group_name is set 610/head
François Charlier [Tue, 8 Mar 2016 18:08:24 +0000 (19:08 +0100)]
Install ceph-mds on Debian platforms only if mds_group_name is set

Fixes #547

9 years agovagrant: add other boxes for centos and ubuntu 613/head
Sébastien Han [Tue, 8 Mar 2016 15:06:05 +0000 (16:06 +0100)]
vagrant: add other boxes for centos and ubuntu

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoceph-rgw: remove leftover for service activation 612/head
Sébastien Han [Tue, 8 Mar 2016 13:38:40 +0000 (14:38 +0100)]
ceph-rgw: remove leftover for service activation

this is handled by the task after.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoceph-osd: fragment directory and files perms 609/head
Sébastien Han [Tue, 8 Mar 2016 13:32:32 +0000 (14:32 +0100)]
ceph-osd: fragment directory and files perms

works for all the ceph's distros now

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #607 from ceph/rhcs-fixes
Leseb [Tue, 8 Mar 2016 08:32:21 +0000 (09:32 +0100)]
Merge pull request #607 from ceph/rhcs-fixes

fixes for installing / configuring red hat ceph storage

9 years agoMerge pull request #608 from deberon/systemd_ceph.target
Leseb [Tue, 8 Mar 2016 08:29:23 +0000 (09:29 +0100)]
Merge pull request #608 from deberon/systemd_ceph.target

Use ceph.target if available

9 years agofix fragment for osd directory scenario
Sébastien Han [Mon, 7 Mar 2016 23:40:50 +0000 (00:40 +0100)]
fix fragment for osd directory scenario

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoAdded an additional task for starting/enabling a service based on a systemd target... 608/head
Derek Anderson [Mon, 7 Mar 2016 23:01:54 +0000 (18:01 -0500)]
Added an additional task for starting/enabling a service based on a systemd target if systemd is available. Otherwise using the init script.

9 years agofind the rhcs version right before setting is_ceph_infernalis 607/head
Andrew Schoen [Mon, 7 Mar 2016 20:50:05 +0000 (14:50 -0600)]
find the rhcs version right before setting is_ceph_infernalis

Where it was located before meant it might be skipped if you don't run
tasks with the package-install tag. This fixes the situation where you
want to configure an rhcs node, but do not want to do any package
installs.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agomake sure ceph_origin != "upstream" when using rhcs
Andrew Schoen [Mon, 7 Mar 2016 20:47:09 +0000 (14:47 -0600)]
make sure ceph_origin != "upstream" when using rhcs

When installing RHCS there is an option to install from distro provided
packages, this commit modifies the check to allow that to happen.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
9 years agoMerge pull request #606 from ceph/jewel-start
Leseb [Mon, 7 Mar 2016 13:06:20 +0000 (14:06 +0100)]
Merge pull request #606 from ceph/jewel-start

ceph-common: fix mon startup for dev installation

9 years agovagrant: ability to configure installation source 606/head
Sébastien Han [Mon, 7 Mar 2016 13:05:01 +0000 (14:05 +0100)]
vagrant: ability to configure installation source

now with vagrant, you can either enable ceph_stable or ceph_dev
depending on what you're looking to test.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoceph-common: fix mon startup for dev installation
Sébastien Han [Mon, 7 Mar 2016 12:28:54 +0000 (13:28 +0100)]
ceph-common: fix mon startup for dev installation

closes: #602 and #587

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoso non-OSD hosts will not fail
Ben England [Sat, 5 Mar 2016 11:26:50 +0000 (06:26 -0500)]
so non-OSD hosts will not fail

9 years agoMerge pull request #599 from ceph/fqdn-followup
Leseb [Thu, 3 Mar 2016 20:46:03 +0000 (21:46 +0100)]
Merge pull request #599 from ceph/fqdn-followup

ceph-mon/mds: fix fqdn

9 years agoceph-mon/mds: fix fqdn 599/head
Sébastien Han [Thu, 3 Mar 2016 10:03:03 +0000 (11:03 +0100)]
ceph-mon/mds: fix fqdn

closes #596

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #601 from ceph/install-libnss3-tools
Leseb [Thu, 3 Mar 2016 14:40:49 +0000 (15:40 +0100)]
Merge pull request #601 from ceph/install-libnss3-tools

ceph-rgw: install libnss3-tools for keystone

9 years agoceph-rgw: install libnss3-tools for keystone 601/head
Sébastien Han [Thu, 3 Mar 2016 13:43:01 +0000 (14:43 +0100)]
ceph-rgw: install libnss3-tools for keystone

closes: #598

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #573 from bengland2/purge_cluster_fixes
Leseb [Thu, 3 Mar 2016 11:08:27 +0000 (12:08 +0100)]
Merge pull request #573 from bengland2/purge_cluster_fixes

extend to handle rgws, read in ceph-common defaults

9 years agoMerge pull request #597 from ceph/update-group-vars v1.0.1
Leseb [Thu, 3 Mar 2016 09:02:24 +0000 (10:02 +0100)]
Merge pull request #597 from ceph/update-group-vars

ceph-common: update group_vars

9 years agoceph-common: update group_vars 597/head
Sébastien Han [Thu, 3 Mar 2016 09:00:47 +0000 (10:00 +0100)]
ceph-common: update group_vars

from #588 changes

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #588 from ceph/centos-deps
Leseb [Thu, 3 Mar 2016 08:59:13 +0000 (09:59 +0100)]
Merge pull request #588 from ceph/centos-deps

Define CentOS vs RHEL dependencies

9 years agoremove ^M line endings 588/head
Alfredo Deza [Wed, 2 Mar 2016 23:08:07 +0000 (18:08 -0500)]
remove ^M line endings

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agodefine redhat-specific and centos-specific package dependencies
Alfredo Deza [Wed, 2 Mar 2016 23:06:54 +0000 (18:06 -0500)]
define redhat-specific and centos-specific package dependencies

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoinstall centos or rhel dependencies depending on ansible_distribution
Alfredo Deza [Wed, 2 Mar 2016 23:05:37 +0000 (18:05 -0500)]
install centos or rhel dependencies depending on ansible_distribution

Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 years agoMerge pull request #595 from ceph/rm-embedded-common
Leseb [Wed, 2 Mar 2016 22:27:12 +0000 (23:27 +0100)]
Merge pull request #595 from ceph/rm-embedded-common

ceph-common: rm embedded ceph-common role

9 years agoceph-common: rm embedded ceph-common role 595/head
Sébastien Han [Wed, 2 Mar 2016 22:24:26 +0000 (23:24 +0100)]
ceph-common: rm embedded ceph-common role

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #594 from ceph/common-role
Leseb [Wed, 2 Mar 2016 18:00:42 +0000 (19:00 +0100)]
Merge pull request #594 from ceph/common-role

rollback previous change for ceph-common change

9 years agorollback previous change for ceph-common change 594/head
Sébastien Han [Wed, 2 Mar 2016 17:44:36 +0000 (18:44 +0100)]
rollback previous change for ceph-common change

changing the name of the directory causes issues with git subtree which
will create new commits. Creating a symlink for vagrant to be happy.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #593 from ceph/contrib-ceph-common
Leseb [Wed, 2 Mar 2016 16:30:39 +0000 (17:30 +0100)]
Merge pull request #593 from ceph/contrib-ceph-common

contrib: fix ceph-common role name

9 years agocontrib: fix ceph-common role name 593/head
Sébastien Han [Wed, 2 Mar 2016 16:29:57 +0000 (17:29 +0100)]
contrib: fix ceph-common role name

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #592 from ceph/fech-key-dep v1.0.0
Leseb [Wed, 2 Mar 2016 16:00:13 +0000 (17:00 +0100)]
Merge pull request #592 from ceph/fech-key-dep

ceph-fetch-keys: add dependencies flag to galaxy

9 years agoceph-fetch-keys: add dependencies flag to galaxy 592/head
Sébastien Han [Wed, 2 Mar 2016 15:58:23 +0000 (16:58 +0100)]
ceph-fetch-keys: add dependencies flag to galaxy

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #591 from ceph/galaxy-dep
Alfredo Deza [Wed, 2 Mar 2016 15:49:04 +0000 (10:49 -0500)]
Merge pull request #591 from ceph/galaxy-dep

wip: galaxy roles dependencies

9 years agowip: galaxy roles dependencies 591/head
Sébastien Han [Wed, 2 Mar 2016 11:00:51 +0000 (12:00 +0100)]
wip: galaxy roles dependencies

in order to have a build on the galaxy we need to have a proper
dependency set for ceph-common. On the galaxy ceph-common does not
exist, only ceph.ceph-common is available.

Signed-off-by: Sébastien Han <seb@redhat.com>
9 years agoMerge pull request #586 from ceph/use-mon-fqdn
Leseb [Wed, 2 Mar 2016 10:29:27 +0000 (11:29 +0100)]
Merge pull request #586 from ceph/use-mon-fqdn

ceph-common: allow usage of fqdn for mon/mds

9 years agoceph-common: allow usage of fqdn for mon/mds 586/head
Sébastien Han [Tue, 1 Mar 2016 10:38:59 +0000 (11:38 +0100)]
ceph-common: allow usage of fqdn for mon/mds

this commit introduces the ability to use fqdn for mon/mds name while
generation the ceph.conf file from the template.
Simply turn mon_use_fqdn and or mds_use_fqdn to true to use FQDN.

Signed-off-by: Sébastien Han <seb@redhat.com>