Commit Graph

294 Commits

Author SHA1 Message Date
Sergei Antipov 2fb64ec439 Fix config for 3.6.x versions 2018-02-16 23:09:00 +07:00
Sergei Antipov b5257ff98f Merge branch 'master' of github.com:UnderGreen/ansible-role-mongodb 2018-02-16 13:33:19 +07:00
Sergei Antipov bf8ff69eaf Delete unneeded files for 12.04 2018-02-16 13:32:52 +07:00
Sergei Antipov 7a03b85012
Merge pull request #94 from UnderGreen/fix_build
Fix build + several significant changes
2018-02-16 13:31:41 +07:00
Sergei Antipov 7779fcf671 Dropped support of EOL versions of MongoDB.
Added testing with Python 2.7.x
2018-02-16 11:53:36 +07:00
Sergei Antipov 392b053ad5 Dropped support for EOL versions of MongoDB 2018-02-15 17:20:03 +07:00
Sergei Antipov 317e8cd9ff Do not error if pipe failed 2018-02-15 17:02:30 +07:00
Sergei Antipov aceab46912 Delete debugging info 2018-02-15 15:54:10 +07:00
Sergei Antipov 6319a737b8 Exception handling compatible with Python 3.x 2018-02-15 15:41:55 +07:00
Sergei Antipov 47d5b8e5b5 Add ansible debugging 2018-02-15 15:25:17 +07:00
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