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

s3fs-fuse (4) Versions 0.1.4

Installs/Configures s3fs-fuse

Policyfile
Berkshelf
Knife
cookbook 's3fs-fuse', '~> 0.1.4', :supermarket
cookbook 's3fs-fuse', '~> 0.1.4'
knife supermarket install s3fs-fuse
knife supermarket download s3fs-fuse
README
Dependencies
Changelog
Quality 17%

S3FS-FUSE

Provides S3FS-FUSE with optional mount monitoring via bluepill.

Usage

override_attributes(
  's3fs-fuse' => {
    :s3_key => 'key',
    :s3_secret => 'secret',
    :mounts => [
      {:bucket => 'my-bucket', :path => '/mount/path', :tmp_store => '/tmp/cache'}
    ],
    :bluepill => true,
    :maxmemory => 50
  }
)

Multiple buckets can be mounted (which is why the `:mounts` attribute is an Array
of Hashes). Bluepill monitoring is optional and the maxmemory allows bluepill
to kill off and remount any s3 mounts that misbehave.

Note: Bluepill should be considered for any s3fs built bucket that has large number
of entries within directories. Running an `ls` on these directories will cause the
mount's memory to balloon. Bluepill will happily watch for this (ballooning memory)
and remount the bucket.

Dependent cookbooks

rc_mon >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

v0.1.4

  • Updates for modern RHEL versions where fuse is finally reasonable

v0.1.0

  • NOTE: Breaking change - attribute naming change
  • Clean up naming generation
  • Deprecate bluepill monitoring in favor of rc_mon
  • Make s3 endpoint attribute configurable (thanks @tily)
  • Parameterize installation packages (thanks @obradovic)
  • Fix documentation typo (thanks @obradovic)

v0.0.7

  • Add support for RHEL family
  • Tighter integration with bluepill cookbook
  • Remove custom upstart
  • Remove ubuntu install fuse twiddling

Collaborator Number Metric
            

0.1.4 failed this metric

Failure: Cookbook has 1 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

FC007: Ensure recipe dependencies are reflected in cookbook metadata: s3fs-fuse/recipes/bluepill.rb:1
FC022: Resource condition within loop may not behave as expected: s3fs-fuse/recipes/default.rb:12
FC022: Resource condition within loop may not behave as expected: s3fs-fuse/recipes/default.rb:27
FC034: Unused template variables: s3fs-fuse/templates/default/passwd-s3fs.erb:1
FC043: Prefer new notification syntax: s3fs-fuse/recipes/bluepill.rb:24
FC052: Metadata uses the deprecated "suggests" keyword: s3fs-fuse/metadata.rb:9
FC064: Ensure issues_url is set in metadata: s3fs-fuse/metadata.rb:1
FC065: Ensure source_url is set in metadata: s3fs-fuse/metadata.rb:1
FC066: Ensure chef_version is set in metadata: s3fs-fuse/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: s3fs-fuse/metadata.rb:1
FC069: Ensure standardized license defined in metadata: s3fs-fuse/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