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

set-hostname (4) Versions 1.1.0

Sets the hostname on a node and updates the hosts file.

Policyfile
Berkshelf
Knife
cookbook 'set-hostname', '= 1.1.0', :supermarket
cookbook 'set-hostname', '= 1.1.0'
knife supermarket install set-hostname
knife supermarket download set-hostname
README
Dependencies
Quality 50%

Build Status

Set Hostname

This simple cookbook sets the hostname on a given host using the node.name as the default name, and appending any domain, if provided, for the fully qualified domain name of the host.

It also populates the file /etc/hosts file.

Attributes

You can set the following attributes:

node.normal['set-hostname']['domain']         = 'bar.com'

The following attributes are inferred automaticaly, but can also be overridden by the user:

default['set-hostname']['hosts-file'] = '/etc/hosts'
default['set-hostname']['name'] = node.name
default['set-hostname']['ip'] = node['ipaddress']

For a node with the name foo001, the above configuration will result in the hostname set to foo.bar.com and the IP address in the /etc/hosts file will be 1.2.3.4.

Default Attributes

The cookbook only requires that you set the domain portion of the name.

In that case, the actual hostname portion is inferred from the node.name, and the IP address is taken from node['ipaddress'] unless provided specifically by the node['set-hostname']['ip] attribute.

If you do not provide the domain name, the host is configured without the FQDN.

Contributing

To contribute, please fork the cookbook and submit a pull request.

License

MIT License, full text is in the [LICENSE.md](LICENSE.md) file.

Authors

  • Konstantin Gredeskoul (current maintainer)
  • Eric Saxby

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.0 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.1.0 passed this metric

No Binaries Metric
            

1.1.0 passed this metric

Testing File Metric
            

1.1.0 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.1.0 passed this metric