You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MANO Framework is at the core of [**SONATA's (powered by 5GTANGO)**](https://5gtango.eu/) service platform. It manages and orchestrates the available compute and networking resources to satisfy the requests it receives. As of now, the supported requests are (API description can be found in the [wiki]())
7
9
8
10
* instantiate a service,
@@ -20,7 +22,7 @@ Some useful links:
20
22
*[5GTANGO Service Platform Deliverable 5.1](https://5gtango.eu/project-outcomes/deliverables/43-d5-1-service-platform-operational-first-prototype.html)
Each MANO Framework component is written in Python, and can be packaged as a Docker container. To build the respective Docker containers, use
26
28
@@ -39,7 +41,7 @@ docker pull tsoenen/sonmano-smr
39
41
docker pull tsoenen/sonmano-plm
40
42
```
41
43
42
-
# Installation and usage
44
+
##Installation and usage
43
45
44
46
The MANO Framework was developed in the scope of the **SONATA's (powered by 5GTANGO)** Service Platform. To install the entire platform, follow directions listed in [tng-devops](https://github.com/sonata-nfv/tng-devops).
45
47
@@ -80,7 +82,7 @@ python3 setup.py install
80
82
```
81
83
Documentation for this library can be found [here](https://sonmano.readthedocs.io/en/latest/index.html).
82
84
83
-
# Contributing
85
+
##Contributing
84
86
85
87
To contribute, go through these steps:
86
88
@@ -90,11 +92,10 @@ To contribute, go through these steps:
90
92
3. Submit a Pull Request;
91
93
4. Follow/answer related [issues](https://github.com/sonata-nfv/son-mano-framework/issues) (see Feedback-Channel, below).
92
94
93
-
# License
95
+
##License
94
96
95
97
Son-mano-framework is published under Apache 2.0 license. Please see the LICENSE file for more details.
96
98
97
-
---
98
99
#### Lead Developers
99
100
100
101
The following lead developers are responsible for this repository and have admin rights. They can, for example, merge pull requests.
@@ -105,4 +106,5 @@ The following lead developers are responsible for this repository and have admin
0 commit comments