Commit 0fa4a0da authored by Christos Tranoris's avatar Christos Tranoris
Browse files

update #9

parent bc0e5a8b
Loading
Loading
Loading
Loading
Loading

doc/architecture/nfvweb.md

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
# Openslice NFV Web Portal

The [NFV Web Portal](http://portal.openslice.io/nfvportal) offers a domain-specific UI to manage NFV Services.

Indicatively, the portal can be used to:
- Register new a new MANO provider (e.g. OSM)
- Synchronize the onboarded VNF/NS packages, and the VIMs of the registered MANO provider
- Onboard/Delete VNF/NS packages on specific MANO provider
- Deploy a NS to a target MANO provider

More information can be found at [NFV Services](../nfvcatalogs.md).
 No newline at end of file
+9 −0
Original line number Diff line number Diff line
# Configuring and managing OpenSlice

## Intended Audience: OpenSlice administrators

This section provides information on how to configure and manage different aspect of OpenSlice while in operation. For example:

* Manage user roles and access in Keycloak
* Configure/Manage NFVOs
* Advanced configuration scenarios
 No newline at end of file
+7 −2
Original line number Diff line number Diff line
# Network as a Service (NaaS)

This section describes some core concepts for Delivering Network as a Service in OpenSlice. There are many articles and reports on the subject like 
This section describes some core concepts for Delivering Network as a Service in OpenSlice. There are many articles and reports on the subject like:

* TMF909 API Suite Specification for NaaS
* TMF926A Connectivity_as_a_Service 
* TMF931-Open_Gateway_Onboarding_and_Ordering_Component_Suite
@@ -15,4 +16,8 @@ OpenSlice makes extensive use of TMFORUM's models and APIs. Therefore if one is

To deliver NaaS we need to incorporate various APIs (see TMF909 API Suite Specification for NaaS). OpenSlice implements various TMF APIs to deliver NaaS and support the  lifecycle functions required to manage the network capabilities exposed as Network as a Service and managed by operational domains.

For a complete list of supported APIs, see [Supported APIs](exposed_apis.md)
 No newline at end of file

## What's next

* For a complete list of supported APIs, see [Supported APIs](exposed_apis.md)
* Check the defined user roles of OpenSlice in our [Terminology](../terminology.md)
 No newline at end of file
+0 −0

File moved.

+31 −2
Original line number Diff line number Diff line
# OpenSlice Service Catalogs

OpenSlice offers complete management of  Service Catalogs.

## Intended Audience: Service Designers, OpenSlice administrators


OpenSlice offers complete management of  Service Catalogs which offer to end users:

* Service categories: Lists the available services, including their specifications and performance metrics.
* Service Bundles: Combines multiple services into a single offering to provide added value to customers.

Service Catalogs contain Service Specifications (organized in Service Categories) exposed to users for Service Orders.


## UI management

Service Catalogs contain Service Specifications exposed to users for Service Orders.
In the UI this looks like the following. Service catalogs and categories exposed in Service marketplace. 

In the UI this looks like this
In the menu the administrator can manage the Service Catalogs and Categories.

[![img01](./service_catalog/img01.png)](./service_catalog/img01.png)


## API exposed

When installing OpenSlice the API endpoints can be browsed at: 
```
[YOURDOMAIN]/tmf-api/swagger-ui/index.html?urls.primaryName=tmf-api-633-ServiceCatalogManagement-v4.0.0

endpoint examples:

/serviceCatalogManagement/v4/serviceCatalog List or find ServiceCatalog objects
/serviceCatalogManagement/v4/serviceCategory List or find ServiceCategory objects

```

## Example Use Case

Scenario: A service provider wants to offer a new managed XXXX service to enterprise customers.
@@ -20,3 +44,8 @@ Scenario: A service provider wants to offer a new managed XXXX service to enterp
  * Service Delivery/Order: Provision Service by Using the orchestration system to provision and configure the XXXX service based on customer orders.


## What's next 

* Read the model of Service Catalogs in TMF [TMF633 Service Catalog API User Guide v4.0.0](https://www.tmforum.org/resources/specification/tmf633-service-catalog-api-user-guide-v4-0-0/)
* Check a demo of the API [here](http://portal.openslice.io/tmf-api/swagger-ui/index.html?urls.primaryName=tmf-api-633-ServiceCatalogManagement-v4.0.0)
* Check a demo of the Catalog and Categories [here](http://portal.openslice.io)
 No newline at end of file
Loading