cookbook 'os_floating_lo', '= 0.1.1'
os_floating_lo (2) Versions 0.1.1 Follow0
Add system-level visibility into OpenStack floating IPs
cookbook 'os_floating_lo', '= 0.1.1', :supermarket
knife supermarket install os_floating_lo
knife supermarket download os_floating_lo
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
0.1.1 passed this metric