Skip to content

tcechval/gbp-devstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devstack-nodes

This repo provides a Vagrantfile with provisioning that one can use to easily get a cluster of nodes configured with DevStack.

It is a fork of the wonderful work of Mr Flavio Fernandes

Usage

To use these drivers with Devstack....

  1. Edit your local.conf. Key sections to modify are:

    [[local|localrc]] LOGFILE=stack.sh.log
    enable_plugin networking-odl https://github.com/stackforge/networking-odl
    
    Q_PLUGIN=ml2
    Q_ML2_TENANT_NETWORK_TYPE=vxlan
    ODL_MGR_IP=${ODL_IP}
    ENABLE_TENANT_TUNNELS=True
    Q_ML2_TENANT_NETWORK_TYPE=vxlan
    
    ODL_MODE=allinone
    
  2. Start devstack:

    cd devstack
    ./stack.sh
    

Testing

A Vagrantfile is provided to easily create a DevStack environment to test with First, run the ODL Controller on your local machine, then:

vagrant up

If you would like more than one compute node, you can set the following environment variable:

#Note: Only 3 or less nodes are supported today
export DEVSTACK_NUM_COMPUTE_NODES=3

More to come, including prebuilt scripts and how this integrates with GBP, GBP+SFC etc...

About

Devstack based of Flavio Fernande's repository for standing up Dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.8%
  • HTML 13.9%
  • Puppet 10.2%
  • Python 5.1%