Abhay PS
63af4a6f21
remove unsupported os versions from test.
2019-09-10 14:54:36 +02:00
Abhay PS
6556ffa9c9
Mongodb 4.2 support added
2019-09-10 12:24:56 +02:00
Sergei Antipov
79aea9ac40
Few more fixes
2019-05-28 13:39:54 -04:00
Sergei Antipov
3cfe431492
Merge pull request #159 from thiagoalmeidasa/master
...
Adding amazonlinux support
2019-05-21 14:14:52 -04:00
Thiago Almeida
157cc09541
Adding support mongodb 3.4 and 3.6 on amazonlinux
2019-05-20 22:40:41 +02:00
Abhay Pratap Singh
960842c5c4
mongodb 3.6 is not available on mongodb repo. It must be installed from ubuntu repo with package name mongodb.
2019-05-20 19:53:38 +02:00
Abhay Pratap Singh
6e9eab4472
Missed the travis.yml
2019-05-20 19:42:24 +02:00
Thiago Almeida
3490662522
Removing support for mongo 3.7 on amazonlinux
2019-05-17 15:21:15 +02:00
Thiago Almeida
ac4e50be27
Fixing again MONGODB_PACKAGE name for amazonlinux and mongo 3.7
2019-05-17 14:54:53 +02:00
Thiago Almeida
6893615421
Fixing MONGODB_PACKAGE name for amazonlinux and mongo 3.7
2019-05-17 14:33:59 +02:00
Thiago Almeida
868204b5d1
Adding testes for mongo 3.7 on amazonlinux 2
2019-05-17 12:16:27 +02:00
Thiago Almeida
7f832ba108
Adding tests for amazonlinux:2
2019-05-17 11:28:27 +02:00
Fernando Llaca
d7ba98aca8
Dropped support of EOL version 3.2 of MongoDB.
2019-05-09 22:57:34 +02:00
Florian Mauduit
503ecf974e
Add tests
2018-10-04 00:39:34 +02:00
Sergei Antipov
8cfc47bb7a
Ubuntu 18.04 support
2018-07-13 18:50:23 -04:00
Sergei Antipov
b751c07907
Fix typo
2018-07-13 11:10:40 -04:00
Sergei Antipov
fb4ec80688
Add new env variable for package name
2018-07-13 11:06:31 -04:00
Sergei Antipov
6cf617c771
Added support of MongoDB 3.6 for Debian Stretch
2018-07-12 18:43:56 -04:00
Sergei Antipov
5739b0b9df
Added Ansible Galaxy webhook
2018-03-03 23:28:26 +07:00
Sergei Antipov
cc1decf1f9
Reload systemd after install
2018-02-23 19:35:03 +07:00
Sergei Antipov
de80ca4284
Add debian testing
2018-02-23 00:43:04 +07:00
Sergei Antipov
f7cc7e901b
Use builded 16.04 image
2018-02-22 23:38:52 +07:00
Sergei Antipov
9c9463f097
Add Ubuntu 16.04
2018-02-17 22:42:32 +07:00
Sergei Antipov
d2e59d8ff1
Add 3.6 testing suites in travis
2018-02-17 22:15:14 +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
c0ba5dac60
Moved test script into bash file
2018-02-15 15:24:38 +07:00
Sergei Antipov
c73966acc8
Use ansible-playbook without sudo
2018-02-15 14:30:15 +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
jsaliba
7c3cfd2353
Added tests for Mongo 3.4 against Ubuntu 14.04 and 12.04
2017-09-18 12:41:09 +02:00
jsaliba
61ccb2f46b
renabled rest of tests.
2017-09-14 11:21:37 +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
84ecb5707e
Disable every test except for CentOS 7 and Mongo 3.4
2017-09-14 08:59:49 +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
0e7e73871d
Fixed problem with testing for 12.04 version
2016-05-09 15:57:26 +06:00
Sergei Antipov
9f208d1be4
Build Ubuntu 12.04 image insteed of pull it
2016-05-09 14:52:43 +06:00
Daniel White
b74bade421
Introduce support for RedHat package installation
...
This provides initial support for installing the relevant MongoDB
packages for a RedHat based OS. This currently only supports RHEL/CentOS
6 in order to keep the initial scope relatively constrained.
2016-05-08 04:17:38 +10:00
Daniel White
52b1f395ea
Ensure tests run with expected docker image
...
This has been working so far since the tests have only cared about
Ubuntu as a target. Now that RedHat is an option, the default needs to
be overriden.
2016-05-08 04:13:36 +10:00
Sergei Antipov
4fd167c1dc
Added 12.04 ubuntu testing
2016-04-18 10:48:13 +06:00
Sergei Antipov
77c55d557b
Fixed problem with concurrency race
2016-04-17 23:18:31 +06:00
Sergei Antipov
b387a16715
Added new Travis CI tests
2016-04-17 21:44:11 +06:00
Sergei Antipov
201c4089e2
TravisCI build improvements
2016-04-17 20:56:00 +06:00
Sergei Antipov
e5f2d18095
Fixed travis build
2016-04-17 20:29:24 +06:00