Giter Club home page Giter Club logo

vnfsvc's Introduction

VNFSVC

OpenVNFManager enables NFV service orchestration on openstack platform

  • Runs as a service [ similar to openstack neutron etc ] on the controller node It implements server side for vnfsvcclient and HEAT

    To install:

    $ git clone https://github.com/TCS-TelcoCloud/OpenVNFManager.git
    $ python setup.py install
  • Check:

    $ api-paste.ini,  rootwrap.conf,  rootwrap.d,  templates.json,  vnfsvc.conf exists in /etc/vnfsvc/ [ on RedHat Linux/Centos7/Fedora ]
    $ passwords and urls of the openstack services in /etc/vnfsvc/vnfsvc.conf
  • Create keystone endpoints:

    $ keystone service-create --name vnfsvc --type vnfservice --description "VNF service"
    $ keystone endpoint-create --region RegionOne --service-id <vnfsvc_service_id> --publicurl "http://<your_ip>:9010" --internalurl "http://<your_ip>:9010" --adminurl "http://<your_ip>:9010"
    $ keystone user-create --tenant-id <service_tenant_id> --name vnfsvc --pass <passsword>
    $ keystone user-role-add --user-id <vnfsvc_user_id> --tenant-id <service_tenant_id> --role-id <admin_role_id>
  • Execute the following commands for database configuration:

    $ create database vnfsvc; (MYSQL)
    $ grant all privileges on vnfsvc.* to 'vnfsvc'@'localhost' identified by <database password>; (MYSQL)
    $ grant all privileges on vnfsvc.* to 'vnfsvc'@'%' identified by <database password>; (MYSQL)
    $ vnfsvc-db-manage --config-file /etc/vnfsvc/vnfsvc.conf upgrade head
    $ mkdir /var/log/vnfsvc
  • Run with the following command to start the server:

    $ python /usr/bin/vnfsvc-server  --config-file /etc/vnfsvc/vnfsvc.conf --log-file /var/log/vnfsvc/server.log 

vnfsvc's People

Contributors

tcs-telcocloud avatar

Watchers

James Cloos avatar Akhila avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.