Skip to content

Instantly share code, notes, and snippets.

@shankscoder
Forked from discoposse/rancher-compose.yml
Created April 26, 2016 14:24
Show Gist options
  • Select an option

  • Save shankscoder/6d3ff44596e83e2822d70c78890834f2 to your computer and use it in GitHub Desktop.

Select an option

Save shankscoder/6d3ff44596e83e2822d70c78890834f2 to your computer and use it in GitHub Desktop.
GlusterFS Rancher Compose sample
.catalog:
name: "GlusterFS"
version: "3.7.5-rancher1"
description: "Gluster FS (2x) 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: 2
metadata:
volume_name: "${VOLUME_NAME}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment