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

systemd_networkd (11) Versions 0.2.1

Configures systemd_networkd

Policyfile
Berkshelf
Knife
cookbook 'systemd_networkd', '= 0.2.1', :supermarket
cookbook 'systemd_networkd', '= 0.2.1'
knife supermarket install systemd_networkd
knife supermarket download systemd_networkd
README
Dependencies
Changelog
Quality 0%

systemd_networkd Cookbook

This master cookbook is responsible for configuring primary systemd-networkd.

Requirements

  • systemd - systemd_networkd required systemd > 216

Attributes

All keys are case sensitive. CamelCase is used instead of underscore.

Recipes

default: sets up directories and deletes old configurations
cpuport: configures attributes specific to cpu port
link: configures port state and port speed
static_mac_table: confgures the static MAC table (FDB)
switchport: configures port attributes
team: configures LAGs and LAG-specific features (e.g. LAG attributes)
ufd: configures uplink failure detection

Please see the ONPSS Getting Started Guide for more details.

Usage

Just include systemd_networkd in your node's run_list:

{                                                                                                        
  "name": "IES",                                                                                          
  "description": "Default role",                                                                         
  "run_list": [
    "recipe[systemd_networkd]"
  ],
  "default_attributes": {                         
    "SystemdNetworkd": {                          
      ... 
   }
}

Contributing

Not yet defined

License and Authors

Authors: Intel

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

systemd_networkd CHANGELOG

0.2.0

Foodcritic Metric
            

0.2.1 failed this metric

FC002: Avoid string interpolation where not required: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/libraries/delete_config_files.rb:6
FC002: Avoid string interpolation where not required: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/libraries/delete_config_files.rb:20
FC002: Avoid string interpolation where not required: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/libraries/delete_config_files.rb:27
FC002: Avoid string interpolation where not required: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/libraries/delete_config_files.rb:41
FC002: Avoid string interpolation where not required: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/libraries/delete_config_files.rb:42
FC002: Avoid string interpolation where not required: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/libraries/delete_config_files.rb:46
FC002: Avoid string interpolation where not required: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/switchport.rb:29
FC005: Avoid repetition of resource declarations: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/default.rb:23
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/cpuport.rb:30
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/link.rb:37
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/link.rb:49
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/static_mac_table.rb:32
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/switchport.rb:32
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/team.rb:24
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/team.rb:35
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/team.rb:47
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/team.rb:61
FC033: Missing template: /tmp/cook/72cedfd680bcc11721cd7757/systemd_networkd/recipes/ufd.rb:27