Actions
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 Justin Sherrill about 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 Justin Sherrill over 3 years ago
- Status changed from New to Rejected
- Triaged set to No
Actions