|
2 years ago | |
---|---|---|
devstack | 3 years ago | |
doc | 3 years ago | |
etc | 2 years ago | |
networking_ansible | 2 years ago | |
playbooks | 3 years ago | |
releasenotes | 4 years ago | |
tools | 3 years ago | |
zuul.d | 3 years ago | |
.coveragerc | 4 years ago | |
.gitignore | 4 years ago | |
.gitreview | 3 years ago | |
.mailmap | 4 years ago | |
.stestr.conf | 4 years ago | |
CONTRIBUTING.rst | 4 years ago | |
HACKING.rst | 4 years ago | |
LICENSE | 4 years ago | |
README.rst | 3 years ago | |
TESTING.rst | 4 years ago | |
babel.cfg | 4 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 3 years ago | |
setup.py | 4 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 3 years ago |
README.rst
Networking-Ansible ML2 Driver
Overview
Networking-Ansible is a Neutron ML2 driver that abstracts the management and interaction with switching hardware to Ansible Networking. This driver is not tested with all the modules included with Ansible Networking. In theory it should work with any switch that has compatible modules included with Ansible Networking if the provider tasks are added to the Ansible openstack-ml2 role included with this driver. See the contributor documentation for more information about adding support for an Ansible Networking driver to the openstack-ml2 Ansible role.
- Free software: Apache license
- Documentation: https://networking-ansible.readthedocs.io/en/latest/
- Source: https://git.openstack.org/cgit/openstack/networking-ansible/
- Bugs: https://storyboard.openstack.org/#!/project/openstack/networking-ansible/
Components
The Networking-Ansible ML2 Driver consists of the following components:
networking_ansible
ML2 DriverInvoked by neutron to configure L2 networking for tenant networks.
Use Cases
Ironic Baremetal Guest Deployment
Ironic uses Networking-Ansible to configure the switch ports for the baremetal guests. Ironic needs to swap the port a baremetal guest is connected to between the Ironic provisioning network and the tenant VLAN that the guest is assigned.
Features
- On create network a vlan can be defined
- On port update will assign a vlan to an access port or trunk port.