###concourse cookbook
This is in the very beginning stages proceed with caution.
The cookbook is standing up a Vagrant CentOS box running concourse as a service.
After vagrant up concourse will be running at 192.168.50.205:8080
User: myuser Pass: mypass
##Todo list is very long but here is my next 4 items coming up.
- Add chefspec tests
- Get this building in TravisCI
- Add test kitchen
- Add lwrp for flycli with some very basic resources (in progress)
Attribute | Description | Default | Type | Required |
---|---|---|---|---|
['concourse']['version'] | Version of Concourse CI | 1.0.0 | string | yes |
['concourse']['download']['url'] | URL to Concourse binary | https://github.com/concourse/concourse/releases/download/v#{concourse['version']}/concourse_linux_amd64 | string | yes |
['concourse']['home']['directory'] | Directory to store Concourse binary | /usr/local/bin | string | yes |
['concourse']['external']['url'] | URL used to connect to Concourse CI | http://127.0.0.1:8080 | string | yes |
['concourse']['fly']['download']['url'] | URL to fly binary | vmware-archive/fly#65 | string | no |
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: iJet Technologies Engineering (dustin.vanbuskirk@ijettechnologies.com)