Commit cb1e130f authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Documentation housekeeping

parent 910429ee
Loading
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Here are some examples from past and current efforts that use OpenSlice in vario

* MultiVIM approach
* 9 Testbeds
* Automotive, Smart City, eHeath, PPDR, Media, SDR, Cloud
* Automotive, Smart City, eHeath, PPDR, Media, SDR, Cloud
* 22 Experiment proposals from Verticals
* 100+ Users
* VxF catalog: 
@@ -19,7 +19,7 @@ Here are some examples from past and current efforts that use OpenSlice in vario
  * 500+ Deployment requests (orchestrations) performed


[![OpenSlice  usage](./images/deployment_example/Slide1.PNG)
![OpenSlice  usage](./images/deployment_example/Slide1.PNG)

## 5G-VINNI  EU project (2020)

@@ -27,7 +27,7 @@ Here are some examples from past and current efforts that use OpenSlice in vario
* 5G services on multiple sites
* Introduction of TMFORUM models and APIs 

[![OpenSlice  usage](./images/deployment_example/Slide2.PNG)
![OpenSlice  usage](./images/deployment_example/Slide2.PNG)

## 5GASP  EU project (2021-2024)

@@ -36,14 +36,14 @@ Here are some examples from past and current efforts that use OpenSlice in vario
* Introducing Service Test models
* Introducing the Product models for a network application marketplace

[![OpenSlice  usage](./images/deployment_example/Slide3.PNG)
![OpenSlice  usage](./images/deployment_example/Slide3.PNG)

## FIDAL EU project (2023-)

* Support multi-site automated testing
* Multiple testbeds/ different APIs

[![OpenSlice  usage](./images/deployment_example/Slide4.PNG)
![OpenSlice  usage](./images/deployment_example/Slide4.PNG)

## ACROSS EU project (2023-)

@@ -52,13 +52,13 @@ Here are some examples from past and current efforts that use OpenSlice in vario
* Support Zero-touch provisioning concepts


[![OpenSlice  usage](./images/deployment_example/Slide5.PNG)
![OpenSlice  usage](./images/deployment_example/Slide5.PNG)

## INCODE EU project (2023-)

* Support the provisioning of end-to-end domain services

[![OpenSlice  usage](./images/deployment_example/Slide6.PNG)
![OpenSlice  usage](./images/deployment_example/Slide6.PNG)


## IMAGINEB5G EU project (2023-)
@@ -68,6 +68,7 @@ Here are some examples from past and current efforts that use OpenSlice in vario
## ETSI ZSM PoC #2

* Automated Network Slice Scaling in Multi-Site Environments
* [See more](https://zsmwiki.etsi.org/index.php?title=PoC_2_Automated_Network_Slice_Scaling_in_Multi-Site_Environments)


[![OpenSlice  usage](./images/deployment_example/Slide7.PNG)
![OpenSlice  usage](./images/deployment_example/Slide7.PNG)
+2 −2
Original line number Diff line number Diff line
# The ETSi SDG OSL
# The ETSI SDG OSL

OpenSlice is developed by the OSL ETSI Software Development Group [see more info](https://osl.etsi.org/)
 No newline at end of file
OpenSlice is developed by the OSL ETSI Software Development Group [see more info](https://osl.etsi.org/).
 No newline at end of file
+1 −4
Original line number Diff line number Diff line
## History
# History

* The NFV portal part of OpenSlice was initially developed in H2020 European Research project [5GinFIRE](https://5ginfire.eu) by University of Patras, Greece
* OpenSlice core services, APIs was further developed and maintained in H2020 European project [5G-VINNI](https://5g-vinni.eu/) by University of Patras, Greece
@@ -11,7 +11,6 @@
Please cite our [![paper]](https://arxiv.org/abs/2102.03290) if you use OpenSlice in your research

```

@misc{tranoris2021openslice,
      title={Openslice: An opensource OSS for Delivering Network Slice as a Service}, 
      author={Christos Tranoris},
@@ -20,6 +19,4 @@ Please cite our [![paper]](https://arxiv.org/abs/2102.03290) if you use OpenSlic
      archivePrefix={arXiv},
      primaryClass={cs.NI}
}


```
 No newline at end of file
+6 −5
Original line number Diff line number Diff line
@@ -70,17 +70,18 @@ There are various portals offering UI friendly access to users acting as Service

Check a live demo of OpenSlice in the following pages:

(username=admin, password=openslice <br> or <br>username=admin, password=changeme)

* OpenSlice demo: <http://portal.openslice.io/>
* OpenSlice Service Catalogs and ordering: <http://portal.openslice.io/services/>
* OpenSlice NFV Services onboarding: <http://portal.openslice.io/nfvportal>
>
> 

Login credentials:

* username=admin, password=openslice 
* username=admin, password=changeme

# Probe further

* Installing OpenSlice. See the [Deployment](deployment.md) of OpenSlice
* Learn more on [how OpenSlice supports Network as a Service(NaaS)](./naas/introduction
* Learn more on [how OpenSlice supports Network as a Service(NaaS)](./naas/introduction)
* Who is implementing OpenSlice? See [OSL ETSI SDG](https://osl.etsi.org/)
* How OpenSlice works? See the [Architecture](./architecture/architecture.md) of OpenSlice
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ This section describes some core concepts for Delivering Network as a Service in
In general Network as a Service (NaaS) is a  service model that allows users to consume network infrastructure and services , similar to how they would consume other cloud services like Software as a Service (SaaS) or Infrastructure as a Service (IaaS). NaaS abstracts the complexity of managing physical network infrastructure, providing users with virtualized network resources that can be dynamically allocated and managed through software.


# OpenSlice and NaaS
## OpenSlice and NaaS

OpenSlice makes extensive use of TMFORUM's models and APIs. Therefore if one is familiar with TMF APIs the terminology and ideas are the same.

Loading