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

os_floating_lo (2) Versions 0.1.1

Add system-level visibility into OpenStack floating IPs

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

os_floating_lo

Add system-level visibility into OpenStack floating IPv4 addresses.

This cookbook lights up an OpenStack instance's floating IPv4 address on a loopback alias interface. System resources which cannot leverage Ohai can now gain insight into floating IPs.

Supported Platforms

  • Centos
  • Debian
  • Fedora
  • Debian

Attributes

Attribute Default Description
['device'] 'lo:0' Device on which to apply the floating IP
['mask'] '255.255.255.255' Netmask for the floating IP. Do not change unless absolutely required.

Usage

Include os_floating_lo in your node's run_list:

{
  "run_list": [
    "recipe[os_floating_lo]"
  ]
}

License and Authors

Author:: John Bartko (jbartko@gmail.com)

License:: [MIT License](LICENSE)

Dependent cookbooks

ohai >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of os_floating_lo

  • initial support for floating IPv4 addresses
  • initial serverspec tests

Foodcritic Metric
            

0.1.1 passed this metric