Skip to content
Snippets Groups Projects
Commit fcb33edd authored by trantzas's avatar trantzas
Browse files

fix for #9:

- reorganizing documentation structure
parent 355a831d
No related branches found
No related tags found
1 merge request!14Resolve "Creating Release 2024Q4 documentation"
Pipeline #10912 passed
Showing
with 10 additions and 10 deletions
...@@ -57,4 +57,4 @@ The following figure shows how openslice could be used in such scenarios: ...@@ -57,4 +57,4 @@ The following figure shows how openslice could be used in such scenarios:
[![Openslice multi-domain-architecture](../getting_started/configuration/images/multi-domain-architecture.png)](../getting_started/configuration/images/multi-domain-architecture.png) [![Openslice multi-domain-architecture](../getting_started/configuration/images/multi-domain-architecture.png)](../getting_started/configuration/images/multi-domain-architecture.png)
See more [Consuming Services From External Partner Organizations](../getting_started/configuration/consumingServicesFromExternalPartners.md). See more [Consuming Services From External Partner Organizations](../getting_started/configuration/consuming_services_from_external_partners.md).
\ No newline at end of file \ No newline at end of file
File moved
# NFV Orchestrator configuration # NFV Orchestrator Configuration
> Currently we support Open Source MANO version EIGHT/NINE/TEN/ELEVEN/THIRTEEN. Later versions of OSM may also be supported by the existing configuration, as from OSM 9+ the project converged to the SOL005 interface, regarding the NBI, and SOL006 (YANG model), regarding the NFV/NS packaging. Also an implementation of a generic SOL005 interface is supported, but not extensively tested. > Currently we support Open Source MANO version EIGHT/NINE/TEN/ELEVEN/THIRTEEN. Later versions of OSM may also be supported by the existing configuration, as from OSM 9+ the project converged to the SOL005 interface, regarding the NBI, and SOL006 (YANG model), regarding the NFV/NS packaging. Also an implementation of a generic SOL005 interface is supported, but not extensively tested.
......
...@@ -547,4 +547,4 @@ appConfig.factory('APIEndPointService', function() { ...@@ -547,4 +547,4 @@ appConfig.factory('APIEndPointService', function() {
After successfully deploying and configuring OpenSlice, you may configure its environment (e.g. the NFVO) that will facilitate the deployment of NFV artifacts. After successfully deploying and configuring OpenSlice, you may configure its environment (e.g. the NFVO) that will facilitate the deployment of NFV artifacts.
See [NFV Orchestrator Configuration](./nfvoconfig.md). See [NFV Orchestrator Configuration](../configuration/nfvo_config.md).
...@@ -6,6 +6,6 @@ This section is meant to guide the user through the installation of OpenSlice. ...@@ -6,6 +6,6 @@ This section is meant to guide the user through the installation of OpenSlice.
Following, you may thorough guides depending on the installation type of your choice: Following, you may thorough guides depending on the installation type of your choice:
- [Installing via Docker Compose guide](./deploymentCompose.md) - [Installing via Docker Compose guide](./docker_compose.md)
- [Installing via Kubernetes guide](./deploymentK8s.md) - [Installing via Kubernetes guide](./kubernetes.md)
...@@ -526,4 +526,4 @@ This step is mandatory so as to access the OpenSlice Web UI. To add an OpenSlice ...@@ -526,4 +526,4 @@ This step is mandatory so as to access the OpenSlice Web UI. To add an OpenSlice
After successfully deploying and configuring OpenSlice, you may configure its environment (e.g. the NFVO) that will facilitate the deployment of NFV artifacts. After successfully deploying and configuring OpenSlice, you may configure its environment (e.g. the NFVO) that will facilitate the deployment of NFV artifacts.
See [NFV Orchestrator Configuration](./nfvoconfig.md). See [NFV Orchestrator Configuration](../configuration/nfvo_config.md).
\ No newline at end of file \ No newline at end of file
...@@ -22,7 +22,7 @@ Indicatively, the portal can be used to: ...@@ -22,7 +22,7 @@ Indicatively, the portal can be used to:
- Onboard/Delete VNF/NS packages on specific MANO provider - Onboard/Delete VNF/NS packages on specific MANO provider
- Deploy a NS to a target MANO provider - Deploy a NS to a target MANO provider
More information can be found at [NFV Services](./naas/nfv/nfvservices.md). More information can be found at [NFV Services](../naas/nfv/nfvservices.md).
**Resources Portal** is a designated portal for the: **Resources Portal** is a designated portal for the:
- Resource Administrator - To view the available Resources that are being synchronized from the underlying infrastructure. - Resource Administrator - To view the available Resources that are being synchronized from the underlying infrastructure.
......
...@@ -85,7 +85,7 @@ Login credentials: ...@@ -85,7 +85,7 @@ Login credentials:
## Probe further ## Probe further
* How OpenSlice works? See the [Architecture](./architecture/architecture.md) section * How OpenSlice works? See the [Architecture](./architecture/architecture.md) section
* Installing OpenSlice? See the [Deployment](deployment.md) section * Installing OpenSlice? See the [Deployment](./getting_started/deployment/introduction.md) section
* Learn more on [how OpenSlice supports Network as a Service(NaaS)](./naas/introduction.md) * Learn more on [how OpenSlice supports Network as a Service(NaaS)](./naas/introduction.md)
* Who is maintaining OpenSlice? See [OSL ETSI SDG](https://osl.etsi.org/) * Who is maintaining OpenSlice? See [OSL ETSI SDG](https://osl.etsi.org/)
...@@ -87,10 +87,10 @@ Delete it from the assigned Service Category. This action does not delete the ac ...@@ -87,10 +87,10 @@ Delete it from the assigned Service Category. This action does not delete the ac
## Consume and expose Service Specifications from other Service Catalogues ## Consume and expose Service Specifications from other Service Catalogues
See more on [Consuming Services From External Partner Organizations]( ../getting_started/configuration/consumingServicesFromExternalPartners.md). See more on [Consuming Services From External Partner Organizations]( ../getting_started/configuration/consuming_services_from_external_partners.md).
## Probe further ## Probe further
[Design Kubernetes-based Service Specifications](./kubernetes/ExposingKubernetesResources.md/) [Design Kubernetes-based Service Specifications](./kubernetes/exposing_kubernetes_resources.md/)
[Design NFV/OSM-based Service Specifications](./nfv/design_nfv_services.md) [Design NFV/OSM-based Service Specifications](./nfv/design_nfv_services.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