https://github.com/rcbops/rpc-heat-gerrit-ci
A template to deploy integrated Gerrit and Jenkins
https://github.com/rcbops/rpc-heat-gerrit-ci
Last synced: 9 months ago
JSON representation
A template to deploy integrated Gerrit and Jenkins
- Host: GitHub
- URL: https://github.com/rcbops/rpc-heat-gerrit-ci
- Owner: rcbops
- License: apache-2.0
- Created: 2015-01-27T17:48:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T16:03:49.000Z (about 10 years ago)
- Last Synced: 2025-01-22T18:30:07.906Z (over 1 year ago)
- Size: 91.8 KB
- Stars: 0
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description
===========
This is an OpenStack HEAT template to deploy
[Gerrit](https://code.google.com/p/gerrit/) and
[Jenkins](http://jenkins-ci.org/) in an openstack cloud.
This template uses the following salt formulas:
* [gerrit-ci-formula](https://github.com/rcbops/gerrit-ci-formula)
This template deploys:
* a private network
* a salt-master instance
* a gerrit instance
* a jenkins master instance
* a variable number of jenkins slaves.
For access to nodes in the gerrit-ci cluster, a floating ip will be assigned
to the salt-master. One additional floating ip will be assigned to the gerrit
instance. One additional floating ip will be assigned to the jenkins master
instance.
Requirements
============
* A Heat provider that supports the following:
* OS::Neutron::Net
* OS::Neutron::Subnet
* OS::Neutron::Router
* OS::Neutron::RouterInterface
* OS::Neutron::FloatingIP
* OS::Neutron::FloatingIPAssociation
* OS::Neutron::Port
* OS::Heat::SoftwareConfig
* OS::Heat::SoftwareDeployment
* OS::Heat::RandomString
* OS::Heat::ResourceGroup
* OS::Nova::Server
* OS::Nova::KeyPair
* An Ubuntu image (12.04 or newer) preconfigured with heat-cfntools and heat config-script.
Instructions for creating a heat-cfntools enabled image for use with Heat can be
found [here] (http://docs.openstack.org/developer/heat/getting_started/jeos_building.html).
* An OpenStack username, password, and tenant id.
* [python-heatclient](https://github.com/openstack/python-heatclient)
`>= v0.2.12`:
```bash
pip install python-heatclient
```
License
=======
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```