Merge "Include ovs_driver and sriov_driver classes in base neutron profile" into stable/train

This commit is contained in:
Zuul 2020-11-14 05:38:43 +00:00 committed by Gerrit Code Review
commit 7345abc441
1 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,14 @@ class tripleo::profile::base::neutron::plugins::ml2 (
if $step >= 4 or ( $step >= 3 and $sync_db ) { if $step >= 4 or ( $step >= 3 and $sync_db ) {
include ::neutron::plugins::ml2 include ::neutron::plugins::ml2
if 'openvswitch' in $mechanism_drivers {
include ::neutron::plugins::ml2::ovs_driver
}
if 'sriovnicswitch' in $mechanism_drivers {
include ::neutron::plugins::ml2::sriov_driver
}
if 'cisco_n1kv' in $mechanism_drivers { if 'cisco_n1kv' in $mechanism_drivers {
include ::tripleo::profile::base::neutron::n1k include ::tripleo::profile::base::neutron::n1k
} }