]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/log
ceph-ansible.git
11 years agoFix for devices like /dev/cciss/c0d0, /dev/xvda 100/head
Piotr Bak [Fri, 18 Jul 2014 14:43:00 +0000 (16:43 +0200)]
Fix for devices like /dev/cciss/c0d0, /dev/xvda

11 years agoMerge pull request #97 from eltom/patch-2
Leseb [Sat, 12 Jul 2014 12:44:51 +0000 (14:44 +0200)]
Merge pull request #97 from eltom/patch-2

Update RedHat.yml

11 years agoMerge pull request #96 from eltom/patch-1
Leseb [Sat, 12 Jul 2014 12:44:32 +0000 (14:44 +0200)]
Merge pull request #96 from eltom/patch-1

Update Debian.yml

11 years agoUpdate RedHat.yml 97/head
eltom [Sat, 12 Jul 2014 12:44:06 +0000 (14:44 +0200)]
Update RedHat.yml

Path to Templatefile is wrong, which caused Error on Provisioning

11 years agoUpdate Debian.yml 96/head
eltom [Sat, 12 Jul 2014 12:43:36 +0000 (14:43 +0200)]
Update Debian.yml

Path to Templatefile is wrong, which caused Error on Provisioning

11 years agoMerge pull request #95 from leseb/wip-rename-common
Leseb [Tue, 8 Jul 2014 13:40:50 +0000 (15:40 +0200)]
Merge pull request #95 from leseb/wip-rename-common

Rename roles' names

11 years agoRename roles' names 95/head
Sébastien Han [Tue, 8 Jul 2014 13:39:42 +0000 (15:39 +0200)]
Rename roles' names

I added a 'ceph-' prefix to all the roles related to Ceph. Since we are
about to push the roles into the Ansible Galaxy that will be easier when
we want to use these roles into a larger environement with other roles.

Fixes: #94
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #87 from Sysnove/defaults
Leseb [Tue, 8 Jul 2014 13:15:19 +0000 (15:15 +0200)]
Merge pull request #87 from Sysnove/defaults

Defaults

11 years agoAdded a main.yml in 'vars' directory to tell it is better to override using host... 87/head
Alexis Lahouze [Tue, 8 Jul 2014 12:49:46 +0000 (14:49 +0200)]
Added a main.yml in 'vars' directory to tell it is better to override using host or group vars.

11 years agoMerge pull request #88 from Sysnove/hosts
Leseb [Tue, 8 Jul 2014 12:12:22 +0000 (14:12 +0200)]
Merge pull request #88 from Sysnove/hosts

Replaced all by the list of host groups to be able to run the playbook with non-ceph servers.

11 years agoMoved OSD directory variables into defaults.
Alexis Lahouze [Tue, 8 Jul 2014 10:24:18 +0000 (12:24 +0200)]
Moved OSD directory variables into defaults.

11 years agoAdded dummy variable because ansible is not happy when there is no variable in group_...
Alexis Lahouze [Wed, 25 Jun 2014 15:03:29 +0000 (17:03 +0200)]
Added dummy variable because ansible is not happy when there is no variable in group_vars files.

11 years agoMoved variables into "defaults" directory of each role, and commented the ones in...
Alexis Lahouze [Wed, 25 Jun 2014 14:51:28 +0000 (16:51 +0200)]
Moved variables into "defaults" directory of each role, and commented the ones in group_vars.

11 years agoMerge pull request #89 from Sysnove/partitions
Leseb [Tue, 8 Jul 2014 08:27:11 +0000 (10:27 +0200)]
Merge pull request #89 from Sysnove/partitions

Allow devices to be partition instead of disks

11 years agoFixed Engrish grammar. 89/head
Alexis Lahouze [Tue, 8 Jul 2014 08:20:18 +0000 (10:20 +0200)]
Fixed Engrish grammar.

11 years agoRolled back comment on filesystem creation.
Alexis Lahouze [Tue, 8 Jul 2014 08:15:38 +0000 (10:15 +0200)]
Rolled back comment on filesystem creation.

11 years agoMerge pull request #93 from leseb/wip-package-key
Leseb [Thu, 3 Jul 2014 14:26:50 +0000 (16:26 +0200)]
Merge pull request #93 from leseb/wip-package-key

Use a local key for package instead of downloading it

11 years agoUse a local key for package instead of downloading it 93/head
Sébastien Han [Thu, 3 Jul 2014 13:53:13 +0000 (15:53 +0200)]
Use a local key for package instead of downloading it

