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

tftp (22) Versions 4.0.4

Installs/Configures tftpd

Policyfile
Berkshelf
Knife
cookbook 'tftp', '= 4.0.4', :supermarket
cookbook 'tftp', '= 4.0.4'
knife supermarket install tftp
knife supermarket download tftp
README
Dependencies
Changelog
Quality 50%

tftp Cookbook

Cookbook Version
CI State
OpenCollective
OpenCollective
License

Configures the Trivial File Transfer Protocol server tftpd. This cookbook may be used in conjunction with the pxe_dust to create PXE-bootable Ubuntu installs.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • Debian/Ubuntu
  • RHEL/CentOS/Scientific/Amazon/Oracle

Chef

  • Chef 12.1+

Recipes

default

The default recipe passes through to the server recipe.

server

The node will install and use the tftpd application to provide files via tftp. Typically those nodes will be requesting images via PXE and configured from their BIOS as clients, so there is not a client recipe yet.

Usage

Nodes using the tftp::server recipe will provide tftp access to whatever files are in their ['tftp']['directory'].

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

tftp Cookbook CHANGELOG

This file is used to list changes made in each version of the tftp cookbook.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

4.0.4 - 2023-02-14

4.0.3 - 2023-02-14

4.0.2 - 2021-08-31

  • Standardise files with files in sous-chefs/repo-management

4.0.0 (2020-11-13)

Changed

  • Sous Chefs Adoption
  • Update Changelog to Sous Chefs
  • Update to use Sous Chefs GH workflow
  • Update README to sous-chefs
  • Update metadata.rb to Sous Chefs
  • Update test-kitchen to Sous Chefs
  • Switch CentOS/Fedora to use systemd unit instead of xinetd

Fixed

  • MDL Fixes
  • Yamllint fixes

Added

  • Add Ubuntu 20.04 testing
  • Add CentOS 8 testing

Removed

  • Remove EL6 testing

3.0.1 (2017-06-28)

  • Test with Local Delivery instead of Rake
  • Update apache2 license string to be a SPDX compliant string
  • Move the template out of the default dir since Chef 12 does not require this
  • Support Amazon Linux on Chef 13 and add amazon linux to the metadata
  • Avoid deprecation warning in the Chefspecs

3.0.0 (2016-09-16)

  • Switch to kitchen-dokken for testing in Travis
  • Replace serverspec tests with inspec
  • Add chef_version metadata
  • Clean up service commands
  • Require Chef 12.1A
  • Use multipackage installs to speed up chef runs

v2.0.0 (2016-05-20)

  • Completely refactored to use the xinetd cookbook and to allow all config variables to be passed in via a config hash. See the attributes file for the new defaults and usage.

v1.6.0 (2016-05-19)

  • Add a new attribute for controlling the user / group of tftp directories. Also properly set these to the defaults for RHEL/Fedora/Debian based systems

v1.5.0 (2016-05-18)

  • Add a new attribute for controlling the permissions on the tftp directory

v1.4.0 (2016-04-28)

  • Added support for RHEL 7 by installing xinetd on all RHEL systems to ensure it's present

v1.3.0

  • Switch to platform family to support additional RHEL and Debian derivatives
  • Setup / Start the services after creating the dirs and templating the configs to prevent starting the service is a 1/2 working state and/or failures that would halt the chef run
  • Fix service starts/restarts on Ubuntu
  • Replace minitest testing with serverspec
  • Added gitignore and chefignore files
  • Added Test Kitchen config
  • Added Rubocop config
  • Added Travis config
  • Added Berksfile
  • Updated Testing and Contributing docs
  • Added maintainers.toml and maintainers.md files
  • Added Gemfile with development dependencies
  • Added Travis and cookbook version badges to the Readme
  • Expanded the requirements section in the Readme
  • Added a Rakefile for simplified testing
  • Added additional platforms to the metadata.rb
  • Added issues_url and source_url to the metadata.rb
  • Updated Opscode -> Chef Software
  • Added basic Chefspec converge test
  • Converted symbols to strings for Foodcritic
  • Resolved all Rubocop warnings
  • Add License file

v1.2.0

  • [COOK-3297] - Improved support for customized settings for RedHat based systems, the default options were also corrected
  • Resolved xinetd restarting on every chef run

v1.1.0

  • [COOK-1849] - Add RHEL support

v1.0.0

  • [COOK-1536] - tftp service doesn't restart if down

Collaborator Number Metric
            

4.0.4 passed this metric

Contributing File Metric
            

4.0.4 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

Cookstyle Metric
            

4.0.4 passed this metric

No Binaries Metric
            

4.0.4 passed this metric

Testing File Metric
            

4.0.4 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
            

4.0.4 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