GithubHelp home page GithubHelp logo

sadimer / tommano Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.22 MB

Program for translation TOSCA NFV templates into TOSCA normative templates (for use in orchestrators)

License: MIT License

Python 100.00%
ansible nfv nfvo tosca sdn sfc

tommano's Introduction

TOMMANO - TOSCA multi-cloud orchestration framework for NFV MANO

logo

Installation:

  1. Install this application:
git clone https://github.com/sadimer/tommano
cd tommano
pip install -r requirements.txt
python setup.py install
cd ..
  1. Install clouni (or any other tosca orchestrator):
git clone https://github.com/ispras/clouni
cd clouni
pip install -r requirements.txt
python setup.py install
cd ..
cd tommano
  1. Install sshpass:
sudo apt install sshpass

Using:

  1. To begin with, you need a topology template in the NFV MANO notation, the examples are in the examples folder. You can check it for correctness:
tommano --template-file examples/demo_nfv_example.yaml --validate-only
  1. Generate a normative topology template:
tommano --template-file examples/demo_nfv_example.yaml --output-dir results --orchestrator=clouni
  1. Next, the topology.yaml file will appear in the specified folder, it must be passed to the tosca input to the orchestrator:
cd results
clouni --template-file ./topology.yaml --cluster-name example --provider openstack --configuration-tool ansible --output-file ./ansible_create.yaml --extra ignore_errors=true --host-parameter private_address
  1. Deploying a topology template in the cloud based on openstack using ansible:
sudo ansible-playbook ansible_create.yaml --extra-vars ansible_sudo_pass=admincumulus --extra-vars ansible_user=cumulus

We get an example of a network infrastructure (with NAT, DPI, Firewall, DHCP, DNS, configured routing and traffic analysis): model

tommano's People

Contributors

sadimer avatar

Watchers

 avatar  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.