Sergei Antipov
|
c0ba5dac60
|
Moved test script into bash file
|
2018-02-15 15:24:38 +07:00 |
Sergei Antipov
|
29b283a387
|
Fix if
|
2018-02-15 15:14:06 +07:00 |
Sergei Antipov
|
bb1b8efd9c
|
Use python interpreter
|
2018-02-15 15:03:00 +07:00 |
Sergei Antipov
|
bf854d766e
|
Debugging
|
2018-02-15 14:59:18 +07:00 |
Sergei Antipov
|
b7ae07ed52
|
Debugging info
|
2018-02-15 14:46:57 +07:00 |
Sergei Antipov
|
de8aca77bf
|
Use docker-py
|
2018-02-15 14:40:35 +07:00 |
Sergei Antipov
|
c73966acc8
|
Use ansible-playbook without sudo
|
2018-02-15 14:30:15 +07:00 |
Sergei Antipov
|
b54cc131ab
|
Fix symlink
|
2018-02-15 14:26:38 +07:00 |
Sergei Antipov
|
f1ffde352c
|
Use pip wothout sudo
|
2018-02-15 14:18:54 +07:00 |
Sergei Antipov
|
9f28d333ac
|
use pip instead of pip3
|
2018-02-15 14:11:08 +07:00 |
Sergei Antipov
|
ce192feddc
|
Fix before install script
|
2018-02-15 14:08:05 +07:00 |
Sergei Antipov
|
136c98beb7
|
Update module + use pip3
|
2018-02-15 14:04:29 +07:00 |
Sergei Antipov
|
c10916547f
|
Use Python 3.6
|
2018-02-15 13:46:00 +07:00 |
Sergei Antipov
|
cb8f408764
|
Python language. Install apt https
|
2018-02-15 13:35:18 +07:00 |
Sergei Antipov
|
3cb4a7dd14
|
Moved before install tasks into script
|
2018-02-15 13:30:38 +07:00 |
Sergei Antipov
|
ce4c61bdad
|
Ubuntu 12.04 officially is EOL
|
2018-02-15 13:18:05 +07:00 |
Sergei Antipov
|
2aa63f5f16
|
Fix warnings
|
2018-02-15 13:14:31 +07:00 |
Sergei Antipov
|
bd80043e76
|
Change travis image to Ubuntu Trusty
|
2018-02-15 11:01:21 +07:00 |
Sergei Antipov
|
37a1d6681b
|
Merge pull request #90 from thiagoalmeidasa/master
Modifying mongod conf template.
|
2018-01-21 12:51:05 +07:00 |
Thiago Almeida
|
1731f12a20
|
Merge pull request #2 from thiagoalmeidasa/1-improve-systemLog-options
Modifying mongod conf template.
closes #1
|
2018-01-19 13:21:59 -02:00 |
Thiago Almeida
|
dd3cc14e33
|
Modifying mongod conf template.
The new template will test if the systemLog option is file or syslog to
add the correct file path options.
|
2018-01-19 12:05:24 -02:00 |
Sergei Antipov
|
293d820073
|
Merge pull request #88 from neilime/patch-1
Supports setParameter configuration
|
2018-01-09 19:22:57 +07:00 |
Emilien Escalle
|
d894c8412c
|
Add doc for mongodb_set_parameters var
|
2018-01-09 12:44:53 +01:00 |
Emilien Escalle
|
ceffd529e6
|
Add default mongodb_set_parameters var
|
2018-01-09 12:41:48 +01:00 |
Emilien Escalle
|
c4b37649ee
|
Supports setParameter configuration
|
2018-01-09 12:39:07 +01:00 |
Sergei Antipov
|
54a2e1ea3b
|
Merge pull request #83 from justinsaliba/redhat-support
Redhat support
|
2017-09-19 11:15:33 +07:00 |
jsaliba
|
7c3cfd2353
|
Added tests for Mongo 3.4 against Ubuntu 14.04 and 12.04
|
2017-09-18 12:41:09 +02:00 |
jsaliba
|
b0a9f34bae
|
Installation of EPEL repository is now part of RHEL YML file.
|
2017-09-18 12:39:07 +02:00 |
jsaliba
|
5b3623f9f1
|
MMS Agent can now be installed on RHEL distributions.
|
2017-09-18 12:36:33 +02:00 |
jsaliba
|
349383f1fd
|
fixed readme interrobang
|
2017-09-14 14:21:36 +02:00 |
jsaliba
|
6d529d5238
|
Added initscripts to dockerfile
|
2017-09-14 13:14:50 +02:00 |
jsaliba
|
61ccb2f46b
|
renabled rest of tests.
|
2017-09-14 11:21:37 +02:00 |
jsaliba
|
2e6cd41cb1
|
yum -y flag for epel release in dockerfile.
|
2017-09-14 10:59:59 +02:00 |
jsaliba
|
986678b733
|
Moved EPEL installation command to Docker file. Travis now uses custom Docker image built from CentOS Dockerfile. nolog re-enabled for user admin checking.
|
2017-09-14 10:56:34 +02:00 |
jsaliba
|
9bb46f2f20
|
CentOS 7 docker file
|
2017-09-14 09:47:27 +02:00 |
jsaliba
|
84ecb5707e
|
Disable every test except for CentOS 7 and Mongo 3.4
|
2017-09-14 08:59:49 +02:00 |
jsaliba
|
429e108551
|
Trying to get Docker tests to work by running tests in privileged containers and installing EPEL repository for CentOS image.
|
2017-09-14 08:57:16 +02:00 |
jsaliba
|
d6997059cb
|
Added support for mongo 3.4 when executing against RedHat
|
2017-09-14 08:55:31 +02:00 |
jsaliba
|
01bdfc6ef4
|
Missed conflict.
|
2017-09-13 16:30:16 +02:00 |
jsaliba
|
e034149e2d
|
Resolved conflicts between Daniel White's redhat-support branch and UnderGreen master
|
2017-09-13 16:26:32 +02:00 |
Sergei Antipov
|
9ba2bbc86a
|
Merge pull request #82 from kripplek/trivial-readme
Most trivial change I've ever made
|
2017-06-23 11:46:11 +07:00 |
Kripple
|
5ba6937786
|
Most trivial change i've ever made
|
2017-06-22 11:39:58 -07:00 |
Sergei Antipov
|
7a05c1e9b5
|
Merge pull request #81 from csanquer/mongo_3.4
add mongo 3.4 support
|
2017-06-16 23:12:30 +07:00 |
Charles Sanquer
|
0ca0675e9d
|
add mongo 3.4 support
|
2017-06-16 16:27:57 +02:00 |
Sergei Antipov
|
cec74eeb1e
|
Merge pull request #79 from valferon/master
Add custom port in command to check if admin user exists
|
2017-04-10 14:24:32 +07:00 |
valferon
|
dd7c3078f8
|
Add custom port in command to check if admin user exists
|
2017-04-10 16:04:24 +10:00 |
Sergei Antipov
|
cb74360585
|
Merge pull request #77 from anatoly-chichikov/multiple-ip-binding-fix
Fixed issue with multi-port binding timeouts
|
2017-03-19 23:31:06 +07:00 |
Anatoly Chichikov
|
4fcbaa02ed
|
Fixed issue with multi-port binding timeouts
|
2017-03-11 16:38:48 +03:00 |
Sergei Antipov
|
1ba531c5c6
|
Merge pull request #76 from open-craft/bdero/increase-fd-limit
Increase the file descriptor limit for the systemd service.
|
2017-03-07 16:43:20 +07:00 |
Brandon DeRosier
|
e7a9b464f0
|
Increase the file descriptor limit for the systemd service.
The default service FD limit of 1024 is not sufficient for MongoDB
deployments that handle thousands of client connections and
databases.
|
2017-03-07 01:18:45 -05:00 |