Skip to main content

The Python version of the Open Baton plugin-sdk

Project description

Python version of the plugin-sdk
==============================

This project contains a plugin sdk for python projects.

Technical Requirements
----------------------

This section covers the requirements that must be met by the
python-plugin-sdk in order to satisfy the demands for such a component:

- python 2.7 or 3.5
- pika

How to install the python-vfnm-sdk
----------------------------------

The safer way to start is to use a `virtual environment <https://virtualenv.pypa.io/en/stable/>`__. Once activated, just run

.. code:: bash

pip install python-plugin-sdk

How to use the python-vfnm-sdk
------------------------------

First step, let's create a configuration file for the Vim Driver. This file should be like this:

.. code:: ini

[plugin]

log_path=/var/log/openbaton/
broker_ip=localhost
username=admin
password=openbaton
heartbeat=60
exchange=openbaton-exchange

where:

+-----------+---------------------------------------------------------+
| name | description |
+===========+=========================================================+
| log_path | path where the logfile will be written |
+-----------+---------------------------------------------------------+
| broker_ip | Ip of the rabbitmq broker used by the nfvo |
+-----------+---------------------------------------------------------+
| username | username for the rabbitmq broker used by the nfvo |
+-----------+---------------------------------------------------------+
| password | password for the rabbitmq broker used by the nfvo |
+-----------+---------------------------------------------------------+
| exchange | exchange name used in the rabbitmq broker by the nfvo |
+-----------+---------------------------------------------------------+
| heartbeat | heartbeat for the rabbitmq connection |
+-----------+---------------------------------------------------------+


After installing the sdk, you will be able to write a plugin that inherit the *AbstractVimDriver* class.

Issue tracker
-------------

Issues and bug reports should be posted to the GitHub Issue Tracker of
this project

What is Open Baton?
===================

OpenBaton is an open source project providing a comprehensive
implementation of the ETSI Management and Orchestration (MANO)
specification.

Open Baton is a ETSI NFV MANO compliant framework. Open Baton was part
of the OpenSDNCore (www.opensdncore.org) project started almost three
years ago by Fraunhofer FOKUS with the objective of providing a
compliant implementation of the ETSI NFV specification.

Open Baton is easily extensible. It integrates with OpenStack, and
provides a plugin mechanism for supporting additional VIM types. It
supports Network Service management either using a generic plugin or
interoperating with VNF-specific plugin. It uses different mechanisms
(REST or PUB/SUB) for interoperating with the plugins. It integrates with
additional components for the runtime management of a Network Service.
For instance, it provides autoscaling and fault management based on
monitoring information coming from the the monitoring system available
at the NFVI level.

Source Code and documentation
-----------------------------

The Source Code of the other Open Baton projects can be found
`here <http://github.org/openbaton>`__ and the documentation can be
found `here <http://openbaton.org/documentation>`__ .

News and Website
----------------

Check the `Open Baton Website <http://openbaton.org>`__ Follow us on
Twitter @\ `openbaton <https://twitter.com/openbaton>`__.

Licensing and distribution
--------------------------

Copyright [2015-2016] Open Baton project

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License. You may
obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Copyright © 2015-2016 `Open Baton <http://openbaton.org>`__. Licensed
under `Apache v2 License <http://www.apache.org/licenses/LICENSE-2.0>`__.

Support
-------

The Open Baton project provides community support through the Open Baton
Public Mailing List and through StackOverflow using the tags openbaton.

Supported by
------------

.. image:: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/fokus.png
:width: 250 px

.. image:: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/tu.png
:width: 250 px


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-plugin-sdk-4.0.1b0.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

python_plugin_sdk-4.0.1b0-py2.py3-none-any.whl (14.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page