https://github.com/rcbops/gerrit-ci-formula
Salt formulas for gerrit/jenkins ci stack
https://github.com/rcbops/gerrit-ci-formula
Last synced: 3 months ago
JSON representation
Salt formulas for gerrit/jenkins ci stack
- Host: GitHub
- URL: https://github.com/rcbops/gerrit-ci-formula
- Owner: rcbops
- License: apache-2.0
- Created: 2015-01-27T17:50:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T16:03:44.000Z (almost 10 years ago)
- Last Synced: 2025-03-05T16:51:56.824Z (over 1 year ago)
- Language: SaltStack
- Size: 21.5 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Salt formula for deploying Gerrit and Jenkins
This formula installs Gerrit, MySQL, Jenkins, and the gerrit-trigger jenkins
plugin.
#### Before using
The included setup.sh script will create ssh-rsa keys and create a necessary
uuids.
```shell
bash setup.sh
```
This formula is role based. It will look for roles in a grain called
roles.
Sample pillar data and a sample top file are included.
#### How to use
```shell
sudo salt-run state.sls gerrit_ci.runner
```
#### Helpful links
* [Gerrit](https://code.google.com/p/gerrit/)
* [Jenkins](http://jenkins-ci.org/)
* [Gerrit Trigger](https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger)
* [MySQL](http://www.mysql.com/)