
Moved roles to the parent directory so that different adapters don't have duplicated roles in their respective paths. Change-Id: Ia71c473b33fed94276d4d0b4764b2f4ab2e988e0
26 lines
756 B
Clojure
26 lines
756 B
Clojure
interfaces {
|
|
restore-original-config-on-shutdown: false
|
|
interface {{ hostvars[inventory_hostname][neutron_vxlan_interface|default(internal_interface)]['device'] }} {
|
|
description: "Internal pNodes interface"
|
|
disable: false
|
|
default-system-config
|
|
}
|
|
}
|
|
|
|
protocols {
|
|
igmp {
|
|
disable: false
|
|
interface {{ hostvars[inventory_hostname][neutron_vxlan_interface|default(internal_interface)]['device'] }} {
|
|
vif {{ hostvars[inventory_hostname][neutron_vxlan_interface|default(internal_interface)]['device'] }} {
|
|
disable: false
|
|
version: 3
|
|
}
|
|
}
|
|
traceoptions {
|
|
flag all {
|
|
disable: false
|
|
}
|
|
}
|
|
}
|
|
}
|