-
Notifications
You must be signed in to change notification settings - Fork 3
/
cases.html
178 lines (166 loc) · 7.62 KB
/
cases.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
<!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>
<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 href="features.html">Features</a>
</li>
<li class="page-scroll">
<a class="active" 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="row">
<div class="col-md-6">
<div class="banner-info dark margin-bottom-10">
<br>
<br>
<h2>Openness and Extensibility</h2>
<div class="overflow-h">
<p style="text-align:justify; text-justify:auto;">While implementing Open Baton we have
followed as much as possible the ETSI NFV MANO specification keeping in mind as first
requirement the extensibility of the framework. For this reason, Open Baton
provides several mechanisms for being extended at every level in order to interoperate with
heterogeneous network functions and cloud infrastructures.</p>
</div>
</div>
</div>
<div class="col-md-6">
<img width="60%" src="resources/images/openbaton4.png" alt="">
</div>
</div>
</div>
</div>
<div class="aboutSection bgwhite">
<div class="container">
<div class="row">
<div class="col-md-6">
<br>
<img width="70%" src="resources/images/openbaton2.png" alt="">
</div>
<div class="col-md-6">
<div class="banner-info dark margin-bottom-10">
<h2>VNFM Interoperability Mechanisms</h2>
<div class="overflow-h">
<p style="text-align:justify; text-justify:auto;">
Open Baton supports several VNFM and VIM solutions. It provides a generic Virtual Network Function
Manager (combined with its own Generic Element Management System) which can be used for
managing VNF Packages. Furthermore, it supports additional mechanisms for integrating
external VNFMs: either over a message bus using the pub/sub mechanism or using a RESTFul
API. For both scenarios a SDK is provided for easily building new VNFMs.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="aboutSection">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="banner-info dark margin-bottom-10">
<br>
<br>
<h2>Integration with a Multi-site NFV Infrastructure</h2>
<div class="overflow-h">
<p style="text-align:justify; text-justify:auto;">
Open Baton fully integrates with OpenStack as first Point of Presence (PoP). The VIM Driver
mechanism allow to integrate external heterogeneous PoPs without modification to the
orchestration logic. The provided OpenStack driver uses the OpenStack APIs for requesting
virtual compute and networking resources. Following the ETSI NFV specification the OpenStack
API is just one of the VIM interfaces implementation.
</div>
</div>
</div>
<div class="col-md-6">
<img width="60%" src="resources/images/openbaton3.png" alt="">
</div>
</div>
</div>
</div>
<div class="aboutSection bgwhite">
<div class="container">
<div class="row">
<div class="col-md-6">
<br>
<img width="40%" src="resources/images/openimscore-logo.gif" alt="">
</div>
<div class="col-md-6">
<div class="banner-info dark margin-bottom-10">
<h2>Virtual IMS to Get Started Immediately</h2>
<div class="overflow-h">
<p style="text-align:justify; text-justify:auto;">
Open Baton supports several VNFs. In order to get started immediately,
you can play with the <a
class="ornageColor" href="http://openimscore.org/">OpenIMSCore</a> and <a
class="ornageColor" href="http://www.projectclearwater.org/">Clearwater IMS</a> VNFs already provided via the Marketplace.
With few steps you should be able to deploy a complete IMS Network Service on top of OpenStack.
Please check also our <a
class="ornageColor" href="http://openbaton.github.io/documentation/tutorial/">tutorial</a>
section on the documentation website for additional use cases.
</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>