Using a local key is significantly faster than "wgetting" the key from a
server on Internet.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #92 from leseb/use-latest-ceph
Leseb [Thu, 3 Jul 2014 13:37:49 +0000 (15:37 +0200)]
Merge pull request #92 from leseb/use-latest-ceph

Use firefly as the default release

11 years agoUse firefly as the default release 92/head
Sébastien Han [Thu, 3 Jul 2014 13:36:59 +0000 (15:36 +0200)]
Use firefly as the default release

Since Firefly is out, we use it.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #91 from leseb/wip-osd-directory
Leseb [Thu, 3 Jul 2014 13:34:57 +0000 (15:34 +0200)]
Merge pull request #91 from leseb/wip-osd-directory

Ability to use a directory for OSD instead of a disk

11 years agoAbility to use a directory for OSD instead of a disk 91/head
Sébastien Han [Thu, 3 Jul 2014 13:30:49 +0000 (15:30 +0200)]
Ability to use a directory for OSD instead of a disk

This commit implements a fourth scenario where we can directely use a
directory instead of a block device for the OSDs. The purpose of this
scenario is more testing-oriented. Please note that we do not check
the filesystem underneath the directory so it is really up to you to
configure this properly. Declaring more than one directory on the
same filesystem will confuse Ceph.

Fixes: #14
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoAllow devices to be partition instead of disks (used for some physical servers with...
Alexis Lahouze [Thu, 26 Jun 2014 12:19:09 +0000 (14:19 +0200)]
Allow devices to be partition instead of disks (used for some physical servers with a sigle disk for system and storage).

11 years agoReplaced all by the list of host groups to be able to run the playbook with non-ceph... 88/head
Alexis Lahouze [Thu, 26 Jun 2014 07:52:06 +0000 (09:52 +0200)]
Replaced all by the list of host groups to be able to run the playbook with non-ceph servers.

11 years agoMerge pull request #86 from maethor/patch-1
Leseb [Fri, 13 Jun 2014 14:36:49 +0000 (16:36 +0200)]
Merge pull request #86 from maethor/patch-1

Update README.md

11 years agoUpdate README.md 86/head
Guillaume Subiron [Fri, 13 Jun 2014 14:30:50 +0000 (16:30 +0200)]
Update README.md

Two lines are cut in the README. This patch fix this using http://www.sebastien-han.fr/blog/2014/03/03/Announcing-ceph-ansible-playbooks/.

11 years agoMerge pull request #85 from kchristensen/fix-architecture-tests
Leseb [Mon, 2 Jun 2014 19:06:28 +0000 (21:06 +0200)]
Merge pull request #85 from kchristensen/fix-architecture-tests

Fix Ansible architecture tasks

11 years agoFix Ansible architecture tasks 85/head
Kyle Christensen [Mon, 2 Jun 2014 19:00:43 +0000 (15:00 -0400)]
Fix Ansible architecture tasks

11 years agoMerge pull request #84 from leseb/fix-no-ext4
Leseb [Tue, 20 May 2014 13:14:48 +0000 (15:14 +0200)]
Merge pull request #84 from leseb/fix-no-ext4

Since Emperor, Ceph stores xattr into levelDB thus this option is not

11 years agoSince Emperor, Ceph stores xattr into levelDB thus this option is not 84/head
Sébastien Han [Tue, 20 May 2014 13:04:09 +0000 (15:04 +0200)]
Since Emperor, Ceph stores xattr into levelDB thus this option is not
needed anymore.

Fixes: #83
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #82 from lorin/master
Leseb [Mon, 12 May 2014 13:42:28 +0000 (06:42 -0700)]
Merge pull request #82 from lorin/master

Use Vagrant's Ansible provisioner

11 years agoUse Vagrant's Ansible provisioner 82/head
Lorin Hochstein [Sun, 11 May 2014 01:52:26 +0000 (21:52 -0400)]
Use Vagrant's Ansible provisioner

Use Vagrant's built-in support for Ansible provisioner. This eliminates the need
for a hosts file, and simplifies the ansible config file.

Renames config from .ansible.cfg to ansible.cfg since Ansible expects the file
to be called ansible.cfg and be adjacent to Vagrantfile when using the Vagrant
provisioner.

11 years agoMerge pull request #81 from leseb/enh-testing-mode
Leseb [Wed, 30 Apr 2014 23:27:20 +0000 (01:27 +0200)]
Merge pull request #81 from leseb/enh-testing-mode

Enable single host mode

11 years agoEnable single host mode 81/head
Sébastien Han [Wed, 30 Apr 2014 23:24:20 +0000 (01:24 +0200)]
Enable single host mode

This commit introduces a new config option 'osd crush chooseleaf type'.
With the help of this option and by setting it to '0' we tell Ceph to
store all the replicas on a single host. Basically we tell CRUSH to
iterate over disk and not over host.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #80 from leseb/change-default-disk
Leseb [Wed, 30 Apr 2014 15:58:51 +0000 (17:58 +0200)]
Merge pull request #80 from leseb/change-default-disk

Change the default disk numbering

11 years agoChange the default disk numbering 80/head
Sébastien Han [Wed, 30 Apr 2014 15:57:10 +0000 (17:57 +0200)]
Change the default disk numbering

While trying to auto-provision with vagrant, new disks get /dev/sdb and
so forth. So starting from /dev/sdd doesn't make sense.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #79 from leseb/fix-rgw-email
Leseb [Wed, 30 Apr 2014 12:58:02 +0000 (14:58 +0200)]
Merge pull request #79 from leseb/fix-rgw-email

Fix non-declared rgw email_address variable

11 years agoFix non-declared rgw email_address variable 79/head
Sébastien Han [Wed, 30 Apr 2014 12:56:37 +0000 (14:56 +0200)]
Fix non-declared rgw email_address variable

Fix: #77

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #76 from AcalephStorage/fetch-fsid
Leseb [Wed, 30 Apr 2014 11:42:08 +0000 (13:42 +0200)]
Merge pull request #76 from AcalephStorage/fetch-fsid

Removed dependency on mon[0]

11 years agokeys are now copied from the first available mon host 76/head
Dexter John Genterone [Wed, 30 Apr 2014 08:02:07 +0000 (16:02 +0800)]
keys are now copied from the first available mon host

since we're now using fsid for the directory name, it should be safe to
just copy the keys from all mon hosts. Once they are copied, the rest of
the hosts will just skip copying. :)

11 years agoAvoid ip/fqdn weirdness & use fsid path for keys
Hunter Nield [Wed, 30 Apr 2014 07:16:11 +0000 (15:16 +0800)]
Avoid ip/fqdn weirdness & use fsid path for keys

11 years agoMerge pull request #74 from guestisp/fix-73-use-ansible-fqdn-in-purge-yml 75/head
Leseb [Fri, 18 Apr 2014 12:01:47 +0000 (14:01 +0200)]
Merge pull request #74 from guestisp/fix-73-use-ansible-fqdn-in-purge-yml

Fix #73 by using `ansible_fqdn`

11 years agoMerge pull request #72 from guestisp/fix-71-typo-in-purge-yml
Leseb [Fri, 18 Apr 2014 12:01:36 +0000 (14:01 +0200)]
Merge pull request #72 from guestisp/fix-71-typo-in-purge-yml

Fix #71. Removed wrong `---`

11 years agoMerge pull request #70 from guestisp/fix-69-mon-osd-min-down-reporters
Leseb [Fri, 18 Apr 2014 12:01:22 +0000 (14:01 +0200)]
Merge pull request #70 from guestisp/fix-69-mon-osd-min-down-reporters

Fix #69 - mon osd min down reporters

11 years agoFix #73 by using `ansible_fqdn` 74/head
Alessandro Corbelli [Fri, 18 Apr 2014 08:55:31 +0000 (10:55 +0200)]
Fix #73 by using `ansible_fqdn`

11 years agoFix #71. Removed wrong `---` 72/head
Alessandro Corbelli [Fri, 18 Apr 2014 08:52:22 +0000 (10:52 +0200)]
Fix #71. Removed wrong `---`

11 years agoFix #69 - mon osd min down reporters 70/head
Alessandro Corbelli [Fri, 18 Apr 2014 08:47:30 +0000 (10:47 +0200)]
Fix #69 - mon osd min down reporters

11 years agoMerge pull request #68 from leseb/purge-ceph
Leseb [Mon, 14 Apr 2014 13:19:03 +0000 (15:19 +0200)]
Merge pull request #68 from leseb/purge-ceph

Add a purge playbook to remove Ceph

