cookbook 'tftp', '= 1.3.0'
tftp
(24) Versions
1.3.0
-
Follow7
Installs/Configures tftpd
cookbook 'tftp', '= 1.3.0', :supermarket
knife supermarket install tftp
knife supermarket download tftp
tftp Cookbook
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.
Requirements
Platforms
- Debian/Ubuntu
- RHEL/CentOS/Scientific/Amazon/Oracle
Chef
- Chef 11+
Cookbooks
- none
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']
.
Testing
Please refer to the [TESTING file](TESTING.md) to see instructions for testing this cookbook. It is currently tested on the following platforms: CentOS 5.9, CentOS 6.4, Debian 7.1, Ubuntu 10.04 and Ubuntu 12.04.
License & Authors
Author: Cookbook Engineering Team (cookbooks@chef.io)
Copyright: 2008-2015, Chef Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
tftp Cookbook CHANGELOG
This file is used to list changes made in each version of the tftp cookbook.
v1.3.0:
- Switch to platform family to support additional RHEL and Debian derivitives
- 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/restarty 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
Foodcritic Metric
1.3.0 passed this metric
1.3.0 passed this metric