- Feb 23, 2017
-
-
Alessandro Costantini authored
Version typo See merge request !2
-
Alessandro Costantini authored
-
- Nov 10, 2016
-
-
Alessandro Costantini authored
Support to CEPH Jewel for mon and osd See merge request !1
-
- Aug 18, 2016
-
-
Alessandro Costantini authored
-
- Mar 09, 2016
-
-
Alessandro Costantini authored
-
- Mar 02, 2016
- Feb 29, 2016
-
-
Keith Schincke authored
This configure radosgw to use the built-in civetweb server instead of an external apache server. ceph::rgw { 'radosgw.gateway': user => $user, #userid to run radosgw as rgw_frontend_type => 'civetweb', #enable the civetweb server rgw_frontends => 'civetweb port=10.10.2.20:80', #optional parameters to change the listening ipaddress:port } Change-Id: I828b6afa8bceb79973ee452edabcebcb4f097910
-
- Feb 27, 2016
-
-
Emilien Macchi authored
The right collecror name for ceph_config resource is Ceph_config, not Ceph_Config. Change-Id: I96fba149fd2900bc8f304c434b1280279991fbf4
-
- Feb 26, 2016
-
-
Jenkins authored
-
- Feb 24, 2016
-
-
Oleksiy Molchanov authored
Add possibility to configure apache to work not only with mod_fastcgi, but with mod_proxy_fcgi Change-Id: I0df8a87ec91f6203d1daf573f956e7d073b68834 Closes-Bug: 1532209
-
Jenkins authored
Merge "Enable radosgw on restart * Add 2 new parameters for radosgw start and enable after reboot * Update test"
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
- Feb 22, 2016
-
-
Giulio Fidente authored
For versions older than Infernalis we disable the udev rules as they race causing activation to occasionally fail [1]. We also add a line to wait for udev to settle after prepare for newer versions for which the rules are not disabled. 1. http://www.spinics.net/lists/ceph-devel/msg28449.html Co-Authored-By: David Gurtner <dgurtner@redhat.com> Change-Id: I6991cf92ce393b39a480289723b8354dc1903d81
-
- Feb 17, 2016
-
-
David Gurtner authored
During bootstrapping with cephx ceph::mon needs a temporary file under /tmp/ to store the mon. key. This gets laters removed again due to security reasons. This changes the creation of the key from a file to an exec with an unless clause so the key doesn't get recrreated and removed during every subsequent run. Change-Id: Ied38afc03d68f7868b1d1320752a48989fa2d018
-
- Feb 12, 2016
-
-
Brandon Weeks authored
This change allows version 2.x of puppetlabs-concat as a dependency. The module has been refactored as a resource type to improve reliability and performance. Change-Id: I0bac8e5ebd93d5fec804b8641fabcc83916de934
-
- Feb 09, 2016
-
-
Brandon Weeks authored
puppetlabs-apt 2.x is a major rewrite and is backwards incompatible. This change makes 2.0.0 the minimum required version, updates the parameter names and adds $lsbdistid to spec tests. Change-Id: I1c6ded810ae3984607d0af5614096911258d4936
-
Brandon Weeks authored
Change-Id: I114611a228b8499a86dff48726fba32b8ad06e99
-
Oleksiy Molchanov authored
* Add 2 new parameters for radosgw start and enable after reboot * Update test Change-Id: Ib536c9499cf53d684d8fb8d5757fbe8d821f5ab3 Closes-Bug: 1538525
-
Keith Schincke authored
From http://ceph.com/packages/ceph-extras/debian/ "The requested resource /packages/ceph-extras/debian/ is no longer available on this server and there is no forwarding address. Please remove all references to this resource." Change-Id: Ic37b3b047568418d70a49a72f5b77b5c42a330e7
-
- Feb 08, 2016
-
-
Jenkins authored
-
- Feb 06, 2016
-
-
David Gurtner authored
This drops the rspec-system tests as well as the tests for CentOS 6 and Ubuntu Precise. Change-Id: I99336ae9f12324e8a83f9e7c3e18ef3b0b4b1050
-
Jenkins authored
Merge "Update ceph::repo to use download locations documented at ceph.com http://docs.ceph.com/docs/master/install/get-packages/"
-
- Feb 03, 2016
-
-
Keith Schincke authored
http://docs.ceph.com/docs/master/install/get-packages/ Change-Id: I9cb6da4fa8619be03814d2dd53df88a394c8e025
-
- Jan 31, 2016
-
-
David Gurtner authored
This is a afirst step to refactor and fix the acceptance tests. The goal is to first break it into smaller chunks for easier debugging, then move to infernalis and liberty and finally fix and reenable CentOS tests. Change-Id: I21d26056640ab2780a861f32bb7d58c539d8f4ef
-
- Jan 29, 2016
-
-
Emilien Macchi authored
Adding provider => 'init' for Ceph Mon service resource on redhat systems, otherwise puppet run is not idempotent. If we don't set it, puppet will try to start the service at every puppet run. This patch also add a beaker test to make sure a single puppet run is enough & idempotent. Change-Id: I76c9c12f3d5b3e3e66c9522c144c68c761cf2168 Closes-Bug: #1539773
-
- Jan 25, 2016
-
-
Jenkins authored
-
Jenkins authored
-
Giulio Fidente authored
When deploying with IPv6 we need to set ms_bind_ipv6 to true; this change adds an option to set it globally as mixed environments are not supported by Ceph. Change-Id: I7c438d76dfcc0b58768a0896c3f50e97fa609a60
-
- Jan 22, 2016
-
-
Emilien Macchi authored
mock is not used anywhere in the module, let's drop it. This patch will help to hit this bug: https://launchpad.net/bugs/1492636 Change-Id: I9513090167febbb5f826a3f2a9d628842086adc0
-
- Jan 13, 2016
-
-
Emile Snyder authored
Change-Id: Ia20aeecb48f69ee4b44f8c61647d36e25f16fac1 Closes-Bug: 1529981 Signed-off-by: Emile Snyder <emile.snyder@gmail.com>
-
- Dec 24, 2015
-
-
Jenkins authored
-
- Dec 23, 2015
- Dec 15, 2015
-
-
Gilles Dubreuil authored
Adds a default timeout value to relevant Exec commands. A specific value can be passed to all involved defined resource type. If undefined $ceph::params::exec_timeout parameter is used with a default value of 600 (seconds). https://bugzilla.redhat.com/show_bug.cgi?id=1243611 Change-Id: Iae2f1eaa8b854300b95c27ecdb4ff608d2346df6
-
- Dec 07, 2015
-
-
Gael Chamoulaud authored
Change-Id: I4aeb8e2289d51dcbcf7435772e3f67a7f97937a6 Related-bug: #1517805 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
-
- Dec 03, 2015
-
-
David Gurtner authored
mon creation is not idempotent from a puppet point of view (it is idempotent from a ceph point of view though. this is a first step in cleaning this up. mainly still missing is the keyring which gets created on the fly. Change-Id: I6a970b7142dcfec6ca784f7cdb10236b63603430
-