Feature #18128
closedSupport external mongodb for pulp
Description
I found option in pulp plugin configuration (/etc/pulp/server.conf) to point to external mongoDB replica_set
and successfully migrated to it.
[database]
name: pulp_database
replica_set:foreman
seeds: server1:27017,server2:27017
ssl: false
unsafe_autoretry: false
but every time I run "foreman-installer -i" settings get rolled back to original local mongoDB
I checked in /etc/foreman-installer/scenarios.d/katello-answers.yaml and I don't see option to add external mongoDB config for pulp
Updated by Dominic Cleal almost 8 years ago
- Project changed from Foreman to Katello
Updated by Justin Sherrill almost 8 years ago
- Tracker changed from Bug to Feature
- Subject changed from pupl mongoDB seeds configuration to Support external mongodb for pulp
- Category set to Installer
- Translation missing: en.field_release set to 114
Updated by Matt Darcy over 7 years ago
I'e hit this problem as I want to try to build katello for a distributed cloud - and hosting mongo on the same single box is not great for scale or resilient services, or versions of mongo outside of the version supplied by EPEL.
The ability to point at an external mongo db host, replica set, user/password and to include a certificate filename if the external nodes are using SSL would be very useful in a cloud deployment
Updated by Justin Sherrill about 3 years ago
- Status changed from New to Rejected
- Triaged set to No
Katello 4.0 has dropped pulp 2 and mongo, so this issue is no longer relevant.