Cisco Vendor Code for Neutron
 
 
 
Go to file
OpenDev Sysadmins 30f7754531 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:49:52 +00:00
devstack Ensure CFG agent is started after neutron config is written 2018-10-03 09:34:39 +00:00
doc Merge "Improve Nexus Ironic related doc & logs" 2018-10-29 18:57:26 +00:00
etc Remove MultiConfigParser from the device manger config loader 2018-10-05 13:08:20 +01:00
networking_cisco Merge "Improve Nexus Ironic related doc & logs" 2018-10-29 18:57:26 +00:00
networking_cisco_tempest_plugin Remove empty file 2018-03-06 16:32:47 +00:00
releasenotes/notes Upgrade release notes to include Tripleo/puppet 2018-10-17 09:22:04 -04:00
tools Remove MultiConfigParser from the device manger config loader 2018-10-05 13:08:20 +01:00
usr/share/cpnr/rootwrap Fix a typo in rootwrap.conf,cisco-apic.filters and cpnr.filters 2016-10-17 17:11:02 +08:00
.coveragerc Coverage with comparison against baseline 2016-02-29 07:12:39 -05:00
.gitignore Oslo Configuration Generator Infra + Nexus Configuration Documentation 2017-10-05 14:57:38 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:52 +00:00
.mailmap Initial Cookiecutter Commit. 2015-01-26 15:48:04 +00:00
.pylintrc Enable pylint unnecessary-pass 2015-02-23 13:11:37 +00:00
.stestr.conf Add the .stestr.conf file to networking-cisco 2018-01-18 11:53:58 +00:00
.testr.conf Provide ability to turn on DEBUG logging in unit tests 2017-08-17 13:24:20 +00:00
.zuul.yaml Update publish-openstack-python-branch-tarball job 2018-10-10 16:37:37 +02:00
CONTRIBUTING.rst Add bandit to tox and resolve Nexus SA errors 2018-08-03 18:09:33 +00:00
HACKING.rst Update pages according to OpenStack official website 2018-01-17 10:05:23 +00:00
LICENSE Initial Cookiecutter Commit. 2015-01-26 15:48:04 +00:00
MANIFEST.in Initial Cookiecutter Commit. 2015-01-26 15:48:04 +00:00
README.rst Update note in README/docs about support for Queens 2018-03-21 17:47:46 +00:00
TESTING.rst Trivial: Update pypi url to new url 2018-04-25 09:32:24 +00:00
babel.cfg Initial Cookiecutter Commit. 2015-01-26 15:48:04 +00:00
requirements.txt Put upper constraint on ncclient version to prevent breakages 2018-09-03 16:29:51 +01:00
setup.cfg Remove MultiConfigParser from the device manger config loader 2018-10-05 13:08:20 +01:00
setup.py Redesign the look and feel of the networking-cisco docs 2017-08-01 16:52:06 +01:00
test-requirements-mitaka.txt Pin stestr version (1.1.0) for Mitaka 2018-09-17 13:54:48 +00:00
test-requirements.txt Pin stestr version (1.1.0) for Mitaka 2018-09-17 13:54:48 +00:00
tox.ini More fixes for networking_cisco rocky support 2018-10-05 13:08:20 +01:00

README.rst

The networking-cisco project's goal is to provide support for Cisco networking hardware and software in OpenStack deployments. This includes ML2 drivers and agents for neutron, as well as other pieces of software which interact with neutron to best utilise your Cisco products with OpenStack.

Drivers for Cisco Products

  • Nexus 9000 Series Switches
    • ML2 Mechanism driver - cisco_nexus
    • ML2 VXLAN Type driver - nexus_vxlan
  • UCS Manager
    • ML2 Mechanism driver - cisco_ucsm
  • ASR 1000 Series
    • Neutron Service Plugins - cisco_l3_routing
  • Service Advertisement Framework (SAF)
    • Firewall drivers - native, phy_asa
    • Applications - fabric-enabler-server, fabric-enabler-agent, fabric-enabler-cli
  • Prime Network Registrar (CPNR)
    • Applications - cpnr-rootwrap, cpnr-dns-relay-agent, cpnr-dns-relay, cpnr-dhcp-relay-agent, cpnr-dhcp-relay
  • Application Policy Infrastructure Controller (APIC)
  • Network Convergence System (NCS)
    • No longer supported. Removed in release 6.0.0
    • Code removed by commit 31e4880299
  • Nexus 1000v
    • No longer supported. Removed in release 6.0.0
    • Code removed by commit 0730ec9e6b
  • CSR 1000v series
    • No longer supported. Removed in release 6.0.0
    • Code removed by commit 917480566a

Releases and Version Support

We have a goal to maintain compatibility with each version of OpenStack for as long as possible, so starting with version 4.0.0, networking-cisco was compatible with both the Mitaka and Newton OpenStack releases. As such networking-cisco is branchless and stable releases that are compatible with multiple OpenStack versions will be cut from our master branch.

The latest (6.x) release of networking-cisco is compatible with the Mitaka, Newton, Ocata, Pike and Queens releases of OpenStack.