-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
261 lines (241 loc) · 12.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en" class="ie8">
<html lang="en" class="ie9">
<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="http://openbaton.org"><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 class="active" href="index.html">Home</a>
</li>
<li class="page-scroll">
<a 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="slider text-center text-white">
<h2 class="text-uppercase headingslider">Open Baton</h2>
<p class="slidersubheading text-white">
An extensible and customizable NFV MANO-compliant framework
</p>
<div>
<hr style="width: 80px;" class="text-center">
</div>
<a class="btn btntrnsparent btnstyled btn-default text-white font-normal" href="documentation/nfvo-installation" role="button">Get Started Now</a>
<a class="btn btn-default text-white backgroundorange backgroundimgNone btnstyled borderOrange" href="index.html#about" role="button">Learn More</a>
</div>
<div class="platformdiv content-sm">
<div id="platform">
<h2 style="display: inline;vertical-align: middle;color: #555;">Install on </h2>
<a id="linux" href="documentation/nfvo-installation-deb/"><img src="resources/images/linux.png" alt=""></a>
<a href="documentation/nfvo-installation-deb/"><img src="resources/images/ubuntu.png" alt=""></a>
<a href="documentation/nfvo-installation-mac/"><img src="resources/images/apple.png" alt=""></a>
<a href="documentation/nfvo-installation-docker/"><img src="resources/images/docker.png" alt=""></a>
<a href="documentation/nfvo-installation-vagrant/"><img src="resources/images/vagrant.png" alt=""></a>
</div>
</div>
<div class="container content-sm servicesBlock">
<div class="row">
<div id="LinkOpeness" class="col-md-4 servicesSection text-center">
<a href="cases.html">
<span class="outerCircle"><i class="rounded-x fa fa-paper-plane"></i></span>
<h1 class="servicesBlockHeading text-uppercase greyColor">openness</h1>
<p class="servicesBlockParagraph">Open Baton is fully compliant with the ETSI NFV MANO specification and uses TOSCA as an alternative template description language</p>
<a href="cases.html">Learn More</a>
</a>
</div>
<div id="LinkInteroperability" class="col-md-4 servicesSection text-center">
<a href="cases.html">
<span class="outerCircle"><i class="rounded-x fa fa-exchange"></i></span>
<h1 class="servicesBlockHeading text-uppercase greyColor">interoperability</h1>
<p class="servicesBlockParagraph">Open Baton provides Software Development Kits (SDKs) for integrating heterogeneous Virtualized Infrastructure Managers (VIMs) and Virtual Network Function Managers (VNFMs)</p>
<a href="cases.html">Learn More</a>
</a>
</div>
<div id="LinkExtensibility" class="col-md-4 servicesSection text-center">
<a href="cases.html">
<span class="outerCircle"><i class="rounded-x fa fa-object-ungroup"></i></span>
<h1 class="servicesBlockHeading text-uppercase greyColor">extensibility</h1>
<p class="servicesBlockParagraph">Open Baton has a modular architecture that can be easily extended for supporting any kind of use
case</p>
<a href="cases.html">Learn More</a>
</a>
</div>
</div>
</div>
<div id="about" class="aboutSection">
<div class="container">
<div class="aboutHeading">
<h2>About <span class="ornageColor">Open Baton</span></h2>
</div>
<div class="row">
<div class="col-md-6">
<div class="banner-info dark margin-bottom-10">
<br>
<h3>Open Baton is a an extensible and customizable NFV MANO-compliant framework</h3>
<div class="overflow-h">
<p style="text-align:justify; text-justify:auto;">Open Baton is the result of an agile design process having
as major objective the development of an extensible and customizable framework
capable of orchestrating network services across heterogeneous NFV Infrastructures.
In this current release, Open Baton significantly increased the list of
features provided.
It can manage a diverse ecosystem of Virtual Network Functions (VNFs), through its Generic
EMS and Generic VNFM, composing them runtime in any kind of network services.
It integrates with existing VNFMs via a plug-and-play model, exposing AMQP and RESTful APIs, as well
as SDKs in different programming languages (Java, Python, Go). Developing a VNFM adapter
takes minutes using the SDKs and tutorials provided.
It manages a multi-site NFVI supporting heterogeneous virtualization
and cloud technologies. Although OpenStack is the
major supported VIM, it provides a driver mechanism for supporting additional VIM types.
It supports multi-tenancy, aka network slicing, at the infrastructure level making
use of SDN technologies for ensuring isolation between multiple
network services sharing the same physical resources.
It supports runtime operations fullfilling the needs of the FCAPS model integrating
external Operational Support Services (OSS) components. For instance, it provides
autoscaling and fault management based on monitoring information coming from the the
monitoring system available at the NFVI level. <a href="documentation">Learn More</a>
</p>
</div>
</div>
<div class="margin-bottom-20"></div>
</div>
<div class="col-md-6">
<img class="img-responsive" src="resources/images/openbaton-arch-4.png" alt="">
</div>
</div>
</div>
</div>
<div class="medaiSection">
<div class="container">
<div class="text-center">
<h3 class="text-uppercase">learn more and be updated</h3>
<span class="bordered-icon">------------ <i class="fa fa-th-large"> ------------</i></span>
</div>
<div class="row">
<div class="col-md-6 paddingTB30">
<a width="100%" height="315" class="twitter-timeline" href="https://twitter.com/OpenBaton">Tweets by
OpenBaton</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-md-6 paddingTB30 text text-center">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/HKQpCjqrrcY?list=PLVaNPD_ET0FeCefZtcEw8Z-z03kby4eFg"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="container contactUs" id="contact">
<div class="text-center">
<h3 class="text-uppercase">contact us</h3>
<span class="bordered-icon">------------ <i class="fa fa-th-large"> ------------</i></span>
<br>
<br>
<br>
<div class="row">
<div class="col-sm-4">
<div class="contactSection">
<i class="rounded-x fa fa-users"></i>
<h3 class="text-uppercase">Community</h3>
<p>Subscribe to our user list to become a part of the growing community and stay updated.</p>
<a class="text-uppercase ornageColor"
href="mailto:[email protected]?subject= subscribe [email protected]">Subscribe</a>
</div>
</div>
<div class="col-sm-4">
<div class="contactSection">
<i class="rounded-x fa fa-bug"></i>
<h3 class="text-uppercase">Bug Report</h3>
<p>If you face issues or bugs in the work of Open Baton, please share them with the
community!</p>
<a class="text-uppercase ornageColor" href="mailto:[email protected]">Bug Report</a>
</div>
</div>
<div class="col-sm-4">
<div class="contactSection">
<i class="rounded-x fa fa-envelope"></i>
<h3 class="title-v3-bg text-uppercase">Other</h3>
<p>Write to us directly in case you have other questions, proposals or partnership
enquiries.</p>
<a class="text-uppercase ornageColor" href="mailto:[email protected]">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
<div class="container text-center">
<div class="headline-center-v2 headline-center-v2-dark">
<h3 class="text-uppercase">Powered By</h3>
<span class="bordered-icon">------------ <i class="fa fa-th-large"> ------------</i></span>
<br><br><br>
</div>
<ul id="partners" style="text-align: center;width: 100%;"
class="list-inline owl-carousel-v6 margin-bottom-50">
<a href="https://www.fokus.fraunhofer.de/"> <img src="resources/images/fokus.png" alt=""> </a>
<a href="http://www.av.tu-berlin.de/"><img src="resources/images/tu.png" alt=""></a>
</ul>
</div>
<div class="container text-center">
<div class="headline-center-v2 headline-center-v2-dark">
<h3 class="text-uppercase">Part of</h3>
<span class="bordered-icon">------------ <i class="fa fa-th-large"> ------------</i></span>
<br><br><br>
</div>
<ul id="consortium" style="text-align: center;width: 100%;"
class="list-inline owl-carousel-v6 margin-bottom-50">
<a href="http://www.5g-berlin.org/"><img src="resources/images/5GBerlinLogo_grau_SU_400px.png" alt=""></a>
</ul>
</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>