-
-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MongoDB installation on RedHat family #606
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 |
Fix acceptance tests
I just merged the PR. |
Now bigger part of the pipeline is green, but there are still a couple of issues:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? |
@@ -25,6 +26,13 @@ | |||
} | |||
|
|||
if $service_manage { | |||
if $facts['os']['family'] == 'RedHat' { | |||
systemd::unit_file { 'mongos.service': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we only manage it on redhat?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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