]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/log
ceph-cookbooks.git
10 years agoSupport client creation with pre-generated key 200/head
Sergio de Carvalho [Thu, 7 May 2015 17:47:26 +0000 (18:47 +0100)]
Support client creation with pre-generated key

Extend the client LWRP to allow a Ceph auth entity to be created with
a given key, instead of letting ceph auth generate a random one. This
is useful when the keys are managed elsewhere and are known beforehand.

Also, change the way an entity is recreated in case of a caps mismatch.
Instead of relying on parsing an error message from auth get-or-create,
explicitly check if entity exists and matches specification.

10 years agoMerge pull request #198 from scarvalhojr/pool_lwrp
Guilhem Lettron [Tue, 12 May 2015 09:08:42 +0000 (11:08 +0200)]
Merge pull request #198 from scarvalhojr/pool_lwrp

Pool LWRP and auto create user-defined pools

10 years agoPool LWRP and auto create user-defined pools 198/head
Sergio de Carvalho [Mon, 27 Apr 2015 17:52:36 +0000 (18:52 +0100)]
Pool LWRP and auto create user-defined pools

This change introduces a pool LWRP that allows Ceph user pools to be
created and/or deleted by simply specifying their name and number of
placement groups.

It also allows users to define their own pools in Chef attributes or
environments that are then created automatically when nodes are
provisioned.

10 years agoMerge pull request #197 from scarvalhojr/master
Guilhem Lettron [Fri, 1 May 2015 17:46:44 +0000 (19:46 +0200)]
Merge pull request #197 from scarvalhojr/master

Get OSD bootstrap key on the current node if possible

10 years agoGet OSD bootstrap key on the current node if possible 197/head
Sergio de Carvalho [Thu, 16 Apr 2015 16:35:46 +0000 (17:35 +0100)]
Get OSD bootstrap key on the current node if possible

When deploying monitor and OSD daemons on the same node, it is
possible to retrieve the OSD bootstrap key from the node itself
(if the monitor recipe has already been applied), instead of
relying on a search in Chef for existing monitors.

This change also serves as a workaround when monitor and OSD
daemons are being installed on the first node of the cluster and,
for some reason, chef-client doesn't converge at the first attempt.
Without this change, running chef-client a second time, the node
might not be found with the Chef search.

10 years agoMerge pull request #192 from EMSL-MSC/master
Walter Huf [Fri, 27 Mar 2015 18:20:34 +0000 (13:20 -0500)]
Merge pull request #192 from EMSL-MSC/master

Change apt-pin from package name to glob for regex support

10 years agochange from package name to glob for regex support 192/head
dmlb2000 [Wed, 25 Mar 2015 20:05:13 +0000 (13:05 -0700)]
change from package name to glob for regex support

11 years agoMerge pull request #189 from ceph/travis-docker
Guilhem Lettron [Fri, 27 Feb 2015 16:19:28 +0000 (17:19 +0100)]
Merge pull request #189 from ceph/travis-docker

Use docker on travis

11 years agoUse docker on travis 189/head
Guilhem Lettron [Wed, 18 Feb 2015 16:49:34 +0000 (17:49 +0100)]
Use docker on travis

http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/

11 years agoRelease 0.8.0 v0.8.0
Guilhem Lettron [Wed, 18 Feb 2015 16:09:38 +0000 (17:09 +0100)]
Release 0.8.0

11 years agoUpdate maintainer
Guilhem Lettron [Wed, 18 Feb 2015 16:06:10 +0000 (17:06 +0100)]
Update maintainer

11 years agoMerge pull request #166 from hufman/default-firefly
Guilhem Lettron [Wed, 18 Feb 2015 14:02:54 +0000 (15:02 +0100)]
Merge pull request #166 from hufman/default-firefly

Sets the default version to firefly

11 years agoMerge pull request #184 from jperville/json-class-chef-role
Guilhem Lettron [Wed, 18 Feb 2015 09:23:45 +0000 (10:23 +0100)]
Merge pull request #184 from jperville/json-class-chef-role

Fixes roles so that they can be loaded into chef-solo and chef-zero.

11 years agoMerge pull request #179 from hufman/fix-cephfs-centos
Guilhem Lettron [Wed, 18 Feb 2015 09:23:21 +0000 (10:23 +0100)]
Merge pull request #179 from hufman/fix-cephfs-centos

Installs the ceph-fuse package for RPM distros

