deusebio/Charmed MongoDB Setup
Creates a MongoDB deployment for integration testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 30, 2024
- License
- Apache 2.0
Pinned Snippet
uses: deusebio/setup-mongodb-action@4f1154a781665edea334b6ddc6df75c4e88cce3b # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| units | Number of MongoDB server | no | 1 |
| database | Name for the requested database | no | test-database |
| user-roles | Role for the user to be created | no | admin |
| model | Name of the Juju model where to deploy the cluster | no | mongodb |
Outputs
| name | description |
|---|---|
| uris | URIs of the MongoDB server |
| username | Name of the user created for external use |
| password | User password |