Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.
/ chainer Public archive

Service Chain (NFV Concept) Generator ⛓️

License

Notifications You must be signed in to change notification settings

reinnet/chainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chainer

Drone (cloud)

Introduction

Chainer generates a list of service chains with the following configuration:

Property Value
Length [4, 7)
Per Instance Cost 100$
Bandwidth 250 bps

Please note that customers pay the instance cost so it would be profit in the eye of datacenter owner.

Following VNF types are availabe to customers for placing in their service chains.

---
types:
  - name: ingress
    cores: 0
    ram: 0
    ingress: true
    manageable: false
  - name: egress
    cores: 0
    ram: 0
    egress: true
    manageable: false
  - name: vFW
    cores: 2
    ram: 2
    manageable: true
  - name: vNAT
    cores: 2
    ram: 4
    manageable: true
  - name: vIDS
    cores: 2
    ram: 2
    manageable: true
  - name: vDPI
    cores: 2
    ram: 4
    manageable: true

About

Service Chain (NFV Concept) Generator ⛓️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages