cookbook 'tr-chef-cookbook-objectivefs', '= 1.1.1'
tr-chef-cookbook-objectivefs (6) Versions 1.1.1 Follow3
Installs and Configures ObjectiveFS
cookbook 'tr-chef-cookbook-objectivefs', '= 1.1.1', :supermarket
knife supermarket install tr-chef-cookbook-objectivefs
knife supermarket download tr-chef-cookbook-objectivefs
tr-chef-cookbook-objectivefs
Install ObjectiveFS on a system and let create s3 buckets and mounts.
!!! Important !!!
Don't change mountpoint. Cookbook not renew fstab file.
!!! Important !!!
Usage
- Use default recipe in RunList
usage with json
{ "tr-objectivefs": { "license": "", "passphrase": "", "adminkey": "", "bucket": "", "mountpoint": "" } }
Attributes
The attributes used by this cookbook:
Attribute | Description | Type | Default |
---|---|---|---|
ofsversion | Sets the OFS version (neede for download) | String | 5.2 |
license | The license can be found in account details of OFS Account | Array | - |
passphrase | Passphrase which is used to encrypt files | String | - |
adminkey | The admin key can be received from OFS Support | String | - |
bucket | The name of the S3 Bucket | String | - |
mountpoint | Empty path which will be created or mounted | String | - |
awsaccesskey | AWS Access Key to let OFS run without IAM Instance Role | String | - |
awssecretkey | AWS Secret Key to let OFS run without IAM Instance Role | String | - |
cachesize | Set cache size as a percentage of memory (e.g. 30%) or an absolute value (e.g. 500M or 1G). (Default: 20%) | String | - |
diskcachesize | Enable and set disk cache size and optional free disk size | String | - |
diskcachepath | Location of disk cache when disk cache is enabled | String | - |
Recipes
default
- This recipe manages all mentioned before
License and Authors
- Author: Patrick Schaumburg (pschaumburg@tecracer.de)
- Copyright tecRacer GmbH, All rights reserved
All rights reserved. This book or any portion thereof may not be reproduced or used in any manner whatsoever without the express written permission of the publisher except for the use of brief quotations in a book review.
Dependent cookbooks
tr-chef-cookbook-aws-cli >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Changelog
Version 1.1.1
- Fixing README with correct parameters
Version 1.1.0
- Add more options for configuration (OFS-3)
Version 1.0.0
- Initial running version of ObjectiveFS
Collaborator Number Metric
1.1.1 passed this metric
Foodcritic Metric
1.1.1 passed this metric
1.1.1 passed this metric
1.1.1 passed this metric