11 years agoAdd a purge playbook to remove Ceph 68/head
Sébastien Han [Fri, 11 Apr 2014 14:34:33 +0000 (16:34 +0200)]
Add a purge playbook to remove Ceph

The playbook removes packages, configuration files and ALL THE DATA from
Ceph.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #67 from leseb/improve-ceph-conf
Leseb [Fri, 11 Apr 2014 12:08:52 +0000 (14:08 +0200)]
Merge pull request #67 from leseb/improve-ceph-conf

Improve ceph.conf

11 years agoImprove ceph.conf 67/head
Sébastien Han [Fri, 11 Apr 2014 12:07:37 +0000 (14:07 +0200)]
Improve ceph.conf

Add tunables for:

* recovery
* performance

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #66 from leseb/wip-maintenance
Leseb [Wed, 9 Apr 2014 15:53:55 +0000 (17:53 +0200)]
Merge pull request #66 from leseb/wip-maintenance

Add maintenance playbook

11 years agoAdd maintenance playbook 66/head
Sébastien Han [Tue, 25 Mar 2014 16:53:15 +0000 (17:53 +0100)]
Add maintenance playbook

This playbook was made to automate Ceph servers maintenance
Typical use case: hardware change
By running this playbook you will set the 'noout' flag on your
cluster, which means that OSD **can't** be marked as out
of the CRUSH map, but they will be marked as down.
Basically we tell the cluster to don't move any data since
the operation won't last for too long.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #65 from guestisp/add-support-for-subdomains-calls
Leseb [Mon, 7 Apr 2014 11:29:17 +0000 (13:29 +0200)]
Merge pull request #65 from guestisp/add-support-for-subdomains-calls

Add support for subdomain calls in S3 api.

11 years agoAdd support for subdomain calls in S3 api. See http://ceph.com/docs/master/radosgw... 65/head
Alessandro Corbelli [Mon, 7 Apr 2014 10:06:24 +0000 (12:06 +0200)]
Add support for subdomain calls in S3 api. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls

11 years agoMerge pull request #61 from guestisp/remove-default-users-from-rgw
Leseb [Wed, 26 Mar 2014 10:35:54 +0000 (11:35 +0100)]
Merge pull request #61 from guestisp/remove-default-users-from-rgw

Remove RadosGW default users

11 years agoTotally removed test users creation from RGW tasks 61/head
Alessandro Corbelli [Wed, 26 Mar 2014 10:34:05 +0000 (11:34 +0100)]
Totally removed test users creation from RGW tasks

11 years agoMerge pull request #62 from guestisp/fix-54-use-hostname-in-ceph-conf
Leseb [Wed, 26 Mar 2014 10:27:32 +0000 (11:27 +0100)]
Merge pull request #62 from guestisp/fix-54-use-hostname-in-ceph-conf

Use ansible_hostname in RGW config inside ceph.conf

11 years agoUse ansible_hostname in RGW config inside ceph.conf 62/head
Alessandro Corbelli [Wed, 26 Mar 2014 10:26:18 +0000 (11:26 +0100)]
Use ansible_hostname in RGW config inside ceph.conf
Fix #54

11 years agoRemove RadosGW default users
Alessandro Corbelli [Wed, 26 Mar 2014 10:22:37 +0000 (11:22 +0100)]
Remove RadosGW default users

11 years agoUpdate README
Leseb [Sun, 23 Mar 2014 22:20:09 +0000 (23:20 +0100)]
Update README

11 years agoMerge pull request #59 from jcftang/wip-motd-mon
Leseb [Sun, 23 Mar 2014 10:59:58 +0000 (11:59 +0100)]
Merge pull request #59 from jcftang/wip-motd-mon

Drop a update-motd.d fragment for monitors so when the user/admin logs i...

11 years agoDrop a update-motd.d fragment for monitors so when the user/admin logs into a monitor... 59/head
Jimmy Tang [Sat, 22 Mar 2014 14:57:22 +0000 (14:57 +0000)]
Drop a update-motd.d fragment for monitors so when the user/admin logs into a monitor there is a small notice for the user about the state of the ceph cluster. Works only on ubuntu for now

11 years agoMerge pull request #58 from guestisp/skip-missing-hosts-from-rgw-conf
Leseb [Thu, 20 Mar 2014 12:42:09 +0000 (13:42 +0100)]
Merge pull request #58 from guestisp/skip-missing-hosts-from-rgw-conf

Skip missing RGW hosts in ceph.conf

11 years agoSkip missing RGW hosts in ceph.conf 58/head
Alessandro Corbelli [Thu, 20 Mar 2014 11:14:43 +0000 (12:14 +0100)]
Skip missing RGW hosts in ceph.conf

11 years agoFix README typo
Leseb [Wed, 19 Mar 2014 18:40:42 +0000 (19:40 +0100)]
Fix README typo

Fix typo

11 years agoMerge pull request #57 from leseb/fix-readme
Leseb [Wed, 19 Mar 2014 18:38:04 +0000 (19:38 +0100)]
Merge pull request #57 from leseb/fix-readme

Highlight important facts (fsid and monitor key)

11 years agoHighlight important facts (fsid and monitor key) 57/head
Sébastien Han [Wed, 19 Mar 2014 18:36:22 +0000 (19:36 +0100)]
Highlight important facts (fsid and monitor key)

Update the README with an entry for the fsid and monitor keys. We
dediced to remove every key from the default variables.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #56 from leseb/fix-rgw-key-conf
Leseb [Wed, 19 Mar 2014 15:37:00 +0000 (16:37 +0100)]
Merge pull request #56 from leseb/fix-rgw-key-conf

Fix rgw section name

11 years agoFix section name 56/head
Sébastien Han [Wed, 19 Mar 2014 15:29:57 +0000 (16:29 +0100)]
Fix section name

All the rgw instance should share the same key so the section name
should not be changed.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #55 from leseb/fix-rgw-pkg
Leseb [Wed, 19 Mar 2014 15:28:20 +0000 (16:28 +0100)]
Merge pull request #55 from leseb/fix-rgw-pkg

Remove hardcoded distro

11 years agoRemove hardcoded distro 55/head
Sébastien Han [Wed, 19 Mar 2014 15:27:24 +0000 (16:27 +0100)]
Remove hardcoded distro

This was a leftover from some previous tests.

Closes: #53
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #50 from guestisp/fix-49
Leseb [Wed, 19 Mar 2014 15:15:18 +0000 (16:15 +0100)]
Merge pull request #50 from guestisp/fix-49

Fix #49

11 years agoMerge pull request #52 from guestisp/fix-51
Leseb [Wed, 19 Mar 2014 13:23:47 +0000 (14:23 +0100)]
Merge pull request #52 from guestisp/fix-51

Fix #51

11 years agoMerge pull request #48 from guestisp/remove-https-for-ceph-key
Leseb [Wed, 19 Mar 2014 13:13:12 +0000 (14:13 +0100)]
Merge pull request #48 from guestisp/remove-https-for-ceph-key

Remove HTTPS from ceph key url

11 years agoFix #51 52/head
Alessandro Corbelli [Wed, 19 Mar 2014 11:45:56 +0000 (12:45 +0100)]
Fix #51

11 years agoFix #49 50/head
Alessandro Corbelli [Wed, 19 Mar 2014 11:40:02 +0000 (12:40 +0100)]
Fix #49

11 years agoRemove HTTPS from ceph key url. It's a public key, no need for HTTPS as it trigger... 48/head
Alessandro Corbelli [Wed, 19 Mar 2014 10:56:31 +0000 (11:56 +0100)]
Remove HTTPS from ceph key url. It's a public key, no need for HTTPS as it trigger "failed to validate the SSL certificate for ceph.com:443" errors

11 years agoMerge pull request #47 from jcftang/wip-haproxy
Leseb [Mon, 17 Mar 2014 12:58:21 +0000 (13:58 +0100)]
Merge pull request #47 from jcftang/wip-haproxy

Example HAProxy configuration

11 years agore-tab/indent configuration 47/head
Jimmy Tang [Mon, 17 Mar 2014 10:27:49 +0000 (10:27 +0000)]
re-tab/indent configuration

11 years agoFix typo in handler
Jimmy Tang [Mon, 17 Mar 2014 09:17:14 +0000 (09:17 +0000)]
Fix typo in handler

11 years agonote what the radosgw_interface variable means
Jimmy Tang [Mon, 17 Mar 2014 07:17:27 +0000 (07:17 +0000)]
note what the radosgw_interface variable means

11 years agomake radosgw_interface configurable for haproxy
Jimmy Tang [Sun, 16 Mar 2014 09:43:49 +0000 (09:43 +0000)]
make radosgw_interface configurable for haproxy

11 years agomicroformat variable to be in line with rest of roles and playbooks
Jimmy Tang [Sun, 16 Mar 2014 09:40:27 +0000 (09:40 +0000)]
microformat variable to be in line with rest of roles and playbooks

11 years agofix up indentation in configuration file
Jimmy Tang [Sun, 16 Mar 2014 09:39:33 +0000 (09:39 +0000)]
fix up indentation in configuration file

11 years agomore meaningful backend name
Jimmy Tang [Sat, 15 Mar 2014 12:10:59 +0000 (12:10 +0000)]
more meaningful backend name

11 years agoInitial add of haproxy example for fronting a number of radosgw's
Jimmy Tang [Fri, 14 Mar 2014 09:50:31 +0000 (09:50 +0000)]
Initial add of haproxy example for fronting a number of radosgw's

11 years agoMerge pull request #46 from leseb/fix-mon-initial-members
Leseb [Fri, 14 Mar 2014 16:13:15 +0000 (17:13 +0100)]
Merge pull request #46 from leseb/fix-mon-initial-members

Remove mon_initial_members option

11 years agoRemove mon_initial_members option 46/head
Sébastien Han [Fri, 14 Mar 2014 16:11:27 +0000 (17:11 +0100)]
Remove mon_initial_members option

The mon_initial_members is not used since we declare the mon section in
the ceph.conf file. Later, we could reduce the ceph.conf file by only
using the mon_host flag instead of all the mon sections.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #45 from leseb/improve-read
Leseb [Fri, 14 Mar 2014 15:48:18 +0000 (16:48 +0100)]
Merge pull request #45 from leseb/improve-read

Improve README file

11 years agoImprove README file 45/head
Sébastien Han [Fri, 14 Mar 2014 15:32:00 +0000 (16:32 +0100)]
Improve README file

Clarify the support section, add OS support.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #43 from leseb/feature-reduce-vm-memory
Leseb [Fri, 14 Mar 2014 09:48:35 +0000 (10:48 +0100)]
Merge pull request #43 from leseb/feature-reduce-vm-memory

Reduce VM memory consumption

11 years agoReduce VM memory consumption 43/head
Sébastien Han [Fri, 14 Mar 2014 09:47:06 +0000 (10:47 +0100)]
Reduce VM memory consumption

We now have 7 virtual machines in the Vagrant sandbox. This takes a lot
of memory. This might be a problem for some laptop and whon't help
testings.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #7 from leseb/wip-add-rgw
Leseb [Thu, 13 Mar 2014 22:49:12 +0000 (23:49 +0100)]
Merge pull request #7 from leseb/wip-add-rgw

Add RADOS Gateway support

11 years agoAdd RADOS Gateway support 7/head
Sébastien Han [Thu, 6 Mar 2014 12:54:37 +0000 (13:54 +0100)]
Add RADOS Gateway support

This is a wip branch.
This works on Ubuntu precise, Debian Wheezy and CentOS 6.4.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
11 years agoMerge pull request #40 from guestisp/fix-ceph-conf-if-mds-are-not-reachable
Leseb [Wed, 12 Mar 2014 15:14:17 +0000 (16:14 +0100)]
Merge pull request #40 from guestisp/fix-ceph-conf-if-mds-are-not-reachable

Fix ceph.conf if MDSs are not reachable

11 years agoFix ceph.conf if MDSs are not reachable 40/head
Alessandro Corbelli [Wed, 12 Mar 2014 15:13:06 +0000 (16:13 +0100)]
Fix ceph.conf if MDSs are not reachable

11 years agoMerge pull request #39 from guestisp/fix-ceph-conf-if-mons-unreachable
Leseb [Wed, 12 Mar 2014 15:00:18 +0000 (16:00 +0100)]
Merge pull request #39 from guestisp/fix-ceph-conf-if-mons-unreachable

Fix ceph.conf if mons are unreachable

11 years agoMerge pull request #36 from guestisp/fix-fqdn-when-copying-keys-to-osd
Leseb [Wed, 12 Mar 2014 14:58:33 +0000 (15:58 +0100)]
Merge pull request #36 from guestisp/fix-fqdn-when-copying-keys-to-osd

Use ansible_fqdn when copying keys to OSDs

11 years agoMerge pull request #38 from guestisp/fix-mons-yaml
Leseb [Wed, 12 Mar 2014 14:35:27 +0000 (15:35 +0100)]
Merge pull request #38 from guestisp/fix-mons-yaml

Fix typo in group_vars/mons and remove "-C foo"