https://github.com/sapcc/networking-aci
Openstack L2 networking components using hierarchical port binding with an ACI overlay network
https://github.com/sapcc/networking-aci
Last synced: about 1 year ago
JSON representation
Openstack L2 networking components using hierarchical port binding with an ACI overlay network
- Host: GitHub
- URL: https://github.com/sapcc/networking-aci
- Owner: sapcc
- License: other
- Created: 2017-03-09T12:38:12.000Z (over 9 years ago)
- Default Branch: stable/yoga-m3
- Last Pushed: 2025-03-27T09:26:00.000Z (about 1 year ago)
- Last Synced: 2025-03-30T16:46:47.849Z (about 1 year ago)
- Language: Python
- Size: 358 KB
- Stars: 3
- Watchers: 50
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
openstack-networking-aci
========================
Openstack L2 networking components using hierarchical port binding with an ACI overlay network
Install on devstack
-------------------
Download & Install and setup the Cobra ACI SDK for python
https://[apic ip/fqdn]/cobra/install.html
clone repo into /opt/stack
cd ./networking-aci
python setup.py install
neutron-db-manage --subproject networking-aci upgrade head
check and modify /etc/neutron/plugins/ml2/ml2_conf_cisco.ini
add aci mechanism driver to /etc/neutron/plugins/ml2/ml2_conf.ini
restart neutron server with aci ml2 config
/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-file /etc/neutron/plugins/ml2/ml2_conf_aci.ini