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

gce_gcsfuse (2) Versions 0.2.0

Installs and configures gcsfuse

Policyfile
Berkshelf
Knife
cookbook 'gce_gcsfuse', '~> 0.2.0', :supermarket
cookbook 'gce_gcsfuse', '~> 0.2.0'
knife supermarket install gce_gcsfuse
knife supermarket download gce_gcsfuse
README
Dependencies
Quality 17%

gce_gcsfuse

Installs and configures the Google GCS FUSE daemon for use with Google Compute Engine (GCE) instances that require block-filesystem style access to a Google Compute Storage bucket.

See https://github.com/GoogleCloudPlatform/gcsfuse for more information on gcsfuse.

Dependencies

This cookbook requires runit for the Runit service configuration. It only supports Runit as a service provider at the moment.

Attributes

  • default['gce_gcsfuse']['service'] Service provider to use to run cloud_sql_proxy. Defaults to runit
  • default['gce_gcsfuse']['user'] User to run the gcsfuse daemon as. All files on the FUSE filesystem will be presented as owned by this user. See https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/semantics.md#permissions-and-ownership for more information. Defaults to nobody
  • default['gce_gcsfuse']['group'] Group to run the gcsfuse daemon as. See above. Defaults to nogroup
  • default['gce_gcsfuse']['mountdir'] Directory to mount the FUSE filesystem on. Defaults to /gcsfuse
  • default['gce_gcsfuse']['bucket'] GCS bucket to mount. This must be a bucket that your instance can access. Defaults to my-bucket
  • default['gce_gcsfuse']['allow_other'] Add the allow_other option to the FUSE mount options. Defaults to false

Recipes

default

Runs both gce_gcsfuse::install and gce_gcsfuse::service

install

Installs the gcsfuse package and ensures that the mountpoint is created and configured correctly.

service

Creates and configures a service to run gcsfuse with the correct parameters.

Currently only Runit is supported as a service provider.

Prerequisites

In order for gcsfuse to work correctly you must have enabled the Cloud Storage API for your project, and the instance must have the Cloud Storage scope defined.

License and Authors

Authors: Kristian Van Der Vliet vanders@liqwyd.com

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

Dependent cookbooks

apt >= 0.0.0
runit >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.2.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.2.0 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.2.0 failed this metric

FC064: Ensure issues_url is set in metadata: gce_gcsfuse/metadata.rb:1
FC066: Ensure chef_version is set in metadata: gce_gcsfuse/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: gce_gcsfuse/metadata.rb:1
FC069: Ensure standardized license defined in metadata: gce_gcsfuse/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.0 passed this metric

Testing File Metric
            

0.2.0 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.2.0 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