11 years agoMerge pull request #180 from hufman/fix-apache24-rakestyle
Guilhem Lettron [Wed, 18 Feb 2015 09:22:37 +0000 (10:22 +0100)]
Merge pull request #180 from hufman/fix-apache24-rakestyle

Fixes a rubocop warning

11 years agoMerge pull request #186 from elliott-davis/master
Walter Huf [Tue, 27 Jan 2015 03:42:02 +0000 (21:42 -0600)]
Merge pull request #186 from elliott-davis/master

Moved _common to default.

11 years agoMerge pull request #183 from klamontagne/sort_mons
Walter Huf [Mon, 19 Jan 2015 15:54:02 +0000 (09:54 -0600)]
Merge pull request #183 from klamontagne/sort_mons

sort mon_addresses

11 years agoMoved _common to default. 186/head
Elliott Davis [Thu, 15 Jan 2015 20:17:45 +0000 (14:17 -0600)]
Moved _common to default.

Moving _common.rb to default.rb makes this cookbook easier to include
in other cookbooks.  This also brings this cookbook back in line
with its README.

Moved _common_install.rb into default as it was only a one line
include.

11 years agoMerge pull request #185 from elliott-davis/master
Guilhem Lettron [Tue, 13 Jan 2015 18:05:21 +0000 (19:05 +0100)]
Merge pull request #185 from elliott-davis/master

Moved constant QUORUM_STATES into function.

11 years agoMoved constant QUORUM_STATES into function. 185/head
Elliott Davis [Tue, 13 Jan 2015 14:06:07 +0000 (08:06 -0600)]
Moved constant QUORUM_STATES into function.

This variable being a global makes chefspec lose it's mind.
Updated to remove constant in favor of local variable in function

11 years agoFixes roles so that they can be loaded into chef-solo and chef-zero. 184/head
Julien Pervillé [Tue, 13 Jan 2015 08:38:57 +0000 (15:08 +0630)]
Fixes roles so that they can be loaded into chef-solo and chef-zero.

11 years agosort mon_addresses 183/head
kelam [Mon, 8 Dec 2014 18:24:55 +0000 (13:24 -0500)]
sort mon_addresses

https://github.com/ceph/ceph-cookbook/issues/175

11 years agoFixes a rubocop warning 180/head
Walter Huf [Tue, 6 Jan 2015 06:06:56 +0000 (00:06 -0600)]
Fixes a rubocop warning

The rest of the cookbook uses strings instead of hashes for attribute names

11 years agoInstalls the ceph-fuse package for RPM distros 179/head
Walter Huf [Tue, 6 Jan 2015 06:01:19 +0000 (00:01 -0600)]
Installs the ceph-fuse package for RPM distros

11 years agoMerge pull request #178 from jjasghar/updating_readme
hufman [Fri, 2 Jan 2015 21:25:01 +0000 (13:25 -0800)]
Merge pull request #178 from jjasghar/updating_readme

Updated the readme.

11 years agoUpdated the readme. 178/head
JJ Asghar [Thu, 18 Dec 2014 16:45:46 +0000 (10:45 -0600)]
Updated the readme.

- Updated to chef.io
- Changed some formatting around

11 years agoMerge pull request #169 from hufman/dev-docs
Guilhem Lettron [Tue, 28 Oct 2014 23:06:55 +0000 (00:06 +0100)]
Merge pull request #169 from hufman/dev-docs

Adds some docs on how to run the testing tools

11 years agoChanges the development instructions to use ChefDK 169/head
Walter Huf [Tue, 28 Oct 2014 19:11:27 +0000 (14:11 -0500)]
Changes the development instructions to use ChefDK

11 years agoAdds some docs on how to run the testing tools
Walter Huf [Thu, 23 Oct 2014 15:51:40 +0000 (10:51 -0500)]
Adds some docs on how to run the testing tools

11 years agoMerge pull request #163 from hufman/fuse-wheezy
hufman [Thu, 23 Oct 2014 14:19:30 +0000 (09:19 -0500)]
Merge pull request #163 from hufman/fuse-wheezy

Improves cephfs fuse detection in the cephfs recipe

11 years agoBumps the default version to firefly 166/head
Walter Huf [Mon, 20 Oct 2014 15:56:45 +0000 (10:56 -0500)]
Bumps the default version to firefly

11 years agoImproves cephfs fuse detection in the cephfs recipe 163/head
Walter Huf [Fri, 17 Oct 2014 15:39:22 +0000 (10:39 -0500)]
Improves cephfs fuse detection in the cephfs recipe

Explicitly checks for Linux kernel version
Adds an option to override and explicitly force kernel or fuse mode

11 years agoMerge pull request #161 from hufman/docs_location
Guilhem Lettron [Fri, 17 Oct 2014 16:44:13 +0000 (18:44 +0200)]
Merge pull request #161 from hufman/docs_location

Adds a bunch of documentation

11 years agoAdds some documentation on using the cookbook 161/head
Walter Huf [Fri, 17 Oct 2014 15:44:31 +0000 (10:44 -0500)]
Adds some documentation on using the cookbook

11 years agoMerge pull request #159 from jsuchome/remove_done_file_check
hufman [Wed, 1 Oct 2014 13:47:00 +0000 (08:47 -0500)]
Merge pull request #159 from jsuchome/remove_done_file_check

Runs the mon and radosgw recipes every time, not just the first time

11 years agoservice_type file not limited to ubuntu 159/head
Jiří Suchomel [Thu, 25 Sep 2014 15:01:04 +0000 (17:01 +0200)]
service_type file not limited to ubuntu

11 years agocreate 'done' file (and friends) for ubuntu only
Jiří Suchomel [Thu, 25 Sep 2014 09:02:48 +0000 (11:02 +0200)]
create 'done' file (and friends) for ubuntu only

11 years agoThe 'done' file is only needed for upstart-based services.
Jiří Suchomel [Wed, 24 Sep 2014 14:43:57 +0000 (16:43 +0200)]
The 'done' file is only needed for upstart-based services.
And chef recipe should be able to be run again even after configuration.

11 years agoMerge pull request #141 from hufman/ubuntu14-modfastcgi
hufman [Wed, 24 Sep 2014 20:59:29 +0000 (15:59 -0500)]
Merge pull request #141 from hufman/ubuntu14-modfastcgi

Disables Ceph's Apache on Ubuntu 13.10 and 14.04

11 years agoMerge pull request #157 from jsuchome/radosgw_directories
hufman [Wed, 24 Sep 2014 20:57:46 +0000 (15:57 -0500)]
Merge pull request #157 from jsuchome/radosgw_directories

Use special run and log directories for radosgw

11 years agoUse special run and log directories for radosgw 157/head
Jiří Suchomel [Tue, 23 Sep 2014 14:55:16 +0000 (16:55 +0200)]
Use special run and log directories for radosgw
(not needed to be owned by root)
Let radosgw restart on ceph.conf change.

11 years agoMerge pull request #158 from hufman/ubuntu14-access
hufman [Wed, 24 Sep 2014 14:10:10 +0000 (09:10 -0500)]
Merge pull request #158 from hufman/ubuntu14-access

Renders a different vhost config for Apache 2.4

11 years agoMerge pull request #156 from jsuchome/radosgw_suse_adaptation
hufman [Wed, 24 Sep 2014 14:08:01 +0000 (09:08 -0500)]
Merge pull request #156 from jsuchome/radosgw_suse_adaptation

Adapt radosgw configuration for SUSE:

11 years agoAdapt radosgw configuration for SUSE: 156/head
Jiří Suchomel [Tue, 23 Sep 2014 12:13:37 +0000 (14:13 +0200)]
Adapt radosgw configuration for SUSE:
fix package lists, specify path for s3gw.fcgi

11 years agoRenders a different vhost config for Apache 2.4 158/head
Walter Huf [Tue, 23 Sep 2014 20:18:54 +0000 (15:18 -0500)]
Renders a different vhost config for Apache 2.4

11 years agoMerge pull request #155 from hufman/radosgw-no-autorestart
hufman [Tue, 23 Sep 2014 18:16:44 +0000 (13:16 -0500)]
Merge pull request #155 from hufman/radosgw-no-autorestart

Stops automatically restarting apache2 every run

11 years agoStops automatically restarting apache2 every run 155/head
Walter Huf [Mon, 22 Sep 2014 19:46:12 +0000 (14:46 -0500)]
Stops automatically restarting apache2 every run

I don't know why this is in here, but it's disruptive. Perhaps there was a first-run issue
that needed the restart, so I set up the first-time notifications to restart Apache

11 years agoMerge pull request #152 from hufman/prefirefly-fuse-mount
hufman [Fri, 19 Sep 2014 19:47:28 +0000 (14:47 -0500)]
Merge pull request #152 from hufman/prefirefly-fuse-mount

