cookbook 'gce_gcsfuse', '= 0.1.0'
gce_gcsfuse (2) Versions 0.1.0 Follow0
Installs and configures gcsfuse
cookbook 'gce_gcsfuse', '= 0.1.0', :supermarket
knife supermarket install gce_gcsfuse
knife supermarket download gce_gcsfuse
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 runcloud_sql_proxy
. Defaults torunit
-
default['gce_gcsfuse']['user']
User to run thegcsfuse
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 tonobody
-
default['gce_gcsfuse']['group']
Group to run thegcsfuse
daemon as. See above. Defaults tonogroup
-
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 tomy-bucket
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.
Foodcritic Metric
0.1.0 passed this metric
0.1.0 passed this metric