-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
96 lines (94 loc) · 2.07 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"applicationName": "Phenomenal VRE 2.0-Cerebellin-20190625",
"contactEmail": "email@phenomenal.cloud",
"about": "Phenomenal Virtual Research Environment",
"version": "v2018.02-Cerebellin-20190625",
"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",
"floating_ip_pool",
"external_network_uuid",
"private_network_name",
"use_floating_IPs",
"dns_nameservers",
"master_as_edge",
"master_flavor",
"master_flavor_id",
"node_count",
"node_flavor",
"node_flavor_id",
"edge_count",
"edge_flavor",
"edge_flavor_id",
"glusternode_flavor",
"glusternode_count",
"glusternode_extra_disk_size",
"use_cloudflare",
"cloudflare_email",
"cloudflare_token",
"cloudflare_domain",
"cf_mail",
"cf_token",
"cf_zone",
"preset",
"preconfigured",
"phenomenal_pvc_size",
"galaxy_admin_email",
"galaxy_admin_password",
"jupyter_password",
"dashboard_username",
"dashboard_password",
"aws_access_key_id",
"aws_secret_access_key",
"aws_region",
"availability_zone",
"master_instance_type",
"node_instance_type",
"edge_instance_type",
"glusternode_instance_type",
"gce_credentials_file",
"gce_project",
"gce_zone"
],
"outputs": [
],
"volumes": [
]
}