cookbook 'lxd', '= 0.1.4', :supermarket
lxd (9) Versions 0.1.4 Follow1
Installs/Configures lxd & lxc
cookbook 'lxd', '= 0.1.4'
knife supermarket install lxd
knife supermarket download lxd
lxd-cookbook
DESCRIPTION
Installs and runs LXD API daemon, LXC CLI tool.
Supported Platforms
- Ubuntu 14.04
Should work perfectly with upper Ubuntu releases.
May work with other OS when building from sources.
Attributes
<table> <tr> <th>Key</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> <tr> <td><tt>['lxd']['install_method']</tt></td> <td>string</td> <td>Install method (source/package)</td> <td><tt>package</tt></td> </tr> </table>
Install methods
Package
Install lxd from packages:
node['lxd']['install_method'] = 'package' # Not necessary because it's the default
include_recipe 'lxd'
# Or
include_recipe 'lxd::lxd_from_package'
Source
Install node from sources:
node['lxd']['install_method'] = 'source'
include_recipe 'lxd'
# Or
include_recipe 'lxd::lxd_from_source'
License and Authors
Licensed under the Apache License, Version 2.0.
Authors :
- Barthelemy Vessemont (bvessemont@gmail.com)
Dependent cookbooks
logrotate >= 0.0.0 |
golang >= 0.0.0 |
build-essential >= 0.0.0 |
apt >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0.1.0
Initial release of lxd
Foodcritic Metric
0.1.4 passed this metric
0.1.4 passed this metric