Fix MongoDB installation on RedHat family#606
Fix MongoDB installation on RedHat family#606root-expert merged 65 commits intovoxpupuli:masterfrom hdep:fix_centos
Conversation
|
Currently blocked : So seems that the mongodb repository doesn't get installed |
|
Current status :
|
|
Currently stuck, because i'm not able to find a proper systemd init wscript for mongos daemon. Any help appreciated. |
@hdep I see something here, but also: https://jira.mongodb.org/browse/SERVER-3748 |
|
Hello, thanks a lot @ZloeSabo ! |
Fix acceptance tests
|
I just merged the PR. |
|
Now bigger part of the pipeline is green, but there are still a couple of issues:
|
root-expert
left a comment
There was a problem hiding this comment.
Puppet 5 failures can be ignored.
Support for Ubuntu 16.04 can be dropped since it's EoL. Let's add Ubuntu 20.04 and see if it passes.
Co-authored-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
Co-authored-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
Co-authored-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
Co-authored-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
Co-authored-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
Signed-off-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
Signed-off-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
|
@root-expert I think we are good now ? |
|
Yes! Let's wait for the tests. In the meantime, can you update the title to something more appropriate? |
|
|
||
| if $service_manage { | ||
| if $facts['os']['family'] == 'RedHat' { | ||
| systemd::unit_file { 'mongos.service': |
There was a problem hiding this comment.
why do we only manage it on redhat?
There was a problem hiding this comment.
First My work was only to fix the module for RedHat. Secondly I think other distro has the needed file in the package.
Pull Request (PR) description
This Pull Request (PR) fixes the following issues