Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavio-fernandes/devstack-nodes
Vagrant provisioning to setup Ubuntu box as devstack nodes
https://github.com/flavio-fernandes/devstack-nodes
Last synced: 4 days ago
JSON representation
Vagrant provisioning to setup Ubuntu box as devstack nodes
- Host: GitHub
- URL: https://github.com/flavio-fernandes/devstack-nodes
- Owner: flavio-fernandes
- License: epl-1.0
- Created: 2015-02-08T17:36:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T15:44:57.000Z (almost 9 years ago)
- Last Synced: 2024-12-26T19:14:05.180Z (8 days ago)
- Language: Shell
- Size: 77.1 KB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
devstack-nodes
==============This repo provides a Vagrantfile with provisioning that one can use to easily
get a cluster of nodes configured with DevStack.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/openstack/networking-odlODL_MGR_IP=${ODL_IP}
ENABLE_TENANT_TUNNELS=True
Q_ML2_TENANT_NETWORK_TYPE=vxlanODL_MODE=allinone
2) Start devstack::
cd devstack
./stack.shTesting
-------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::
export DEVSTACK_NUM_COMPUTE_NODES=3