aboutsummaryrefslogtreecommitdiffstats
path: root/environments/services-docker/neutron-opendaylight-sriov.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-10 12:03:11 +0000
committerGerrit Code Review <review@openstack.org>2017-11-10 12:03:11 +0000
commitd0840a512d830e30730abfaf3b3f734e61fcebd4 (patch)
treed938359f39beb37c432dcd3847bf3453f679381d /environments/services-docker/neutron-opendaylight-sriov.yaml
parent690b938c58af1446bd27c34b17fa45e865241e99 (diff)
parentc95a8a5d1006571f1b6a1e43ac2400fa81237216 (diff)
Merge "Env files for ODL deployments" into stable/pike
Diffstat (limited to 'environments/services-docker/neutron-opendaylight-sriov.yaml')
-rw-r--r--environments/services-docker/neutron-opendaylight-sriov.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/environments/services-docker/neutron-opendaylight-sriov.yaml b/environments/services-docker/neutron-opendaylight-sriov.yaml
new file mode 100644
index 00000000..92bce16b
--- /dev/null
+++ b/environments/services-docker/neutron-opendaylight-sriov.yaml
@@ -0,0 +1,22 @@
+# A Heat environment that can be used to deploy OpenDaylight with SRIOV
+# This file is to be used with neutron-opendaylight.yaml
+
+resource_registry:
+ OS::TripleO::Services::ComputeNeutronCorePlugin: ../../docker/services/neutron-plugin-ml2.yaml
+ OS::TripleO::Services::NeutronSriovAgent: ../../docker/services/neutron-sriov-agent.yaml
+
+parameter_defaults:
+ NeutronMechanismDrivers: ['sriovnicswitch','opendaylight_v2']
+
+ # Add PciPassthroughFilter to the scheduler default filters
+ #NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
+ #NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
+
+ #NeutronPhysicalDevMappings: "datacentre:ens20f2"
+
+ # Number of VFs that needs to be configured for a physical interface
+ #NeutronSriovNumVFs: "ens20f2:5"
+
+ #NovaPCIPassthrough:
+ # - devname: "ens20f2"
+ # physical_network: "datacentre" \ No newline at end of file