-
Notifications
You must be signed in to change notification settings - Fork 4
/
Subutai.json
40 lines (40 loc) · 937 Bytes
/
Subutai.json
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
33
34
35
36
37
38
39
40
{
"name": "p2p-integration-test",
"description": "Integration test for P2P",
"version": "1.0.0",
"author": "www.crioto.com",
"containers": [
{
"hostname": "peer1",
"template": "debian-stretch",
"peer-criteria": "TESTING1",
"size": "TINY"
},
{
"hostname": "peer2",
"template": "debian-stretch",
"peer-criteria": "TESTING2",
"size": "TINY"
},
{
"hostname": "peer3",
"template": "debian-stretch",
"peer-criteria": "TESTING3",
"size": "TINY"
}
],
"peer-criteria": [
{
"name": "TESTING1",
"max-price": "25"
},
{
"name": "TESTING2",
"max-price": "25"
},
{
"name": "TESTING3",
"max-price": "25"
}
]
}