Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

concourse (1) Versions 0.0.3

Installs concourse for Vagrant currently

Policyfile
Berkshelf
Knife
cookbook 'concourse', '~> 0.0.3', :supermarket
cookbook 'concourse', '~> 0.0.3'
knife supermarket install concourse
knife supermarket download concourse
README
Dependencies
Quality 17%

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 https://github.com/concourse/fly/issues/65 string no

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author:: iJet Technologies Engineering (dustin.vanbuskirk@ijettechnologies.com)

Dependent cookbooks

database ~> 4.0
iptables ~> 2.2
firewalld ~> 1.1

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.0.3 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.0.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.0.3 failed this metric

FC007: Ensure recipe dependencies are reflected in cookbook metadata: concourse/recipes/default.rb:46
FC009: Resource attribute not recognised: concourse/recipes/default.rb:26
FC064: Ensure issues_url is set in metadata: concourse/metadata.rb:1
FC065: Ensure source_url is set in metadata: concourse/metadata.rb:1
FC066: Ensure chef_version is set in metadata: concourse/metadata.rb:1
FC092: Custom resources should not define actions: concourse/resources/fly.rb:31
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.0.3 passed this metric

Testing File Metric
            

0.0.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.0.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number