aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-ml2-vpp.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-29Add workaround for nova vif plugging timeout errorstable/fraserFeng Pan1-1/+6
Disable nova timeout error on waiting for vif plugging successfull notification from neutron. The proper fix is to make sure neutron sends the notification after nova starts waiting. Also increase db sync timeout to 1800 seconds to avoid db_sync errors on slower hardware. JIRA: FDS-156 Change-Id: I14af87378b8ac7a5d10d31d2652a65d535e2ec0c Signed-off-by: Feng Pan <fpan@redhat.com>
2018-04-19Change flat network name for nosdn fdio scenarioFeng Pan1-2/+5
Since we use networking-vpp's router functionality, we need to create a tap interface on VPP to connect to br-ex on the host for external connectivity. Change-Id: Ia25db8456f1ad6beb96c7b9b5f318b166ef4576a Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit f19a086d771a1719bbd5d94a18f2ba1e5e243d61)
2018-04-12Add vpp-router config to vpp ml2 environment fileFeng Pan1-1/+2
Change-Id: I5dfaf85d67fb038109edaf5c5d8a3e901b9148f4 Signed-off-by: Feng Pan <fpan@redhat.com> (cherry picked from commit afa11d5946303191d2791b0751d34b9e7d66d9c5)
2017-04-10Add networking-vpp ML2 mechanism driver supportFeng Pan1-0/+22
Implements: blueprint fdio-integration-tripleo Change-Id: I412f7a887ca4b95bcf1314e8c54cb1e7d03b1e41 Signed-off-by: Feng Pan <fpan@redhat.com>