Piece of code to add gocd stack
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# GoCD.io
|
||||
|
||||
### Info:
|
||||
|
||||
This template creates one GoCD server and scale out the number of GoCD agent you need.
|
||||
|
||||
The GoCD agent embedded Docker support, so the idea is to not create GoCD agent per language but use docker container to build and test your stuff.
|
||||
|
||||
|
||||
### Usage:
|
||||
|
||||
Select GoCD from catalog.
|
||||
|
||||
Enter the number of GoCD agent you need.
|
||||
Enter extra GoCD plugins to download and install.
|
||||
Choose the key to autoregister GoCD agent.
|
||||
|
||||
Click deploy.
|
||||
|
||||
GoCD server can now be accessed over the Rancher network on port `8153` (http://IP_CONTAINER:8153). To access from external Rancher network, you need to set load balancer or expose the port 8153.
|
||||
|
||||
|
||||
|
||||
### Source, bugs and enhances
|
||||
|
||||
If you found bugs or need enhance, you can open ticket on github:
|
||||
- [GoCD official core project](https://github.com/gocd/gocd)
|
||||
- [GoCD Server docker image](https://github.com/disaster37/alpine-gocd-server)
|
||||
- [GoCD Agent docker image](https://github.com/disaster37/alpine-gocd-agent)
|
||||
- [Rancher Cattle metadata docker image](https://github.com/disaster37/rancher-cattle-metadata)
|
||||
Reference in New Issue
Block a user