quattor / template-library-openstack

Template library for configuring OpenStack services
Apache License 2.0
3 stars 8 forks source link

Add mongodb user as kept_users #30

Closed guillaume-philippon closed 8 years ago

guillaume-philippon commented 8 years ago

Depends of mongodb RPM version (v2 or v3) the associated user is mongod or mongodb. To avoid some misconfiguration I propose to add both as kept_users.

jouvin commented 8 years ago

I am not confortable with the fact that this information is (only) in an openstack related template. All these groups/users should also be added to ncm-accounts default list. Anyone who is installing mongodb should expect Quattor not to break its installation, whether openstack templates are used or not

guillaume-philippon commented 8 years ago

The problem is having a list w/ all users that should be kept will never be up to date and will always need to have a SNAPSHOTED version of ncm-accounts to use your templates.

apdibbo commented 8 years ago

I have opened a pull request (https://github.com/quattor/configuration-modules-core/pull/935) to add the accounts for the general tools and not anything OpenStack specific. I would still like to merge this PR as it helps to keep the template library consistent, at least for the moment.