forked from SiryjVyiko/gluster_cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.jps
32 lines (29 loc) · 4.31 KB
/
main.jps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
type: install
version: 1.5
id: gluster_cluster
baseUrl: https://raw.githubusercontent.com/SiryjVyiko/gluster_cluster/master
description:
short: GlusterFS Cluster (Beta)
name: GlusterFS Cluster
targetRegions:
type: vz7
settings:
main:
fields:
- name: replicatedPath
caption: Path to
type: string
- type: spinner
name: nodes
caption: N of nodes
min: 2
max: 5
default: 2
nodes:
nodeType: storage
nodeGroup: storage
count: ${settings.nodes}
cloudlets: 8
env:
ON_ENV_INSTALL: ${baseUrl}/replication-logic.jps?_r=${fn.random}
REPLICATED_DIRECTORY: ${settings.replicatedPath}