Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/voxpupuli/puppet-mongodb
mongodb installation
https://github.com/voxpupuli/puppet-mongodb
384889b09f98d17e05189ea4328773040a42c59a authored almost 10 years ago by Hunter Haugen <[email protected]>
027af73f5ed85ae945ad3a55953f83b2619ec714 authored almost 10 years ago by Hunter Haugen <[email protected]>
This commit adds the ability to configure a mongodb member as an arbiter. The
feature is very si...
Allow for non-conflicting users in mongodb::db
5412c0c27d143453a570745ec5e6fd9ecf3e1367 authored almost 10 years ago by Hunter Haugen <[email protected]>Danehans keyfile
bfa02b1ca0d9f52818749b37f7bb1bb5bed319b3 authored almost 10 years ago by Hunter Haugen <[email protected]>f8b5f2bbc2507736e39f70bcb518e66d17acd6f0 authored almost 10 years ago by Hunter Haugen <[email protected]>
Previously, the module could specify a keyfile (i.e. /etc/keyfile)
but could not create the file...
b981126a87fb853076c007db5e1cbcd176f80fc2 authored almost 10 years ago by Hunter Haugen <[email protected]>
mongos: Enable sane default for EL7 to work out of the box
5a35da665d7fb1067174c9a3a86920f0a51b9486 authored almost 10 years ago by Hunter Haugen <[email protected]>
EL7 needs to have mongos configured with those default to work out
of the box. (Using the packag...
Gemfile: Pin to rspec-core 3.1.7 due to some bug with ruby 1.8.7
4f5ca99fcba4339a8093d2cb329f5498866a8c8c authored almost 10 years ago by Morgan Haskel <[email protected]>Pin rspec-core to 3.1.7 and rspec-puppet to '~> 1.0'
7df82cc8f330f4d8b129c09dc66267ee1a720d6e authored almost 10 years ago by Yanis Guenane <[email protected]>Various 26 fix
cb8db6aafa7c55729adb7b35db02315f784ff2ec authored almost 10 years ago by Colleen Murphy <[email protected]>191a08831bf76d77fc1e0790892b4ff8a650d13a authored almost 10 years ago by Yanis Guenane <[email protected]>
d6a9e4b00922b0bc35819a750bf7c3173520ec43 authored almost 10 years ago by Yanis Guenane <[email protected]>
Commit 10d8f22323a4bda128661ebe8216dea2594013dd forces the port to be
set to 27107 if no port is...
Currently, the workaround to make rs.conf() connect on the right IP
works only with pre 2.6 vers...
In previous commit, we used mongos.conf since MongoDB wasn't providing
any 'official' configurat...
Currently one can set mongod in configsvr or shardsvr mode only on pre
2.6 mongodb version. With...
Replsetfix
80650e0899c6d946e48a3281358ed4a05c01bbad authored almost 10 years ago by Colleen Murphy <[email protected]>befb6954f5b0c276d53d1f7cfe9c19d0cfd9c4b9 authored almost 10 years ago by Krist van Besien <[email protected]>
d37b97c60b923ebe3dfefc1d0180e0d45f8f9eb3 authored almost 10 years ago by Krist van Besien <[email protected]>
76682cffe8ce16b255f329af33083ccde7845271 authored almost 10 years ago by Krist van Besien <[email protected]>
Fix some lint error to reach 5.0 on Code Quality
8e9ceced8e53f42152e1be8e3b18ba2c2e1e20c1 authored almost 10 years ago by Colleen Murphy <[email protected]>
Fixe the error reported on the forge that was causing a 4.8 grade and
not a 5.0. The error were ...
Prepare 0.10.0 Release
def1a3dd04fa1e8170b2fd07a62acede14e66683 authored almost 10 years ago by Hunter Haugen <[email protected]>Fix port in 2.6 mongo.conf template
6ec0139ca4d6de3eb69fc84b57d6f2f64e1482b1 authored almost 10 years ago by Hunter Haugen <[email protected]>2d38fff73c28c19137485d3c8a68b87e65c1df2d authored almost 10 years ago by Colleen Murphy <[email protected]>
Fix 150
8644e55bcaf59bfd75800327a2aec6a9e85818d2 authored almost 10 years ago by Hunter Haugen <[email protected]>14208c294108a161edd22c5b5e359932b3a56546 authored almost 10 years ago by Colleen Murphy <[email protected]>
The changes in #151 introduced a new way of handling the user-specified
port that incidentally l...
d3121775932be5ac8e286628ed601e8e99b2bdb7 authored almost 10 years ago by Bin Long <[email protected]>
Fixed minor typos and spacing issues to get unit tests to pass.
16991924e1e90ca76a9123daae03e95d58951fc9 authored almost 10 years ago by Colleen Murphy <[email protected]>572ae1b0a6128b0faf97ea1bf09a85dc32e0974d authored almost 10 years ago by Bin Long <[email protected]>
Rebase of #137
218238c24fe7c0bc1a5d895b307eb064acc4c2ea authored almost 10 years ago by Hunter Haugen <[email protected]>
If ssl is set but the key and ca are not, then empty values would be
populated in the config fil...
Fix #165
f24a1cc8b4004f170bb3069d787cf43cf5a83b11 authored almost 10 years ago by Hunter Haugen <[email protected]>bd579b79c9945801e4447d6e24fba8cda5296a04 authored almost 10 years ago by Stas Alekseev <[email protected]>
3d4bd2d51654080f9f686a40430f24bf31865976 authored almost 10 years ago by Stas Alekseev <[email protected]>
PR #165 added the ability for the mongodb providers to detect what port
they should use to conta...
Implements mongodb sharding
7aea8c07eb70847ebe4b37dc0f86372e863c7b3f authored almost 10 years ago by Colleen Murphy <[email protected]>This patch aims to support MongoDB sharding feature.
* Add a Type and a Provider to manage a Mo...
dc5d6effbad7ca766ebf4dadd4b085cdf78aaa5c authored almost 10 years ago by Emilien Macchi <[email protected]>
Currently, rs.conf() can only be run on 127.0.0.1:27017.
When running a node in shardsvr mode, t...
a37d826b118fec9f939abb9887c34db8a058f3b7 authored almost 10 years ago by Yanis Guenane <[email protected]>
6cd09d1bbb304b2137f6819bdadd682da712882f authored almost 10 years ago by Yanis Guenane <[email protected]>
1bb1995e8f4067a69a59fb335f1e27e601383af6 authored almost 10 years ago by Yanis Guenane <[email protected]>
Based on the use of the mongod process it should listen on a different
port[1]. configsvr should...
67bdd17956991e99d888cf282ce6bfcaecabba37 authored almost 10 years ago by Bin Long <[email protected]>
Add enterprise support for RedHat
51c6edb7b71ac67326c36e452a755178262f7a5d authored almost 10 years ago by Colleen Murphy <[email protected]>Rebase #148.
a3991bfeccd1d7ea8796f2c055ecf3b6275e76b5 authored about 10 years ago by Hunter Haugen <[email protected]>
The updated version of mongodb-server in epel7 2.6.5 (resp. it's
systemd script) expects the pid...
Add centos 7 nodesets and fix spec helper to setup iptables on all hosts
96c78e7b7c71ea88c00b76cd13f505e0298d000b authored about 10 years ago by Hunter Haugen <[email protected]>c10880221a94170007cdc2297189f20696d52455 authored about 10 years ago by Colleen Murphy <[email protected]>
Add support for RHEL 7
799d22b3ad1dd7999221d8950a7057e510ded7aa authored about 10 years ago by Travis Fields <[email protected]>Fix server acceptance tests
bb6aff8fee032a2f71c4cd5cbb7d851af634dccb authored about 10 years ago by Travis Fields <[email protected]>
EPEL 7 packages mongodb with a different pidfile path than prior
package versions. This commit u...
The mongodb::server::ensure parameter is no longer sufficient to
describe the state of the packa...
Update Gemfile and .travis.yml
a2fb53c7b58ea0c8fce1537cb75eaece581c8a44 authored about 10 years ago by Morgan Haskel <[email protected]>
This change separates the gems for functional tests and unit tests so
that TravisCI doesn't have...
typo fix
fe562b86f388a6d107bb1f3cb3b32a3978f59c2a authored about 10 years ago by Colleen Murphy <[email protected]>The lack of trailing commas in json strikes again.
34a9f7aea3d513282b3de2190709c61522554dcd authored about 10 years ago by Morgan Haskel <[email protected]>0.9.0 prep
7651365ec5cdcd74909ff79317426b1b7d55d1a9 authored about 10 years ago by Travis Fields <[email protected]>aeb3bfe100f94048a20c1d75013bc4131a27f1ff authored about 10 years ago by Morgan Haskel <[email protected]>
Add metadata summary to Modulefile per FM-1523
8da88bed9f4d59e6582a2bd23c2c5ddd0a5d954d authored about 10 years ago by Morgan Haskel <[email protected]>ac0671e89764f59c16deefe0cde803a6856c2435 authored about 10 years ago by Lauren Rother <[email protected]>
Added "quiet" on mongo.conf
d414ae577777ed288bab7485c8db73638c21f7ba authored about 10 years ago by Hunter Haugen <[email protected]>Fix typo in README so that puppet code formatting gets applied.
a4d593690b5fad43a0688e5848b2e2b7c6ab5b88 authored about 10 years ago by Morgan Haskel <[email protected]>Fixed params.pp
75d5da27b32c1929c21f2a7cd1c8640dbdb2f8a4 authored about 10 years ago by Hunter Haugen <[email protected]>Workaround to enable mongodb_user/database to work with authentication.
d8134e3cfd164aeca851d4a7abcb28edcfb750dc authored about 10 years ago by Hunter Haugen <[email protected]>
There are two issues on Debian based distributions using
mongodb.org packages:
```puppet
class ...
Mongo 2.6 version and config support
3dd76996523b0ebf95a8655d781bc8752040eb2b authored about 10 years ago by Hunter Haugen <[email protected]>c8bbac708385e698418666c44edce3b148126d17 authored about 10 years ago by Gabriel M Schuyler <[email protected]>
3fc583511dde45c7e30126e0480a2700b2ad1206 authored over 10 years ago by Marius Rieder <[email protected]>
6805321418e7f4d6359e9b8e5f1233f20b5e1c65 authored over 10 years ago by Alex Vinnik <[email protected]>
640e18d20e40535c1ee6212a1efba839c7bd56ad authored over 10 years ago by Alex Vinnik <[email protected]>
5e229857c29bd44c9d812a21bed69098bf670a6a authored over 10 years ago by Amos Wood <[email protected]>
f63c781841684657df54e9546d12812e35bb66a1 authored over 10 years ago by Marius Rieder <[email protected]>
ef47f9e788d222656e7c9fb45ef894ac16583bcb authored over 10 years ago by Marius Rieder <[email protected]>
ecbc9e8db055ce96421a9a1af710b15b3cc60e62 authored over 10 years ago by Marius Rieder <[email protected]>
c43964f13e3d11be8c0becc34a7a2fbd397d7963 authored over 10 years ago by Marius Rieder <[email protected]>
Based on Puppet::Provider::Mongodb for mongodb 2.6.x
f66e963fb0f9092f07670c20a8465de86a2d787d authored over 10 years ago by Marius Rieder <[email protected]>This allows to have users with the same name in different databases.
c3662503b9c45fcb792badb1cbb9c72556acef3b authored over 10 years ago by Marius Rieder <[email protected]>9aacef2bc18ff37b5a81403af41b21b89dd9ceb0 authored over 10 years ago by Marius Rieder <[email protected]>
database is a property not a parameter
database default to test, not to fail anymore
password_h...
31f3baa8539dd91b445f2b9bb4fc8c40d5e3a544 authored over 10 years ago by Amos Wood <[email protected]>
50b46f7dc83da8d7980d8130d30be32bf0a87963 authored over 10 years ago by Amos Wood <[email protected]>
a138a1e0431fa348f274a4d6807933c22d4403bc authored over 10 years ago by Amos Wood <[email protected]>
3e7176e099094f2a5608be2dbfd36a00c6301ec6 authored over 10 years ago by Amos Wood <[email protected]>
In versions 2.4 and 2.6, the default configuration file name for Debian
changed and was not capt...
b1d2779ab1bd3b3f6858e6714c3147c901b747ef authored over 10 years ago by Amos Wood <[email protected]>
4ec92eaad7eab8d88b0fe83f9e6af146629bd64c authored over 10 years ago by Amos Wood <[email protected]>
d73f8731324adc72c71af533590e1878d9e7ab8a authored over 10 years ago by Marius Rieder <[email protected]>
88c7f3c8f069ec815524031916c9d857ca1ca191 authored over 10 years ago by Amos Wood <[email protected]>
Remove puppet_module_install in favor of copy_module_to
0518f864afcce2ebb79f1f2edab5de323c811af7 authored over 10 years ago by Hunter Haugen <[email protected]>f4e085e5cbd89d89bda506b398612c27ba94e2ce authored over 10 years ago by Travis Fields <[email protected]>
(MODULES-1285) Mongodb providers need the client command before they can work
86e92884e6d207ec60e0863ea320c4023b038527 authored over 10 years ago by Ashley Penney <[email protected]>f2b5723fea8dc6eba81cf9d1633d63814e5103cd authored over 10 years ago by Hunter Haugen <[email protected]>
a2c0fa5a4c389579db8589736047cb098c6353cc authored over 10 years ago by Amos Wood <[email protected]>
In versions 2.4 and 2.6, the default configuration file name for Debian
changed and was not capt...
2b5b066a3d2652102e897ca7978164afa5426834 authored over 10 years ago by Amos Wood <[email protected]>