Commit 8f88fa88 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

update #9 and #6

parent d2f6e0f5
Loading
Loading
Loading
Loading
Loading
+52 −0
Original line number Original line Diff line number Diff line
# OpenSlice deployment examples

Here are some examples from various efforts that used OpenSlice in various cases.

## 5GinFIRE EU project(2018)

* MultiVIM approach
* 9 Testbeds
* Automotive, Smart City, eHeath, PPDR, Media, SDR, Cloud
* 22 Experiment proposals from Verticals
* 100+ Users
* VxF catalog: 
  * 150+ ONBOARDED VxFs
  * OSM TWO, FOUR, FIVE
  * 50+ are public to be reused
* NSD catalog: 
  * 90+ ONBOARDED NSDs
  * 30+ are public to be reused
  * 500+ Deployment requests (orchestrations) performed


## 5G-VINNI  EU project (2020)

* Multi-vendor challenge – Commercial and opensource
* 5G services on multiple sites
* Introduction of TMFORUM models and APIs 

## 5GASP  EU project (2021-2024)

* Support a multi-site CI/CD testing automated DevOps cycle for network Applications
* Multiple NFVOs
* Introducing Service Test models
* Introducing the Product models for a network application marketplace

## FIDAL EU project (2023-)

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

## ACROSS EU project (2023-)

* Used as a cross-domain orchestrator
* Support the multi-domain orchestrator
* Support Zero-touch provisioning concepts

## INCODE EU project (2023-)

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

## ETSI ZSM PoC #2

* Automated Network Slice Scaling in Multi-Site Environments

doc/etsi_osl.md

0 → 100644
+3 −0
Original line number Original line Diff line number Diff line
# 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

doc/history.md

0 → 100644
+22 −0
Original line number Original line Diff line number Diff line
## 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
* OpenSlice has been a part of OSM's OSS/BSS ecosystem
* OpenSlice is now an ETSI SDG Group since 2023


## Citation

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},
      year={2021},
      eprint={2102.03290},
      archivePrefix={arXiv},
      primaryClass={cs.NI}
}
 No newline at end of file
+7 −25
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@ In general an E2E service orchestration workflow includes the following phases:


### OpenSlice for Service Providers
### OpenSlice for Service Providers


OpenSlice is used by Service Provider to design Network Services, expose them in Service Catalogues and make them available for Service Order. OpenSlice then can perform the E2E service orchestration workflow.
OpenSlice is used by Service Providers to design Network Services, expose them in Service Catalogues and make them available for Service Orders. OpenSlice then can perform the E2E service orchestration workflow.


There are various portals offering UI friendly access to users acting as Service Providers:
There are various portals offering UI friendly access to users acting as Service Providers:


@@ -66,13 +66,6 @@ There are various portals offering UI friendly access to users acting as Service






# What's next


See [Deployment](deployment.md) of OpenSlice

See [Architecture](./architecture/architecture.md) of OpenSlice

## Live Demo
## Live Demo


Check a live demo of OpenSlice in the following pages:
Check a live demo of OpenSlice in the following pages:
@@ -83,30 +76,19 @@ Check a live demo of OpenSlice in the following pages:
* OpenSlice Service Catalogs and ordering: <http://portal.openslice.io/services/>
* OpenSlice Service Catalogs and ordering: <http://portal.openslice.io/services/>
* OpenSlice NFV Services onboarding: <http://portal.openslice.io/nfvportal>
* OpenSlice NFV Services onboarding: <http://portal.openslice.io/nfvportal>
>
>
> 


# What's next


Installing OpenSlice. See the [Deployment](deployment.md) of OpenSlice


## History
Lear more on [how OpenSlice supports Network as a Service(NaaS)](./naas/introduction.md)

* 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
* OpenSlice has been a part of OSM's OSS/BSS ecosystem
* OpenSlice is now an ETSI SDG Group since 2023


Who is implementing OpenSlice? See [OSL ETSI SDG](https://osl.etsi.org/)


## Citation
How OpenSlice works? See the [Architecture](./architecture/architecture.md) of OpenSlice


Please cite our [![paper]](https://arxiv.org/abs/2102.03290) if you use Openslice


```


@misc{tranoris2021openslice,
      title={Openslice: An opensource OSS for Delivering Network Slice as a Service}, 
      author={Christos Tranoris},
      year={2021},
      eprint={2102.03290},
      archivePrefix={arXiv},
      primaryClass={cs.NI}
}


```
```
 No newline at end of file
+0 −0

Empty file added.

Loading