
mongos
Channel | Revision | Published | Runs on |
---|---|---|---|
6/stable | 54 | 20 Aug 2025 | |
6/candidate | 54 | 20 Aug 2025 | |
6/beta | 54 | 20 Aug 2025 | |
6/edge | 54 | 20 Aug 2025 | |
8-transition/edge | 56 | 04 Sep 2025 | |
8/candidate | 53 | 07 Aug 2025 | |
8/beta | 53 | 07 Aug 2025 | |
8/edge | 58 | Yesterday |
juju deploy mongos --channel 6/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
charms.mongos.v0.mongos_client_interface
-
- Last updated 03 Oct 2024
- Revision Library version 0.2
In this class, we manage relations between config-servers and shards.
This class handles the sharing of secrets between sharded components, adding shards, and removing shards.
Index
class MongosProvider
Description
Manage relations between the mongos router and the application on the mongos side. None
Methods
MongosProvider. __init__( self , charm: CharmBase , relation_name: str )
Description
Constructor for MongosProvider object. None
MongosProvider. remove_connection_info( self )
Description
Sends the URI to the related parent application None
MongosProvider. update_connection_info( self , config: MongoConfiguration )
Description
Sends the URI to the related parent application None