-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsample.opennebularocci.yaml
146 lines (138 loc) · 4.78 KB
/
sample.opennebularocci.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
---
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
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.0.0
# 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:
# Default values for the endpoints. We will
# produce entries for two kind of endpoints if they
# are in the catalog: occi and native (OpenNebula). So as to
# specify a version, set the options below.
defaults:
# Middleware used (e.g. OpenNebula, CloudStack, OpenStack, etc)
compute_middleware: OpenNebula
# Middleware developer
compute_middleware_developer: OpenNebula Team
compute_middleware_version: 4.6
# Should be retrieved automatically by the provider
# compute_api_version: v2
# occi_middleware_version: 0.3.2
# occi_api_version: 1.1
api_endpoint_technology: webservice
api_authn_method: User/Password
production_level: production
https://cloud-service01.example.org:11443:
endpoint_url: https://cloud-service01.example.org:11443
api_type: OCCI
api_version: 1.2
api_endpoint_technology: REST
https://cloud-service02.example.org:9869:
endpoint_url: https://cloud-service02.example.org:9869
api_type: Sunstone GUI
api_version: 4.6
shares:
ops:
auth:
group: ops
sla: UNKNOWN
# 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
membership:
- VO:ops
fedcloud.egi.eu:
auth:
group: fedcloud
sla: https://egi.eu/sla/fedcloud
# 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
membership:
- VOMS:/fedcloud.egi.eu/Role=VMOperators
training.egi.eu:
auth:
group: 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
membership:
- VO:training.egi.eu
# Templates are retreived automatically from rOCCI-server
templates:
defaults:
platform: amd64
network: public
# Inbound connection true Or false
network_in: undefined
# Outbound connection true or true
network_out: true
# Uncomment the line above if you want to override the schema
# present in the template_dir
#schema: resource_tpl
# Images are retreived automatically by the endpoint
images:
defaults:
# Set to False or comment the line below if you want to show
# all the images installed in the site (also snapshots). Otherwise
# only images with a valid marketplace ID (set by the marketplace
# custom property) are shown
require_marketplace_id: true
platform: amd64
schema: http://schemas.cloud-service01.example.org/occi/infrastructure/os_tpl