RETIRED, Fuel plugin for BigSwitch Neutron ML2 integration
Go to file
Kanzhe Jiang 5250aff27a separate ivs setup into install and setup steps
Change-Id: Ibf64278a33eeac36d8a915aa5cd30ce8486ca5fa
2016-04-13 09:12:54 -07:00
deployment_scripts separate ivs setup into install and setup steps 2016-04-13 09:12:54 -07:00
doc Add spec and doc and update to README 2016-02-21 22:33:40 -08:00
repositories initial setup of bigswitch fuel plugin 2015-11-29 01:01:17 -08:00
specs Add spec and doc and update to README 2016-02-21 22:33:40 -08:00
.gitignore initial setup of bigswitch fuel plugin 2015-11-29 01:01:17 -08:00
.gitreview Added .gitreview 2015-09-14 10:20:05 +00:00
LICENSE initial setup of bigswitch fuel plugin 2015-11-29 01:01:17 -08:00
README.md Add spec and doc and update to README 2016-02-21 22:33:40 -08:00
deployment_tasks.yaml BCF P+V support 2016-04-10 10:23:21 -07:00
environment_config.yaml make internal interface name consistent 2016-04-12 00:50:51 -07:00
metadata.yaml p-only compute is ok 2015-12-07 16:25:25 -08:00
network_roles.yaml initial setup of bigswitch fuel plugin 2015-11-29 01:01:17 -08:00
node_roles.yaml initial setup of bigswitch fuel plugin 2015-11-29 01:01:17 -08:00
pre_build_hook initial setup of bigswitch fuel plugin 2015-11-29 01:01:17 -08:00
puppet-lint.conf Support DVR in p-only mode and stop lacp on compute for P+V mode 2016-02-24 11:36:06 -08:00
volumes.yaml initial setup of bigswitch fuel plugin 2015-11-29 01:01:17 -08:00

README.md

fuel-plugin-bigswitch

Fuel BigSwitch plugin enables OpenStack deployment with BigSwitch Big Cloud Fabric SDN networking fabric

See doc/ directory for documentation.

To build HTML variant of documentation you need to install sphinx document generator, easiest way to do this is to use doc/requirements.txt.

$ pip install -r doc/requirements.txt

$ cd doc/user

$ make html

After that you can start exploring documentation in doc/user/source/_build/html/ directory.