-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsample.static.yaml
204 lines (185 loc) · 5.74 KB
/
sample.static.yaml
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
---
site:
# Your site name, as in GODCB (if omitted or set to None, this value is
# retreived from /etc/glite-info-static/site/site.cfg )
#name: SITE_NAME
# Site url
url: http://site.url.example.org/
# Production level
production_level: production
# Two digit country code
country: ES
# Site Longitude
longitude: 0.0
# Site Latitude
latitude: 0.0
# Your affiliated NGI
ngi: NGI_FOO
# Contact email
general_contact: [email protected]
# User support email
user_support_contact: [email protected]
# Sysadmin contact email
sysadmin_contact: [email protected]
# Security contacts email email
security_contact: [email protected]
# User support email
bdii_host: site.bdii.example.org
# User support email
bdii_port: 2170
compute:
# Total number of cores available
total_cores: 0
# Total RAM available (GB)
total_ram: 0
max_dedicated_ram: 0
min_dedicated_ram: 0
# accelerators_virt_type should be type:virt
# type can be GPU, FPGA, MIC...
# virt can be vgpu, hardware, emulation, paravirtualization...
# accelerators_virt_type: UNKNOWN
total_accelerators: 0
# Site-wide default for max_accelerators
# can be configured at a share level
max_accelerators: 0
min_accelerators: 0
# Uncomment to configure Network virtualization type
# Can be: none, vswithc, ebtables, vlan, firewall
# network_virt_type: UNKNOWN
# Uncomment to configure CPU virtualization type
# Can be: emulation, paravirtualization, hardware
# cpu_virt_type: UNKNOWN
# Hypervisor name (e.g. KVM, Xen, etc.)
hypervisor: Foo Hypervisor
# Hypervisor version
hypervisor_version: "0.42"
# Supported images' virtual disk format: qcow2, raw, vmdk,...
# virtual_disk_formats:
# - 'qcow2'
# Service Production level (testing, candidate, production...)
service_production_level: production
# Service capabilities
capabilities:
# dynamically deploying a virtual machine image
- executionmanagement.dynamicvmdeploy
# srecording, reporting, and analyzing the usage of resources
- security.accounting
# Automatic failover to another host
failover: false
# Migration to another host without downtime
live_migration: false
# Backup and restoration of VMs
vm_backup_restore: false
quotas:
# Default values for quotas
defaults:
instances: 10
endpoints:
defaults:
# Default endpoint API type
api_type: OCCI
api_endpoint_technology: webservice
api_authn_method: X509-VOMS
# Defaults for native endpoint
middleware_version: Liberty
middleware: OpenStack
middleware_developer: OpenStack
api_version: v2
# Defaults for OCCI endpoint
occi_api_version: "1.1"
occi_middleware_version: 0.3.2
production_level: unknown
https://cloud-service01.example.org:8787:
endpoint_url: https://cloud-service01.example.org:8787
https://cloud-service02.example.org:8787:
endpoint_url: https://cloud-service02.example.org:8787
api_authn_method: X509
production_level: testing
https://cloud-service03.example.org:8787:
endpoint_url: https://cloud-service03.example.org:8787
api_authn_method: User/Password
shares:
ops:
# Default SLA is "UNKNOWN"
#sla: UNKNOWN
# Type of network: infiniband, gigabiteethernet...
# default is UNKNOWN
#network_info: UNKNOWN
# Default network type: none, public, public_only, private, private_only
default_network_type: private
# Public Network name
public_network_name: PUBLIC
fedcloud.egi.eu:
sla: https://egi.eu/sla/fedcloud
# Type of network: infiniband, gigabiteethernet...
network_info: UNKNOWN
membership:
# If you are not using the default 'VO:name of the VO'
# add here the specific roles/VOs allowed, e.g.:
- VOMS:/fedcloud.egi.eu/Role=VMOperators
# Default network type: none, public, public_only, private, private_only
default_network_type: public
# Public Network name
public_network_name: PUBLIC
training.egi.eu:
project: training
sla: https://egi.eu/sla/training
# Type of network: infiniband, gigabiteethernet...
network_info: UNKNOWN
# Default network type: none, public, public_only, private, private_only
default_network_type: public
# Public Network name
public_network_name: PUBLIC
templates:
defaults:
platform: amd64
network: public
# Inbound connection true Or false
network_in: undefined
# Outbound connection true or true
network_out: true
resource_tpl#small:
memory: 1024
cpu: 1
resource_tpl#medium:
memory: 4096
cpu: 2
resource_tpl#large:
memory: 8196
cpu: 4
resource_tpl#extra_large:
memory: 16384
cpu: 8
images:
defaults:
platform: amd64
os_tpl#foobarid:
name: Foo Image
version: 1.0
marketplace_id: http://url.to.marketplace.id.example.org/foo/bar
os_family: linux
os_name: Cirros
os_version: 1.0
storage:
total_storage: 0
# Middleware used (e.g. OpenNebula, CloudStack, OpenStack, etc)
middleware: A Middleware
# Middleware version
middleware_version: v1.0
# Middleware developer
middleware_developer: Middleware Developer
# Service Production level (testing, candidate, production...)
service_production_level: production
#Service capabilities
capabilities:
- cloud.data.upload
endpoints:
defaults:
api_type: CDMI
api_version: 1.0.1
api_endpoint_technology: REST
api_authn_method: X509-VOMS
production_level: production
https://storage-service01.example.org:8080:
https://storage-service02.example.org:8080:
production_level: testing