aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-ml2-vpp.yaml
blob: 1dec395c6c7bfe0c118aa6d4d507858f6a6a8dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Environment file used to enable networking-vpp ML2 mechanism driver

resource_registry:
  OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
  OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
  OS::TripleO::Services::NeutronVppAgent: ../puppet/services/neutron-vpp-agent.yaml
  OS::TripleO::Services::Etcd: ../puppet/services/etcd.yaml
  OS::TripleO::Services::Vpp: ../puppet/services/vpp.yaml

parameter_defaults:
  #Comma delimited list of <physical_network>:<VPP Interface>.
  #Example: "datacentre:GigabitEthernet2/2/0"
  #NeutronVPPAgentPhysnets: ""

  NeutronMechanismDrivers: vpp
  NeutronNetworkType: vlan
  NeutronServicePlugins: router
  NeutronTypeDrivers: vlan,flat
  ExtraConfig:
    # Use Linux Bridge driver for DHCP and L3 agent.
    neutron::agents::dhcp::interface_driver: "neutron.agent.linux.interface.BridgeInterfaceDriver"
    neutron::agents::l3::interface_driver: "neutron.agent.linux.interface.BridgeInterfaceDriver"