Skip to content

songponssw/sdn-owl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDN Owl

SDN Owl is tool for set up the SDN testbed (especially in SDN Switch) using Ansible and Docker. We choose OpenVSwitch to be SDN Switches in testbed. We provide 2 version of OVS Deployments.

  • Direct version : deploy OVS directly to hosts/hardware.
  • Container version : deploy OVS inside Docker container.

Deployment

  1. Install prerequisite :
    cd ansible-script 
    ansible-playbook -i hosts run.yml
        - Select 1 for prerequisites installation.
        - Enter 2 for list host/target interfaces that you would like to add in swith
  1. Generate Deploy script
    cd ovs-script
    bash deploy-ofswitch.sh
  1. Deploy script
    • Direct version : Go to switch nodes. Then ./deploy_ofswitch.sh
    • Container version : Go to switch nodes.
          docker pull cyborgcat/sdn-owl_switch
          docker run .......
  2. Start controller

Mininet

About

SDN automation and monitoring tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •