cookbook 'ftp-cloudfs', '~> 0.1.4'
ftp-cloudfs (5) Versions 0.1.4 Follow0
Installs/Configures ftp-cloudfs
cookbook 'ftp-cloudfs', '~> 0.1.4', :supermarket
knife supermarket install ftp-cloudfs
knife supermarket download ftp-cloudfs
ftp-cloudfs Cookbook
This cookbook install and configures ftp-cloudfs.
Requirements
Platform:
- Debian 6.0+
- Ubuntu 12.04+
packages
-
python-pip
- ftp-cloudfs needs python-pip to be installed over pip. -
python-dev
- need for compile python-keystoneclient
cookboks
-
python
- ftp-cloudfs needs this cookbook for install python-pip. -
memcached
- need if you want use memcached for caching auth.
Attributes
ftp-cloudfs::default
-
default['ftp-cloudfs']['package']
- may be use for install ftp-cloudfs from git or other source. Defaultftp-cloudfs
-
default['ftp-cloudfs']['version']
- may be use for pin specified version of ftp-cloudfs. Defaultlatest
-
defaul['ftp-cloudfs']['keystone-auth']
- determines whether or not use Auth v2.0 (keystone auth). Defaultfalse
-
default['ftp-cloudfs']['keystoneclient']['version']
- may be use for pin specified version of python-keystoneclient. Defaultlatest
-
default['ftp-cloudfs']['log-dir']
- path to log file. Default/var/log/ftp=cloudfs
-
default['ftp-cloudfs']['pid-dir']
- path to pid file. Default/var/run/ftp-cloudfs
-
default['ftp-cloudfs']['memcached']
- install local memcached or use external. Defaultnone
. May belocal or external or false
-
default['ftp-cloudfs']['port']
- udp port for ftp-cloudfs. Default21
-
default['ftp-cloudfs']['bind_address']
- bind address. Default127.0.0.1
-
default['ftp-cloudfs']['auth_url']
- auth url. Required. Defaultnil
-
default['ftp-cloudfs']['memcache']
- array of memcache servers. Default['127.0.0.1:11211']
-
default['ftp-cloudfs']['max_cons_per_ip']
- maximum number of client connections per IP. Default unlim. -
default['ftp-cloudfs']['split_large_files']
- large file support. Default unsupport. Type string -
default['ftp-cloudfs']['hide_part_dir']
- hide .part directory from large files. Defaultno
-
default['ftp-cloudfs']['verbose']
- be verbose on logging. Defaultno
-
default['ftp-cloudfs']['syslog']
- enable logging to the system logger. Defaultno
-
default['ftp-cloudfs']['logfile']
- log file name. Defaultftpcloudfs.log
-
default['ftp-cloudfs']['pidfile']
- pid file name. Defaultftpcloudfs.pid
-
default['ftp-cloudfs']['uid']
- uid. Defaultnil
-
default['ftp-cloudfs']['gid']
- gid. Defaultnil
-
default['ftp-cloudfs']['keystone_region_name']
- region name to be used with Auth 2.0 (optional). Defaultnone
-
default['ftp-cloudfs']['keystone_tenant_separator']
- tenant separator to be used with Auth 2.0 (eg. TENANT.USERNAME). Default.
-
default['ftp-cloudfs']['keystone_service_type']
- service type to be used with Auth 2.0. Defaultobject-store
-
default['ftp-cloudfs']['keystone_endpoint_type']
- endpoint type to be used with Auth 2.0. DefaultpublicURL
-
default['ftp-cloudfs']['rackspace_service_net']
- Use Rackspace's ServiceNet internal network. Defaultfalse
Usage
ftp-cloudfs::default
{ "name":"my_node", "ftp-cloudfs": { "auth_url": "http://your.auth.url" }, "run_list": [ "recipe[ftp-cloudfs]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Testing
This cookbook is set up to test using
* knife test
* foodcritic
* chefspec
* test-kitchen
* rubocop
To launch all the tests, run:
* bundle install
* bundle exec strainer test
License and Authors
Author:: Dmitry R. dmitry.r@cyberflow.net
Copyright:: 2014, Dmitry R.
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
python >= 0.0.0 |
memcached >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
ftp-cloudfs CHANGELOG
This file is used to list changes made in each version of the ftp-cloudfs cookbook.
0.1.4
- add ability use external memcached
0.1.3
- #4 - fix problem with install python-keystoneclient
0.1.2
- add attribute for pip resource name
0.1.1
- fix sintax error in ftpcloudfs.conf.erb
- fix initscript
0.1.0
- [cyberflow] - Initial release of ftp-cloudfs
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Collaborator Number Metric
0.1.4 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.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
Foodcritic Metric
0.1.4 failed this metric
FC064: Ensure issues_url is set in metadata: ftp-cloudfs/metadata.rb:1
FC065: Ensure source_url is set in metadata: ftp-cloudfs/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ftp-cloudfs/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ftp-cloudfs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.4 passed this metric
Testing File Metric
0.1.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
0.1.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
0.1.4 failed this metric
0.1.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
Foodcritic Metric
0.1.4 failed this metric
FC064: Ensure issues_url is set in metadata: ftp-cloudfs/metadata.rb:1
FC065: Ensure source_url is set in metadata: ftp-cloudfs/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ftp-cloudfs/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ftp-cloudfs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
0.1.4 passed this metric
Testing File Metric
0.1.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
0.1.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
0.1.4 failed this metric
FC065: Ensure source_url is set in metadata: ftp-cloudfs/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ftp-cloudfs/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ftp-cloudfs/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
0.1.4 passed this metric
Testing File Metric
0.1.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
0.1.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
0.1.4 failed this metric
0.1.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