Skip to content

Commit 99f67b3

Browse files
authored
Update README.md
1 parent ac83b14 commit 99f67b3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
<p align="center"><img src="https://github.com/sonata-nfv/tng-api-gtw/wiki/images/sonata-5gtango-logo-500px.png" /></p>
55

6+
# son-mano-framework
7+
68
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]())
79

810
* instantiate a service,
@@ -20,7 +22,7 @@ Some useful links:
2022
* [5GTANGO Service Platform Deliverable 5.1](https://5gtango.eu/project-outcomes/deliverables/43-d5-1-service-platform-operational-first-prototype.html)
2123
* [SONATA Architecture Deliverable 2.3](https://5gtango.eu/project-outcomes/deliverables/61-d2-3-updated-requirements,-architecture-design-and-v-v-elements)
2224

23-
# Development
25+
## Development
2426

2527
Each MANO Framework component is written in Python, and can be packaged as a Docker container. To build the respective Docker containers, use
2628

@@ -39,7 +41,7 @@ docker pull tsoenen/sonmano-smr
3941
docker pull tsoenen/sonmano-plm
4042
```
4143

42-
# Installation and usage
44+
## Installation and usage
4345

4446
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).
4547

@@ -80,7 +82,7 @@ python3 setup.py install
8082
```
8183
Documentation for this library can be found [here](https://sonmano.readthedocs.io/en/latest/index.html).
8284

83-
# Contributing
85+
## Contributing
8486

8587
To contribute, go through these steps:
8688

@@ -90,11 +92,10 @@ To contribute, go through these steps:
9092
3. Submit a Pull Request;
9193
4. Follow/answer related [issues](https://github.com/sonata-nfv/son-mano-framework/issues) (see Feedback-Channel, below).
9294

93-
# License
95+
## License
9496

9597
Son-mano-framework is published under Apache 2.0 license. Please see the LICENSE file for more details.
9698

97-
---
9899
#### Lead Developers
99100

100101
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
105106

106107
#### Feedback-Channel
107108

108-
* [GitHub issues](https://github.com/sonata-nfv/son-mano-framework/issues)
109+
* Mailing list [sonata-dev-list](mailto:sonata-dev@lists.atosresearch.eu)
110+
* Gitter room [![Gitter](https://badges.gitter.im/sonata-nfv/Lobby.svg)](https://gitter.im/sonata-nfv/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

0 commit comments

Comments
 (0)