Updates the mount.fuse.ceph helper for pre-firefly versions

11 years agoUpdates the mount.fuse.ceph helper for pre-firefly 152/head
Walter Huf [Fri, 19 Sep 2014 18:57:49 +0000 (13:57 -0500)]
Updates the mount.fuse.ceph helper for pre-firefly

11 years agoMerge pull request #151 from hufman/save_bootstrap_osd_key
hufman [Fri, 19 Sep 2014 19:13:18 +0000 (14:13 -0500)]
Merge pull request #151 from hufman/save_bootstrap_osd_key

Permanently saves the ceph bootstrap_osd_key

11 years agoMerge pull request #150 from hufman/fix-cephx
hufman [Fri, 19 Sep 2014 19:12:45 +0000 (14:12 -0500)]
Merge pull request #150 from hufman/fix-cephx

Enables cephx if ceph.config.global exists

11 years agoPermanently saves the ceph bootstrap_osd_key 151/head
Walter Huf [Tue, 16 Sep 2014 19:56:47 +0000 (14:56 -0500)]
Permanently saves the ceph bootstrap_osd_key

11 years agoEnables cephx if ceph.config.global exists 150/head
Walter Huf [Tue, 16 Sep 2014 19:54:46 +0000 (14:54 -0500)]
Enables cephx if ceph.config.global exists

If you have a ceph.config.global setting, but didn't have a setting
'auth cluster required', the recipe wouldn't try to use cephx.

11 years agoMerge pull request #144 from hufman/fix-netdev
hufman [Tue, 16 Sep 2014 15:01:47 +0000 (10:01 -0500)]
Merge pull request #144 from hufman/fix-netdev

Adds _netdev for fuse mounts in fstab

11 years agoMerge pull request #140 from hufman/ubuntu14-version
hufman [Tue, 16 Sep 2014 15:01:07 +0000 (10:01 -0500)]
Merge pull request #140 from hufman/ubuntu14-version

Apt-pins the Ceph version to the Ceph repo version

11 years agoAdds _netdev for fuse mounts in fstab 144/head
Walter Huf [Wed, 3 Sep 2014 21:36:11 +0000 (16:36 -0500)]
Adds _netdev for fuse mounts in fstab

11 years agoApt-pins the Ceph version to the Ceph repo version 140/head
Walter Huf [Wed, 30 Jul 2014 16:44:58 +0000 (11:44 -0500)]
Apt-pins the Ceph version to the Ceph repo version

Ubuntu 14.04 ships a newer version than this cookbook defaults to.
This pin allows for easy installation of the same Ceph version across multiple Ubuntu versions

11 years agoDisables Ceph's Apache on Ubuntu 13.10 and 14.04 141/head
Walter Huf [Wed, 30 Jul 2014 18:01:52 +0000 (13:01 -0500)]
Disables Ceph's Apache on Ubuntu 13.10 and 14.04

11 years agoMerge pull request #139 from hufman/fix_osd_install
Guilhem Lettron [Thu, 24 Jul 2014 08:17:43 +0000 (10:17 +0200)]
Merge pull request #139 from hufman/fix_osd_install

Adds the fsid to ceph-osd hosts

11 years agoAdds the fsid to ceph-osd hosts 139/head
Walter Huf [Wed, 23 Jul 2014 14:09:20 +0000 (09:09 -0500)]
Adds the fsid to ceph-osd hosts

11 years agoMerge pull request #136 from hufman/cephfs-lwrp
Guilhem Lettron [Sun, 20 Jul 2014 16:33:50 +0000 (18:33 +0200)]
Merge pull request #136 from hufman/cephfs-lwrp

Actually uses the cephfs attribute

11 years agoAdds tests for the cephfs_mount attribute 136/head
Walter Huf [Fri, 18 Jul 2014 22:30:59 +0000 (17:30 -0500)]
Adds tests for the cephfs_mount attribute

11 years agoActually uses the cephfs attribute
Walter Huf [Fri, 18 Jul 2014 20:49:16 +0000 (15:49 -0500)]
Actually uses the cephfs attribute

11 years agoMerge pull request #126 from hufman/fix-ipaliases
Guilhem Lettron [Thu, 10 Jul 2014 16:38:04 +0000 (18:38 +0200)]
Merge pull request #126 from hufman/fix-ipaliases

Fixes mon_addresses when using linux-ha ip aliases

11 years agoFixes mon_addresses when using linux-ha ip aliases 126/head
Walter Huf [Thu, 10 Jul 2014 15:38:29 +0000 (10:38 -0500)]
Fixes mon_addresses when using linux-ha ip aliases

linux-ha has an IPaddr and IPaddr2 resource to create HA IP aliases
However, it assigns a broadcast address to this IP
This changes changes mon_addresses to ignore IP addresses that have a different
netmask along with the previous check for the existance of broadcast

11 years agoMerge pull request #134 from hufman/cephfs-lwrp
Guilhem Lettron [Thu, 10 Jul 2014 13:25:25 +0000 (15:25 +0200)]
Merge pull request #134 from hufman/cephfs-lwrp

CephFS LWRP

11 years agoAdds documentation about the CephFS LWRP 134/head
Walter Huf [Wed, 9 Jul 2014 15:44:33 +0000 (10:44 -0500)]
Adds documentation about the CephFS LWRP

11 years agoTests out all the different ways to mount cephfs
Walter Huf [Wed, 9 Jul 2014 14:32:17 +0000 (09:32 -0500)]
Tests out all the different ways to mount cephfs

11 years agoUses cephfs-fuse on old distributions of Linux
Walter Huf [Wed, 9 Jul 2014 14:31:21 +0000 (09:31 -0500)]
Uses cephfs-fuse on old distributions of Linux

11 years agoCreates a LWRP to mount cephfs
Walter Huf [Tue, 8 Jul 2014 17:51:43 +0000 (12:51 -0500)]
Creates a LWRP to mount cephfs

11 years agoEnsures that ceph-fuse is installed
Walter Huf [Tue, 8 Jul 2014 17:51:22 +0000 (12:51 -0500)]
Ensures that ceph-fuse is installed

11 years agoMerge pull request #130 from hufman/modfastcgi
Guilhem Lettron [Wed, 9 Jul 2014 14:54:10 +0000 (16:54 +0200)]
Merge pull request #130 from hufman/modfastcgi

Mod-fastcgi installation improvements

11 years agoMerge pull request #112 from hufman/feature-custom-environment
Guilhem Lettron [Wed, 9 Jul 2014 08:45:05 +0000 (10:45 +0200)]
Merge pull request #112 from hufman/feature-custom-environment

Allows nodes to specify a ceph environment to search

11 years agoAllows nodes to specify a ceph environment to search 112/head
Walter Huf [Tue, 8 Jul 2014 20:16:44 +0000 (15:16 -0500)]
Allows nodes to specify a ceph environment to search

If a server is in a different environment than the ceph mons, but
it still wants to connect to the ceph cluster, it can specify a
node['ceph']['search_environment'] attribute that matches the
ceph mons' node.chef_environment attribute.
This will enable the server to find the ceph mon nodes, register
for cephx keyrings, and create a working ceph.conf file

11 years agoMerge pull request #132 from mdsteveb/swb-multi-public-network
hufman [Tue, 8 Jul 2014 18:05:33 +0000 (13:05 -0500)]
Merge pull request #132 from mdsteveb/swb-multi-public-network

Add parsing for multiple "public network" values.

11 years agoAdd parsing for multiple "public network" values. 132/head
Steve Barber [Tue, 1 Jul 2014 20:35:50 +0000 (16:35 -0400)]
Add parsing for multiple "public network" values.

11 years agoAdd gitter to readme
Guilhem Lettron [Tue, 3 Jun 2014 22:34:28 +0000 (00:34 +0200)]
Add gitter to readme

11 years agoFix rubocop regression master_upstream
Guilhem Lettron [Tue, 3 Jun 2014 15:46:26 +0000 (17:46 +0200)]
Fix rubocop regression

11 years agoReflect repo renaming
Guilhem Lettron [Tue, 3 Jun 2014 15:28:05 +0000 (17:28 +0200)]
Reflect repo renaming

11 years agoMerge pull request #129 from hufman/radosgw-done
Guilhem Lettron [Fri, 30 May 2014 10:35:48 +0000 (12:35 +0200)]
Merge pull request #129 from hufman/radosgw-done

Creates the radosgw sentinel directory differently

11 years agoMerge pull request #128 from hufman/ubuntu14-cephfs
Guilhem Lettron [Fri, 30 May 2014 10:32:04 +0000 (12:32 +0200)]
Merge pull request #128 from hufman/ubuntu14-cephfs

Explicitly install ceph-fs-common for cephfs

11 years agoCreates the radosgw sentinel directory differently 129/head
Walter Huf [Wed, 28 May 2014 20:55:22 +0000 (15:55 -0500)]
Creates the radosgw sentinel directory differently

Instead of relying on the radosgw_apache recipe,
just make it in the main radosgw recipe

11 years agoEnables the Yum repo for the Apache fork 130/head
Walter Huf [Wed, 28 May 2014 20:54:12 +0000 (15:54 -0500)]
Enables the Yum repo for the Apache fork

11 years agoAdds Debian support for installing Apache fork
Walter Huf [Wed, 28 May 2014 20:53:50 +0000 (15:53 -0500)]
Adds Debian support for installing Apache fork

11 years agoExplicitly install ceph-fs-common for cephfs 128/head
Walter Huf [Wed, 28 May 2014 16:13:51 +0000 (11:13 -0500)]
Explicitly install ceph-fs-common for cephfs

11 years agoMerge pull request #127 from guilhem/refactor_install
Guilhem Lettron [Wed, 28 May 2014 13:14:10 +0000 (15:14 +0200)]
Merge pull request #127 from guilhem/refactor_install

Refactor install

11 years agoRubocop lord 127/head
Guilhem Lettron [Fri, 16 May 2014 17:21:55 +0000 (19:21 +0200)]
Rubocop lord

11 years agoFix radosgw
Guilhem Lettron [Fri, 16 May 2014 17:07:03 +0000 (19:07 +0200)]
Fix radosgw

11 years agoMerge pull request #123 from hufman/testkitchen-morethings
Guilhem Lettron [Fri, 16 May 2014 15:56:26 +0000 (17:56 +0200)]
Merge pull request #123 from hufman/testkitchen-morethings

Tests cephfs and radosgw

11 years agoBig refactor on install part
Guilhem Lettron [Fri, 16 May 2014 15:54:45 +0000 (17:54 +0200)]
Big refactor on install part

11 years agoSome refactor on mon_secret
Guilhem Lettron [Fri, 16 May 2014 10:21:07 +0000 (12:21 +0200)]
Some refactor on mon_secret

11 years agoAutomatically generates a monsecret if it is blank
Walter Huf [Thu, 8 May 2014 20:57:44 +0000 (15:57 -0500)]
Automatically generates a monsecret if it is blank

Some of the more advanced features require a mon secret to
generate auth keys for other things, such as radosgw.
This change will run gen-key command to generate a mon secret if it
has not been set as an attribute already. It will also search for
other mon nodes and use the cluster secret if it already exists.

11 years agoMerge pull request #120 from hufman/testkitchen-fixes
Guilhem Lettron [Tue, 13 May 2014 13:03:19 +0000 (15:03 +0200)]
Merge pull request #120 from hufman/testkitchen-fixes

Test-kitchen fixes

11 years agoDon't try to install btrfs-tools on rhel5 120/head
Walter Huf [Thu, 8 May 2014 22:14:40 +0000 (17:14 -0500)]
Don't try to install btrfs-tools on rhel5

11 years agoTests cephfs and radosgw 123/head
Walter Huf [Thu, 8 May 2014 21:07:17 +0000 (16:07 -0500)]
Tests cephfs and radosgw

11 years agoFixes style guide violation with the redhat fixes
Walter Huf [Thu, 8 May 2014 14:51:55 +0000 (09:51 -0500)]
Fixes style guide violation with the redhat fixes

11 years agoAdds Debian Wheezy tests
Walter Huf [Wed, 7 May 2014 22:57:44 +0000 (17:57 -0500)]
Adds Debian Wheezy tests

It passes its test perfectly

11 years agoEnables fedora testing
Walter Huf [Wed, 7 May 2014 22:41:37 +0000 (17:41 -0500)]
Enables fedora testing

FC18 put the SATA drives before the boot drive, so I moved them onto the same IDE controller
FC19 has a node.platform_family of '', so it fails
FC20 doesn't have ceph packages yet

The FC18 test fails after completely running, because the OSDs don't start due to a lack of udev hook
Running ceph-disk-activate manually works and starts the OSDs and makes the cluster healthy

11 years agoAdds some package dependencies for the redhat test
Walter Huf [Wed, 7 May 2014 22:40:59 +0000 (17:40 -0500)]
Adds some package dependencies for the redhat test

11 years agoUses the proper RPM keys on Redhat and Fedora
Walter Huf [Wed, 7 May 2014 22:29:05 +0000 (17:29 -0500)]
Uses the proper RPM keys on Redhat and Fedora