-
Notifications
You must be signed in to change notification settings - Fork 3
/
features.html
293 lines (273 loc) · 14.5 KB
/
features.html
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en">
<head>
<title>Open Baton: an open source reference implementation of the ETSI Network Function Virtualization MANO
specification</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<script src="resources/w3.js"></script>
<link rel='stylesheet' type='text/css'
href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin'>
<link rel="stylesheet" href="resources/styles.css">
</head>
<body class="imprintFontsize">
<nav class="navbar navbar-default navbar-fixed-top one-edge-shadow">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#top-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="index.html"><img src="resources/images/logo1-default.png" class="img-responsive"
title="openbaton" alt="openbaton"/></a>
</div>
<div class="collapse navbar-collapse" id="top-nav">
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll">
<a href="index.html">Home</a>
</li>
<li class="page-scroll">
<a class="active" href="features.html">Features</a>
</li>
<li class="page-scroll">
<a href="cases.html">Use Cases</a>
</li>
<li class="page-scroll">
<a href="documentation/">Documentation</a>
</li>
<li class="page-scroll">
<a href="index.html#contact">Contact</a>
</li>
<li class="page-scroll">
<a href="http://marketplace.openbaton.org">Marketplace</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="aboutSection">
<div class="container">
<div class="aboutHeading">
<h2>OPEN BATON <span class="ornageColor">Architecture</span></h2>
<p>Open Baton includes a consistent set of features enabling the deployment of VNFs on top of NFV
Infrastructures, following the ETSI MANO specification.</p>
<img src="resources/images/openbaton-arch-4.png" alt="">
</div>
<div class="row">
<div class="col-sm-5">
<ul class="list-unstyled checked-list">
<li><i class="fa fa-check ornageColor"></i> A Network Function Virtualisation Orchestrator
(NFVO)completely designed and implemented following the ETSI MANO specification.<br> <a
class="ornageColor" href="http://openbaton.github.io/documentation/">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i> A Generic Virtual Network Function Manager (VNFM) and Generic
Element Management System (EMS) able to manage the lifecycle of VNFs based on their descriptors.<br><a
class="ornageColor"
href="http://openbaton.github.io/documentation/vnfm-generic/">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i> A Juju VNFM Adapter in order to deploy Juju Charms
or Open Baton VNF Packages using the Juju VNFM. <br> <a
class="ornageColor"
href="http://openbaton.github.io/documentation/vnfm-generic/">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i> A driver mechanism supporting different type of VIMs
without having to re-write anything in the orchestration logic.<br> <a
class="ornageColor" href="http://openbaton.github.io/documentation/vim-driver/">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i> A powerful event engine based on a pub/sub mechanism
for the dispatching of the lifecycle events execution.<br> <a
class="ornageColor" href="http://openbaton.github.io/documentation/how-to-register-event/">Read more
here</a></li>
</ul>
</div>
<div class="col-sm-5 col-sm-offset-1">
<ul class="list-unstyled checked-list">
<li><i class="fa fa-check ornageColor"></i> An Autoscaling Engine which can be used for
automatic runtime management of the scaling operation operations of your VNFs.<br> <a
class="ornageColor" href="http://openbaton.github.io/documentation/autoscaling/">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i> A Fault Management System which can be used for
automatic runtime management of faults which may occur at any level.<br> <a
class="ornageColor" href="http://openbaton.github.io/documentation/fault-management">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i>A network slicing engine which can be used to ensure a specific QoS for your NS.<br><a class="ornageColor"
href="http://openbaton.github.io/documentation/network-slicing/">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i>A monitoring plugin integrating Zabbix as monitoring system.
<br><a class="ornageColor" href="http://openbaton.github.io/documentation/zabbix-plugin/">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i> A Marketplace useful for downloading VNFs compatible with the Open Baton NFVO and VNFMs. <br><a
class="ornageColor" href="http://openbaton.github.io/documentation/marketplace">Read more
here</a></li>
<li><i class="fa fa-check ornageColor"></i> A set of libraries (in Java, Go, and Python) which
could be used for building your own VNFM adapter and VIM driver.<br> <a class="ornageColor"
href="http://openbaton.github.io/documentation/openbaton-libs">
Read more here</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="aboutSection bgwhite">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="headline-left margin-bottom-20">
<h2>Generic VNFM and Generic EMS</h2>
<p style="text-align:justify; text-justify:auto;">The Generic VNFM provides a generic mechanism
for managing VNFs. It is tightly coupled with the Open Baton EMS deployed as an agent in the
instantiated VNF Components. The Generic VNFM can execute the following operations:
</p>
<div class="row">
<div class="col-md-7">
<div>
<div class="overflow-h">
<ul class="list-unstyled">
<li><i class="fa fa-check ornageColor"></i> Request to the NFVO the allocation of specific
resources for the virtual network instance (using a granting mechanism, read more <a
class="ornageColor"
href="http://openbaton.github.io/documentation/vnfm-generic/">here</a>)
</li>
<li><i class="fa fa-check ornageColor"></i> Can request from the NFVO the instantiation,
modification, starting and stopping of the virtual services (or directly to the VIM)
</li>
<li><i class="fa fa-check ornageColor"></i> Instructs the generic Open Baton EMS to save and
to execute specific configuration scripts within the virtual machine instances
</li>
<li><i class="fa fa-check ornageColor"></i> The Generic VNFM can be easily extended to
support the management of third party VNFs
</li>
</ul>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<img width="70%" src="resources/images/feature2.png" alt="">
</div>
</div>
</div>
</div>
<div class="aboutSection">
<div class="container">
<div class="row">
<div class="col-md-6">
<img width="70%" src="resources/images/openbaton3.png" alt="">
</div>
<div class="col-md-6">
<div>
<br>
<br>
<h2>Openstack as Main PoP</h2>
<div class="overflow-h">
<p style="text-align:justify; text-justify:auto;">
Open Baton integrates via Plugins to different VIM. By default an OpenStack plugin is
provided for:
</p>
<ul class="list-unstyled">
<li><i class="fa fa-check ornageColor"></i> Creating virtual networks based on the
requirements provided in the VNFDs
</li>
<li><i class="fa fa-check ornageColor"></i> Managing virtual machines images</li>
<li><i class="fa fa-check ornageColor"></i> Creating virtual machines used for hosting the
VNFCs
</li>
<li><i class="fa fa-check ornageColor"></i> The Generic VNFM can be easily extended to
support the management of third party VNFs
</li>
<p>The quota information provided by the VIM are used for reserving the resources required
by each network service</p>
</ul>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="aboutSection bgwhite">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="headline-left margin-bottom-20">
<h2>Supporting External VNFMs</h2>
<p>Albeit, Open Baton offers a generic VNFM which can be used for different scenarios, it provides
also a set of mechanisms which enable the support of external VNFMs. This can be done in the
following ways:</p>
</div>
<div class="row">
<div class="col-sm-12">
<ul class="list-unstyled checked-list">
<li><i class="fa fa-check ornageColor"></i> Publish/Subscribe mechanism using a message
queue based on AMQP
</li>
<li><i class="fa fa-check ornageColor"></i> REST APIs</li>
</ul>
</div>
</div>
</div>
<div class="col-md-5">
<img width="70%" src="resources/images/feature3.png" alt="">
</div>
</div>
</div>
</div>
<div class="aboutSection">
<div class="container">
<div class="row">
<div class="col-md-6">
<img width="70%" src="resources/images/feature5.png" alt="">
</div>
<div class="col-md-6">
<div>
<br>
<br>
<h2>Dashboard</h2>
<div class="overflow-h">
<p style="text-align:justify; text-justify:auto;">
Open Baton includes a user-user friendly dashboard which enables the management of the
complete environment including:
</p>
<ul class="list-unstyled">
<li><i class="fa fa-check ornageColor"></i> The control of the infrastructure enabling the
easy understanding and modification of the dynamic registered NFV PoPs
</li>
<li><i class="fa fa-check ornageColor"></i> The management of the deployed network services
– their creation and the overview of the deployed services
</li>
</ul>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<div w3-include-html="footer.html"></div>
<script>
w3.includeHTML();
</script>
<!-- jQuery -->
<script src="resources/jquery-3.2.1.min.js"></script>
<script src="resources/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<script src="resources/scripts.js"></script>
<script>
$(document).ready(function () {
$(window).scroll(function () {
// Using toggleClass
$(".navbar-default").toggleClass("navbar-shrink", $(this).scrollTop() > 50)
});
});
</script>
</body>
</html>