aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-opendaylight-honeycomb.yaml
blob: 6837fbe14fef1d26ea1dc770a207e5c499b6d40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# A Heat environment that can be used to deploy OpenDaylight with Honeycomb Agent
resource_registry:
  OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
  OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
  OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None
  OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml
  OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml
  OS::TripleO::Services::NeutronHoneycombAgent: ../puppet/services/neutron-odl-honeycomb-agent.yaml
  OS::TripleO::Services::Vpp: ../puppet/services/vpp.yaml
  OS::TripleO::Services::NeutronL3Agent: OS::Heat::None

parameter_defaults:
  NeutronNetworkType: 'vxlan'
  NeutronL3HA: false
  #NUMATopologyFilter is required for vhostuser interfaces
  #NovaSchedulerDefaultFilters: "RamFilter,ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
  OpenDaylightFeatures: "odl-netconf-all,odl-vbd,odl-groupbasedpolicy-neutron-vpp-mapper,odl-restconf"
  NeutronEnableForceMetadata: true
  NeutronMechanismDrivers: 'opendaylight_v2'
  NeutronServicePlugins: 'odl-router_v2'
  #Opendaylight Port binding controller
  OpenDaylightPortBindingController: 'pseudo-agentdb-binding'
  #URI for neutron hostconfig in Opendaylight
  OpenDaylightHostconfURI: 'restconf/operational/neutron:neutron/hostconfigs'
  ExtraConfig:
    neutron::agents::dhcp::interface_driver: "neutron.agent.linux.interface.NSDriver"