https://github.com/swisscom/mongodb-enterprise-boshrelease
A bosh release for MongoDB Enterprise.
https://github.com/swisscom/mongodb-enterprise-boshrelease
bosh bosh-release
Last synced: 10 months ago
JSON representation
A bosh release for MongoDB Enterprise.
- Host: GitHub
- URL: https://github.com/swisscom/mongodb-enterprise-boshrelease
- Owner: swisscom
- License: apache-2.0
- Created: 2017-05-01T07:49:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T14:42:07.000Z (over 1 year ago)
- Last Synced: 2025-04-15T10:50:09.887Z (about 1 year ago)
- Topics: bosh, bosh-release
- Language: Shell
- Size: 38 MB
- Stars: 7
- Watchers: 17
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# BOSH Release for MongoDB Enterprise
This repository is a [BOSH](https://bosh.io) release for deploying MongoDB Enterprise(https://www.mongodb.com/). It requires an existing [OpsManager](https://www.mongodb.com/de/products/ops-manager) installation.
VMs deployed with this BOSH release will download and run the latest automation agent version found on OpsManager.
If a specific version is required it can specified in the deployment manifest under `mms-automation-agent.version`.
You find the appropriate version information in your OpsManager installation under `Deployments / Agents / Downloads & Settings`. Select `Other Linux - TAR` and copy the version string.
##### Example:
Release specified in OpsManager:
```
mongodb-mms-automation-agent-3.2.11.2025-1.linux_x86_64
```
Version string:
```
3.2.11.2025-1
```
Please read [this wiki page](https://github.com/swisscom/mongodb-enterprise-boshrelease/wiki/Consul-Integration) about the consul integration.
## Usage
To use this bosh release, first upload it to your bosh:
```
bosh target BOSH_HOST
git clone https://gitgub.com/swisscom/mongodb-enterprise-boshrelease.git
cd mongodb-enterprise-boshrelease
bosh upload release releases/mongodb-enterprise-1.0.0.yml
```
For [bosh-lite](https://github.com/cloudfoundry/bosh-lite), you can quickly create a deployment by using the existing example manifests located in `templates`.
### Contribute
See [CONTRIBUTING](CONTRIBUTING.md)