https://github.com/tbouron/brooklyn-gitlab
Pure Brooklyn YAML blueprint to deploy a Gitlab instance
https://github.com/tbouron/brooklyn-gitlab
Last synced: 3 months ago
JSON representation
Pure Brooklyn YAML blueprint to deploy a Gitlab instance
- Host: GitHub
- URL: https://github.com/tbouron/brooklyn-gitlab
- Owner: tbouron
- License: apache-2.0
- Created: 2015-08-25T14:46:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T17:41:43.000Z (about 8 years ago)
- Last Synced: 2025-01-31T00:27:48.771Z (5 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# brooklyn-gitlab
Pure Brooklyn YAML blueprint to deploy a [Gitlab](https://about.gitlab.com/) instance from the sources. This will
provision 3 VMs to deploy:- a Redis store
- a PostgreSQL server
- a Gitlab instance with Nginx web serverCurrently you can customize the following configuration:
- **gitlab.version**: The gitlab version you want to pull from the GIT repository (default: 7-11-stable)
- **gitlab.email.from**: The email address used to send notification emails (default: [email protected])
- **gitlab.email.display_name**: The email name (default: GitLab powered by Brooklyn)
- **gitlab.email.reply_to**: The email address to reply to (default: [email protected])
- **gitlab.db.username**: The DB username (default: git)
- **gitlab.db.password**: The DB password (default: password)
- **gitlab.db.database**: The DB name (default: gitlabhq_production)