Skip to content

Instantly share code, notes, and snippets.

@discoposse
Created November 13, 2015 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save discoposse/2f7c1a24aca645a93567 to your computer and use it in GitHub Desktop.
Save discoposse/2f7c1a24aca645a93567 to your computer and use it in GitHub Desktop.
GlusterFS Rancher Compose sample
.catalog:
name: "GlusterFS"
version: "3.7.5-rancher1"
description: "Gluster FS (3x) replicated volume"
uuid: glusterfs-0
questions:
- variable: "VOLUME_NAME"
description: "Name to give the Gluster volume"
label: "Volume Name"
required: true
default: "my_vol"
type: "string"
glusterfs-server:
scale: 3
metadata:
volume_name: "${VOLUME_NAME}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment