-
-
Save shankscoder/6d3ff44596e83e2822d70c78890834f2 to your computer and use it in GitHub Desktop.
GlusterFS Rancher Compose sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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