Add support for OVN

In the last OpenStack cycles Open Virtual Networking has
quickly evolved, improving in features and maturity. This
patch adds support to OVN as ml2 plugin so that packstack
users can evaluate it easily.

Change-Id: Ifaa1e93923e1b1bcc9458331bbe0c163053c695d
This commit is contained in:
Alfredo Moralejo
2017-06-16 19:00:07 +00:00
parent 8d1cfb5d07
commit 12df44142f
16 changed files with 386 additions and 48 deletions

View File

@@ -181,26 +181,27 @@ reproduce these tests on your environment if you wish.
This is the current matrix of available tests:
| - | scenario001 | scenario002 | scenario003 |
|:----------:|:-----------:|:-----------:|:------------:
| keystone | FERNET | UUID | FERNET |
| glance | file | swift | file |
| nova | X | X | X |
| neutron | X | X | X |
| lbaasv2 | | X | |
| vpnaas | | X | |
| cinder | X | | |
| ceilometer | | | X |
| aodh | | | X |
| gnocchi | | | X |
| panko | | | X |
| heat | | | X |
| swift | | X | |
| sahara | | X | |
| trove | | X | |
| horizon | X | | |
| manila | X | | |
| SSL | X | | |
| - | scenario001 | scenario002 | scenario003 |
|:--------------:|:-----------:|:-----------:|:------------:
| keystone | FERNET | UUID | FERNET |
| glance | file | swift | file |
| nova | X | X | X |
| neutron | X | X | X |
| neutron plugin | ovn | ovs | ovs |
| lbaasv2 | | X | |
| vpnaas | | X | |
| cinder | X | | |
| ceilometer | | | X |
| aodh | | | X |
| gnocchi | | | X |
| panko | | | X |
| heat | | | X |
| swift | | X | |
| sahara | | X | |
| trove | | X | |
| horizon | X | | |
| manila | X | | |
| SSL | X | | |
To run these tests: