Add panko publisher in the event pipeline
[apex-tripleo-heat-templates.git] / environments / neutron-opendaylight-sriov.yaml
1 # A Heat environment that can be used to deploy OpenDaylight with SRIOV
2 resource_registry:
3   OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
4   OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
5   OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-plugin-ml2.yaml
6   OS::TripleO::Services::NeutronCorePlugin: ../puppet/services/neutron-plugin-ml2-odl.yaml
7   OS::TripleO::Services::OpenDaylightApi: ../puppet/services/opendaylight-api.yaml
8   OS::TripleO::Services::OpenDaylightOvs: ../puppet/services/opendaylight-ovs.yaml
9   OS::TripleO::Services::NeutronSriovAgent: ../puppet/services/neutron-sriov-agent.yaml
10   OS::TripleO::Services::NeutronL3Agent: OS::Heat::None
11
12 parameter_defaults:
13   NeutronEnableForceMetadata: true
14   NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
15   NeutronServicePlugins: 'odl-router_v2,trunk'
16
17   # Add PciPassthroughFilter to the scheduler default filters
18   #NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
19   #NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
20
21   #NeutronPhysicalDevMappings: "datacentre:ens20f2"
22
23   # Number of VFs that needs to be configured for a physical interface
24   #NeutronSriovNumVFs: "ens20f2:5"
25
26   #NovaPCIPassthrough:
27   #  - devname: "ens20f2"
28   #    physical_network: "datacentre"