cookbook 'gflags', '~> 1.0.1'
gflags (5) Versions 1.0.1 Follow0
Installs gflags
cookbook 'gflags', '~> 1.0.1', :supermarket
knife supermarket install gflags
knife supermarket download gflags
chef-gflags
Description
Installs gflags. Please see [COMPATIBILITY.md](COMPATIBILITY.md) for more information about gflags versions that are tested and supported by cookbook versions.
Requirements
Platforms
- CentOS 6
- Fedora 18, 19, 20
- RHEL 6
- Ubuntu 12.04, 12.10, 13.04, 13.10
Cookbooks
Attributes
These attributes are under the node['gflags']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
install_type | Override platform and version auto-detection for installation ("archive" or "package") | String | nil (auto-detect) |
Archive Attributes
These attributes are under the node['gflags']['archive']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
checksum | SHA256 checksum for archive | String | auto-detected (see attributes/default.rb) |
install_dir | Installation prefix | String | /usr/local |
url | Archive URL | String | https://gflags.googlecode.com/files/gflags-#{node['gflags']['archive']['version']}.tar.bz2 |
version | Archive version to install | String | 2.0 |
Package Attributes
These attributes are under the node['gflags']['package']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
cpp_packages | C++ packages for installation | Array of Strings | auto-detected (see attributes/default.rb) |
python_packages | Python packages for installation | Array of Strings | auto-detected (see attributes/default.rb) |
Recipes
-
recipe[gflags]
Installs gflags -
recipe[gflags::archive]
Installs gflags via archive -
recipe[gflags::cpp]
Installs gflags C++ -
recipe[gflags::package_cpp]
Installs gflags C++ packages -
recipe[gflags::package_python]
Installs gflags Python packages -
recipe[gflags::python]
Installs gflags Python
Usage
Default Installation
Installs gflags C++ and Python. Recommended to use cpp
and python
directly instead.
- Add
recipe[gflags]
to your node's run list
C++ Installation Only
Installs gflags C++ via archive or package depending on platform and version auto-detection or node['gflags']['install_type']
if set.
- Add
recipe['gflags::cpp']
to your node's run list
Python Installation Only
Installs gflags Python via archive or package depending on platform and version auto-detection or node['gflags']['install_type']
if set.
- Add
recipe['gflags::python']
to your node's run list
Archive Installation
- If necessary, set
node['gflags']['archive']['version']
andnode['gflags']['archive']['checksum']
- Set
node['gflags']['install_type']
to "archive" or addrecipe['gflags::archive']
to your node's run list
C++ Package Installation Only
- Add
recipe['gflags::package_cpp']
to your node's run list
Python Package Installation Only
- Add
recipe['gflags::package_python']
to your node's run list
Testing and Development
Vagrant
Here's how you can quickly get testing or developing against the cookbook thanks to Vagrant and Berkshelf.
vagrant plugin install vagrant-berkshelf
vagrant plugin install vagrant-cachier
vagrant plugin install vagrant-omnibus
git clone git://github.com/bflad/chef-gflags.git
cd chef-gflags
vagrant up BOX # BOX being centos6, ubuntu1204, ubuntu1210, or ubuntu1304
You can then SSH into the running VM using the vagrant ssh BOX
command.
The VM can easily be stopped and deleted with the vagrant destroy
command. Please see the official Vagrant documentation for a more in depth explanation of available commands.
Test Kitchen
Please see documentation in: [TESTING.md](TESTING.md)
Contributing
Please use standard Github issues/pull requests and if possible, in combination with testing on the Vagrant boxes or Test Kitchen suite.
Maintainers
- Brian Flad (bflad417@gmail.com)
Collaborator Number Metric
1.0.1 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
1.0.1 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
Foodcritic Metric
1.0.1 failed this metric
FC064: Ensure issues_url is set in metadata: gflags/metadata.rb:1
FC065: Ensure source_url is set in metadata: gflags/metadata.rb:1
FC066: Ensure chef_version is set in metadata: gflags/metadata.rb:1
FC069: Ensure standardized license defined in metadata: gflags/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: gflags/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: gflags/recipes/archive.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.1 passed this metric
Testing File Metric
1.0.1 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
Version Tag Metric
1.0.1 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
1.0.1 failed this metric
1.0.1 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
Foodcritic Metric
1.0.1 failed this metric
FC064: Ensure issues_url is set in metadata: gflags/metadata.rb:1
FC065: Ensure source_url is set in metadata: gflags/metadata.rb:1
FC066: Ensure chef_version is set in metadata: gflags/metadata.rb:1
FC069: Ensure standardized license defined in metadata: gflags/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: gflags/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: gflags/recipes/archive.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.1 passed this metric
Testing File Metric
1.0.1 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
Version Tag Metric
1.0.1 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
1.0.1 failed this metric
FC065: Ensure source_url is set in metadata: gflags/metadata.rb:1
FC066: Ensure chef_version is set in metadata: gflags/metadata.rb:1
FC069: Ensure standardized license defined in metadata: gflags/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: gflags/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: gflags/recipes/archive.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
1.0.1 passed this metric
Testing File Metric
1.0.1 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
Version Tag Metric
1.0.1 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
1.0.1 failed this metric
1.0.1 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