-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
50 lines (44 loc) · 2.43 KB
/
manifest.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
41
42
43
44
45
46
47
48
49
50
{
"applicationName": "Phenomenal VRE 2.0-Cerebellin-20181206",
"contactEmail": "email@phenomenal.cloud",
"about": "Phenomenal Virtual Research Environment",
"version": "v2018.02-Cerebellin-20181206",
"cloudProviders": [
{ "cloudProvider": "AWS", "path": "cloud_portal/aws", "inputs": [ "aws_access_key_id",
"aws_secret_access_key",
"aws_region",
"availability_zone",
"master_instance_type",
"node_instance_type",
"edge_instance_typ"
]
},
{ "cloudProvider": "OSTACK", "path": "cloud_portal/ostack", "inputs": [ "floating_ip_pool",
"external_network_uuid",
"master_flavor",
"node_flavor",
"edge_flavor"
]
},
{ "cloudProvider": "GCP", "path": "cloud_portal/gcp", "inputs": [ "gce_credentials_file",
"gce_project",
"gce_zone",
"master_flavor",
"node_flavor",
"edge_flavor"
]
}
],
"inputs": [ "cluster_prefix",
"node_count",
"edge_count",
"cf_mail",
"cf_token",
"cf_zone",
"galaxy_admin_password",
"galaxy_admin_email",
"jupyter_password"
],
"outputs": [],
"volumes": []
}