aboutsummaryrefslogtreecommitdiffstats
path: root/environments/services-docker
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-09-11 15:57:52 +0000
committerGerrit Code Review <review@openstack.org>2017-09-11 15:57:52 +0000
commitd99b7b9e067a036352fdc94217195f3d7055ea7b (patch)
tree3615dba2fbb39da57dfc20b91384ac91a3e359a6 /environments/services-docker
parentbb28bfd03c3897781f277bbcf07c241e43efdc75 (diff)
parent5d977e5e1bbf5eba378c9aaff02a44f747f642e6 (diff)
Merge "Add Neutron SR-IOV agent container" into stable/pike
Diffstat (limited to 'environments/services-docker')
-rw-r--r--environments/services-docker/neutron-sriov.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/environments/services-docker/neutron-sriov.yaml b/environments/services-docker/neutron-sriov.yaml
new file mode 100644
index 00000000..91725868
--- /dev/null
+++ b/environments/services-docker/neutron-sriov.yaml
@@ -0,0 +1,12 @@
+# EXPERIMENTAL: The configuration enabled by this environment is not considered
+# production-ready.
+#
+# A Heat environment that can be used to enable SR-IOV support in neutron.
+resource_registry:
+ OS::TripleO::Services::NeutronSriovAgent: ../../docker/services/neutron-sriov-agent.yaml
+ OS::TripleO::Services::NeutronSriovHostConfig: ../../puppet/services/neutron-sriov-host-config.yaml
+
+parameter_defaults:
+ NeutronMechanismDrivers: ['sriovnicswitch','openvswitch']
+ NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
+ NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]