Skip to content

Instantly share code, notes, and snippets.

@prein
Last active October 10, 2017 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prein/fc87e1696acfa47a42ab24f0f2cd4b74 to your computer and use it in GitHub Desktop.
Save prein/fc87e1696acfa47a42ab24f0f2cd4b74 to your computer and use it in GitHub Desktop.
rexray config chef template for s3 and minio or ceph
libstorage:
service: s3fs
integration:
volume:
operations:
mount:
rootPath: /
preempt: true
remove:
force: true
s3fs:
accessKey: <%= @access_key %>
secretKey: <%= @secret_key %>
endpoint: <%= @options['endpoint'] %>
disablePathStyle: false
options:
- url=<%= @options['endpoint'] %>
- use_path_request_style
- allow_other
- nonempty
- sigv2
linux:
volume:
rootPath: /var/lib/rexray/volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment