RETIRED, Fuel plugin for BigSwitch Neutron ML2 integration
Go to file
OpenDev Sysadmins d83ffa73c6 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:34 +00:00
deployment_scripts make sure to create /etc/bigswitch directory 2016-04-14 16:21:52 -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 OpenDev Migration Patch 2019-04-19 19:50:34 +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 run LACP on cinder node 2016-04-14 23:52:35 -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.