andreoug / tng-vnv-platform-adapter

5GTANGO repository for the VnV Platform Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tng-sp-ia Join the chat at https://gitter.im/sonata-nfv/Lobby

tng-vnv-platform-adapter

5GTANGO repository for the VnV Platform Adapter

An Adapter for VnV to talk to various Service Platforms. Out of the box support is currently for the following service platforms:

In the 5GTANGO V&V Platform the Platform Adapter plays the role of an connector between the V&V testing framework and the Service Orchestrator/Service Platform. The Platform Adapter allows packages, tests and results to be managed regardless of the chosen Service Platform used to orchestrate the services. It exposes interfaces to manage service and VNF instances, retrieve monitoring information about the infrastructure status, reserve resources for services deployment. The repo is organized into three main directories;

Repository Structure

  • adapters contains the python code to communicate with downstream service platform
  • models contains utility classes.
  • packages contains samples packages from SONATA and OSM

Contributing

Contributing to this repo is really easy. You must:

  1. Clone this repository;
  2. Work on your proposed changes, preferably through submiting issues;
  3. Submit a Pull Request;
  4. Follow/answer related issues (see Feedback, below).

For more information, please see the README file in the relevant subfolder.

License

This Software is published under Apache 2.0 license. Please see the LICENSE file for more details.

Useful Links


Lead Developers

The following lead developers are responsible for this repository and have admin rights. They can, for example, merge pull requests.

Feedback

About

5GTANGO repository for the VnV Platform Manager

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Dockerfile 0.2%