mongodb-labs/Set up MongoDB Cluster
Downloads MongoDB and runs a cluster using mongo-orchestration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | MongoDB version to install | no | — |
| topology | Topology of the deployment | no | — |
| auth | Whether to enable auth | no | — |
| ssl | Whether to enable SSL | no | — |
| storage-engine | Storage engine to use | no | — |
| require-api-version | Whether to start the server with requireApiVersion enabled (defaults to false) | no | — |
| install-legacy-shell | Whether to install the legacy shell for 6.0+ servers | no | — |
| local-atlas | Whether to use mongodb-atlas-local to start the server | no | — |
| skip-legacy-shell | Whether to skip installing the legacy shell for 6.0+ servers (deprecated) | no | — |
| token | The GitHub token to use when making requests to the GitHub API | no | — |
Outputs
| name | description |
|---|---|
| cluster-uri | URI of the cluster |
| crypt-shared-lib-path | Path of the crypt_shared library |