Merge "Disable xinetd class when creating swift-storage puppet configuration" into...
[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   NeutronPluginExtensions: 'port_security'
15   NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
16   NeutronServicePlugins: 'odl-router_v2,trunk'
17
18   # Add PciPassthroughFilter to the scheduler default filters
19   #NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
20   #NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
21
22   #NeutronPhysicalDevMappings: "datacentre:ens20f2"
23
24   # Number of VFs that needs to be configured for a physical interface
25   #NeutronSriovNumVFs: "ens20f2:5"
26
27   #NovaPCIPassthrough:
28   #  - devname: "ens20f2"
29   #    physical_network: "datacentre"