All Projects → openbaton → generic-vnfm

openbaton / generic-vnfm

Licence: Apache-2.0 license
Repository containing the source code of the generic VNFM

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to generic-vnfm

Thehive
TheHive: a Scalable, Open Source and Free Security Incident Response Platform
Stars: ✭ 2,300 (+13429.41%)
Mutual labels:  orchestration
Cstar
Apache Cassandra cluster orchestration tool for the command line
Stars: ✭ 242 (+1323.53%)
Mutual labels:  orchestration
cb-tumblebug
Cloud-Barista Multi-Cloud Infra Management Framework
Stars: ✭ 33 (+94.12%)
Mutual labels:  orchestration
Helios
Docker container orchestration platform
Stars: ✭ 2,089 (+12188.24%)
Mutual labels:  orchestration
Haven Platform
Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place.
Stars: ✭ 223 (+1211.76%)
Mutual labels:  orchestration
Ansible Role Kubernetes
Ansible Role - Kubernetes
Stars: ✭ 247 (+1352.94%)
Mutual labels:  orchestration
Koding
The Simplest Way to Manage Your Entire Dev Infrastructure!
Stars: ✭ 1,945 (+11341.18%)
Mutual labels:  orchestration
DurableTaskMicroservices
Microservice Framework based on Durable Task Framework
Stars: ✭ 15 (-11.76%)
Mutual labels:  orchestration
Baker
Orchestrate microservice-based process flows
Stars: ✭ 233 (+1270.59%)
Mutual labels:  orchestration
blueprint-examples
This is where you can find officially supported Cloudify blueprints that work with the latest versions of Cloudify. Please make sure to use the blueprints from this repo when you are evaluating Cloudify.
Stars: ✭ 25 (+47.06%)
Mutual labels:  orchestration
Ansible Pan
Ansible modules for Palo Alto Networks NGFWs
Stars: ✭ 197 (+1058.82%)
Mutual labels:  orchestration
K8s Appcontroller
AppController is a pod that you can spawn in your Kubernetes cluster which will take care of your complex deployments for you.
Stars: ✭ 214 (+1158.82%)
Mutual labels:  orchestration
Xstate
State machines and statecharts for the modern web.
Stars: ✭ 18,300 (+107547.06%)
Mutual labels:  orchestration
Netramesh
Ultra light service mesh for any orchestrator
Stars: ✭ 175 (+929.41%)
Mutual labels:  orchestration
paco
Paco: Prescribed automation for cloud orchestration
Stars: ✭ 32 (+88.24%)
Mutual labels:  orchestration
Patrowlengines
PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
Stars: ✭ 162 (+852.94%)
Mutual labels:  orchestration
Aws Etl Orchestrator
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
Stars: ✭ 245 (+1341.18%)
Mutual labels:  orchestration
cohesity-powershell-module
This repository provides a PowerShell Module for Cohesity DataPlatform. https://cohesity.github.io/cohesity-powershell-module
Stars: ✭ 39 (+129.41%)
Mutual labels:  orchestration
portals
Microservice that queues, creates and closes Portal instances
Stars: ✭ 26 (+52.94%)
Mutual labels:  orchestration
dockerfiles
🐳 Dockerfiles for Nette Framework. Nette in Docker. (@nette)
Stars: ✭ 15 (-11.76%)
Mutual labels:  orchestration

Copyright © 2015-2016 Open Baton. Licensed under Apache v2 License.

Build Status

Generic VNF Manager

The Generic VNFManager is an implementation of a VNF Manager following the ETSI MANO specifications. t works as intermediate component between the NFVO and the VNFs, particularly the Virtual Machines on top of which the VNF software is installed. In order to complete the lifecycle of a VNF, it interoperates with the Element Management System (EMS) acting as an agent inside the VMs and executing scripts containeed in the vnf package. This VNFM may be assigned the management of a single VNF instance, or the management of multiple VNF instances of the same type or of different types.

The Generic VNFManager is supposed to be used for any type of VNF that follows some convetions regarding:

  • VMs deployment
  • scriptIndex execution
  • VMs termination

Please refer to [our documentation][generic-vnfm] for more details about this project.

Technical Requirements

  • openjdk 8+ or oracle JDK 8+
  • a NFVO running instance
  • The VMs need to have access to the openbaton repository (internet) thus to be able to dynamically download the EMS

How to install Generic VNFM

It is strongly recommended to install it following the installation of the Open Baton platform that can be found here

How to use Generic VNFM

The way the Generic VNFM is installed changes the way how it is possible to start/stop it. If the Generic VNFM is installed using the debian package, then the commands available are:

sudo service openbaton-gvnfm start

or

sudo service openbaton-gvnfm stop

For further details please refer to this documentation page

Issue tracker

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

What is Open Baton?

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

Open Baton provides multiple mechanisms for interoperating with different VNFM vendor solutions. It has a modular architecture which can be easily extended for supporting additional use cases.

It integrates with OpenStack as standard de-facto VIM implementation, and provides a driver mechanism for supporting additional VIM types. It supports Network Service management either using the provided Generic VNFM and Juju VNFM, or integrating additional specific VNFMs. It provides several mechanisms (REST or PUB/SUB) for interoperating with external VNFMs.

It can be combined with additional components (Monitoring, Fault Management, Autoscaling, and Network Slicing Engine) for building a unique MANO comprehensive solution.

Source Code and documentation

The Source Code of the other Open Baton projects can be found here and the documentation can be found here .

News and Website

Check the Open Baton Website Follow us on Twitter @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.

Support

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

Supported by

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].