-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Issue Related mongos charm cannot start without configdb string ## Solution Provide configdb string to mongos charm ## Testing ``` juju deploy application juju deploy mongos juju deploy ./*charm --config role="config-server" config-server-one juju deploy ./*charm --config role="shard" shard-one # relate juju integrate mongos application juju integrate config-server-one:config-server shard-one:sharding juju integrate mongos:cluster config-server-one:cluster # relate shards juju ssh application/0 sudo snap logs charmed-mongodb.mongos charmed-mongodb.mongosh mongodb://localhost:27018 ``` ## Future PRs 1. implement this on the mongos charm side 2. basic int test
- Loading branch information
1 parent
0794ee0
commit 6faf6d8
Showing
2 changed files
with
84 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters