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

golang (45) Versions 1.7.2

Installs go programming language

Policyfile
Berkshelf
Knife
cookbook 'golang', '= 1.7.2', :supermarket
cookbook 'golang', '= 1.7.2'
knife supermarket install golang
knife supermarket download golang
README
Dependencies
Changelog
Quality 100%

Build Status
Cookbook Version

golang (Chef cookbook for Go)

Description

Chef cookbook for Go programming language.

Requirements

Platform

  • Ubuntu (12.04/13.04/14.10)
  • Debian (6.0)
  • CentOS (6.5)

Notes: This cookbook has been tested on the listed platforms. It
may work on other platforms with or without modification. Please
report issues any additional platforms so they can be added.

Usage

golang::default

Just include golang in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[golang]"
  ]
}

golang::packages

To install Go packages using node attributes, include golang::packages in your node's run_list, and use the ['go']['packages'] attribute:

{
  "name":"my_node",
  "go": {
    "packages": [
      "launchpad.net/gocheck"
    ]
  },
  "run_list": [
    "recipe[golang::packages]"
  ]
}

Attributes

golang::default

Key Type Description Default
['go']['version'] String Go version 1.5
['go']['platform'] String amd64 or i386 amd64
['go']['scm'] Boolean install SCM dependencies git, hg, and bzr true
['go']['packages'] Array Go packages to install when using the golang::packages recipe []
['go']['owner'] String The user account that owns $GOPATH root
['go']['group'] String The group that owns $GOPATH root
['go']['mode'] String The mode of $GOPATH 0755
['go']['from_source'] Boolean Install go from source false
['go']['os'] String Build go for which operating system linux
['go']['arch'] String Build go for which architecture arm
['go']['arm'] String Build go for which arm version 6
['go']['source_method'] String Choose which install script should be used all.bash

Testing

This project have foodcritic for syntax checking and
test-kitchen for integration testing. You can run the test suite by
typing: rake kitchen:all (may be slow for the first time).

In order to run these tests, the following
requirements must be
satisfied:

Contributing

  1. Fork the repository
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Test it by running rake kitchen:all
  5. Submit a Pull Request

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

bitcoin Applicable Versions
bosun Applicable Versions
carbon-relay-ng Applicable Versions
consul Applicable Versions
consul-haproxy Applicable Versions
consul-template Applicable Versions
decred Applicable Versions
docker Applicable Versions
doozer Applicable Versions
elk_forwarder Applicable Versions
elkstack Applicable Versions
gliderlabs_registrator Applicable Versions
goiardi Applicable Versions
google_auth_proxy Applicable Versions
hashicorp-vault Applicable Versions
kronia Applicable Versions
letsencrypt-boulder-server Applicable Versions
lxd Applicable Versions
netdevops Applicable Versions
runc Applicable Versions
sbp_packer Applicable Versions
scollector Applicable Versions
signalfx Applicable Versions
simple_consul_alerts Applicable Versions
snap Applicable Versions
statsdaemon Applicable Versions
statsdaemon-bitly Applicable Versions
statsdaemon-vimeo Applicable Versions
vim-go Applicable Versions
vulcand Applicable Versions

CHANGELOG for golang

This file is used to list changes made in each version of golang.

1.7.2

  • Better chef12,13 support
  • Ruby 2.3
  • Update gems, lint

1.7.1

  • Create a temporary directory

1.7.0

  • Golang 1.5

1.6.2

  • Ability to install from source

1.6.0

  • Removed support for Ruby 1.9.3

1.5.1

  • Fix testing with Vagrant, Test-Kitchen
  • Golang 1.4

1.5.0

  • Golang 1.3

1.4.0:

  • Add build action to LWRP
  • Update default go version to 1.2.2
  • Add autodetection the platform architecture
  • Change package location to http://golang.org/dl/

1.3.0:

1.2.0:

1.1.0:

  • Added package LWRP
  • Configurable gopath & gobin

1.0.2:

  • Lets users easily specify another install dir

1.0.1:

  • Avoid extra unpacked copy of Go

1.0.0:

  • Initial release of golang

Collaborator Number Metric
            

1.7.2 passed this metric

Contributing File Metric
            

1.7.2 passed this metric

Foodcritic Metric
            

1.7.2 passed this metric

No Binaries Metric
            

1.7.2 passed this metric

Testing File Metric
            

1.7.2 passed this metric

Version Tag Metric
            

1.7.2 passed this metric