Skip to content
Snippets Groups Projects
Commit 2651834d authored by Christos Tranoris's avatar Christos Tranoris
Browse files

draft structure

parent ae64230c
No related branches found
No related tags found
1 merge request!11Merging "develop" documentation into "main" to tag it as 2024Q2
Pipeline #6969 failed
......@@ -2,25 +2,7 @@
This section is meant to guide the user through the installation of OpenSlice.
## Hardware requirements
The complete environment consists of microservices deployed as docker containers. Portainer is also installed to monitor them at port 9000.
If you would like to operate all APIs, OSOM, the Mysql Server, nginx, etc then you need at least:
| **Minimum Hardware Requirements** | **Recomended Hardware Requirements** |
| --------------------------------- | ------------------------------------ |
| 4 CPU cores | 8 CPU cores |
| 8 GB RAM | 16 GB RAM |
| 20 GB storage | 40 GB storage |
(NOTE: Bugzilla or ELK are not included and we assume they run elsewhere)
However, you may try the front facing services of OpenSlice with a minimum installation on a VM on a laptop with:
- 2 cores
- 4GB of RAM
## Intended Audience: OpenSlice administrators
Following, you may thorough guides depending on the installation type of your choice:
......
# OpenSlice Deployment Guide with Docker Compose
## Intended Audience: OpenSlice administrators
## Requirements
### Hardware requirements:
......
# OpenSlice Deployment Guide with Kubernetes
## Intended Audience: OpenSlice administrators
This is WIP.
Please refer to this [guide](https://labs.etsi.org/rep/osl/code/org.etsi.osl.main/-/blob/2024Q2_RC/kubernetes/helm/README.md).
\ No newline at end of file
......@@ -90,8 +90,8 @@ Check a live demo of OpenSlice in the following pages:
* 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 off OSM's OSS/BSS ecosystem
* OpenSlice is now an ETSI SDG Gropup since 2023
* OpenSlice has been a part of OSM's OSS/BSS ecosystem
* OpenSlice is now an ETSI SDG Group since 2023
## Citation
......
OpenSlice management cluster
OpenSlice administrator
Service Designer
\ No newline at end of file
......@@ -76,13 +76,19 @@ nav:
- Introduction: deployment.md
- Docker Compose: deploymentCompose.md
- Kubernetes: deploymentK8s.md
- NFV Orchestrator Configuration: nfvoconfig.md
- Service Catalogs: catalogs.md
- NFV Catalogs: nfvcatalogs.md
- LCM Rules: lcm.md
- Consuming Services From External OSS: ./architecture/consumingServicesFromExternalPartners.md
- Service Inventory: service_inventory.md
- Alarms and Actions: alarms_actions.md
- Configuration: config_intro.md
- NFV Orchestrator Configuration: nfvoconfig.md
- Service design:
- Introduction: service_design_intro.md
- Service Catalogs: catalogs.md
- NFV Catalogs: nfvcatalogs.md
- LCM Rules: lcm.md
- Service Ordering:
- Service Inventory: service_inventory.md
- OpenSlice management:
- Consuming Services From External OSS: ./architecture/consumingServicesFromExternalPartners.md
- Alarms and Actions: alarms_actions.md
- Terminology: terminology.md
- Design & Architecture:
- Architecture: ./architecture/architecture.md
- Message bus: ./architecture/messagebus.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment