Skip to content

chinatelecom-sdn-group/ServiceControlPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Overview# Service Controller Platform (SCP) is a system prototype which provides strategically automatic operation and maintenance scheme based on SDN. SCP possesses capabilities of grouping the policies to generate new service, defining policy based on customers, giving out policies quickly and defining service chain. The target of SCP is to quickly respond customer’s need and to improve the customer experience effectively.

The overall architecture of SCP is shown as follows: image

SCP mainly contains 8 functional modules and depends on 3 plug-ins of ODL which are PM, SCM and PFM, the overall structure is shown as follows: image

#Function#

  • Simplify service orchestration by providing the method to define basic policy, to define service, to activate project etc.
  • Simplify the complexity of policy distribution by connecting with SDN Controller(OpenDaylight).
  • Manage resource pool in real time by defining YANG model of resource monitoring and connect with netconf server.
  • Monitor customer status in real time by connecting with BRASes and update flowtables according to customer status.

#Environment# mongodb >= 2.6.7

nodejs >= 0.10.29

#Installation# npm install

#Configuration# vi bin/config.js

var system_cfg = {
    	"mongodb": {
       	"IP": "172.21.2.1",
        "Port": "27019",
        "ServiceControlPlatform": {
            "User": "SCP",
            "Password": "SCP123"
        },
        "PolicyManagement": {
            "User": "PM",
            "Password": "PM123"
        }
    },
    "opendaylight": {
        "IP": "172.21.2.6",
        "Port": "8080",
        "User": "admin",
        "Password": "admin"
    }
}
exports.system_cfg = system_cfg;

#Run# node bin/ServiceControlPlatform

#Corporator#

  • Guangzhou Research Institute of China Telecom

#Author#

##designer##

##Coder##

About

Service Control Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages