Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
options:
role:
description: |
role config option exists to deploy the charmed-mongodb application as a shard,
config-server, or as a replica set.
Specifies the deployment role for the charmed-mongodb application.

Valid values:
- `replication`: Deploy as a MongoDB replica set
- `config-server`: Deploy as a MongoDB config server
- `shard`: Deploy as a MongoDB shard

This option must be set at deployment time and cannot be changed afterward.

Changing the value causes the charm to enter a blocked state.
type: string
default: replication
ldap-user-to-dn-mapping:
Expand Down
Loading