cookbook 'gobgp', '~> 2.5.0'
gobgp (5) Versions 2.5.0 Follow0
Installs/Configure gobgp
cookbook 'gobgp', '~> 2.5.0', :supermarket
knife supermarket install gobgp
knife supermarket download gobgp
gobgp
This cookbook downloads, installs and configures GoBGP.
Cookbooks dependencies
- ark
- systemd
Platforms
- CentOS
Attributes
-
node['gobgp']['version']
- The version og GoBGP to download. Default2.30.0
-
node['gobgp']['checksum']
- Checksum of the archive of GoBGP. -
node['gobgp']['user']
- GoBGP system user name. Defaultgobgpd
-
node['gobgp']['group']
- GoBGP system group name. Defaultgobgpd
-
node['gobgp']['config_file']
Path of the configuration file. Default/etc/gobgpd.conf
-
node['gobgp']['config']
A Hash of variables which is converted to yaml file. This yaml file is the configuration file for GoBGP.
Examples
default['gobgp']['config'] = ::Mash.new( "global": { "config": { "as": 64_501, "router-id": node['ipaddress'], "port": 1790, }, }, "neighbors": [], "defined-sets": { "prefix-sets": [], }, "policy-definitions": [], ) default['policy_cyclop']['gobgp']['config']['neighbors'] |= [ ::Mash.new( "config": { "neighbor-address": '192.0.2.42', "peer-as": 64_502, }, ) ]
Dependent cookbooks
ark >= 0.0.0 |
systemd >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
2.5.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
2.5.0 failed this metric
Contributing File Metric
2.5.0 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
2.5.0 failed this metric
Foodcritic Metric
2.5.0 passed this metric
2.5.0 passed this metric
No Binaries Metric
2.5.0 passed this metric
2.5.0 passed this metric
Testing File Metric
2.5.0 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
2.5.0 failed this metric
Version Tag Metric
2.5.0 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
2.5.0 failed this metric