Added environment file for SR-IOV deployment
authorkarthik s <ksundara@redhat.com>
Wed, 31 Aug 2016 12:22:33 +0000 (17:52 +0530)
committerkarthik s <ksundara@redhat.com>
Thu, 1 Sep 2016 06:21:47 +0000 (11:51 +0530)
Change-Id: I9afb1d57d08504346f669239ab3d9cce100c7655
Implements: blueprint tripleo-sriov
Signed-off-by: karthik s <ksundara@redhat.com>
environments/neutron-sriov.yaml [new file with mode: 0755]

diff --git a/environments/neutron-sriov.yaml b/environments/neutron-sriov.yaml
new file mode 100755 (executable)
index 0000000..9b7e51f
--- /dev/null
@@ -0,0 +1,22 @@
+## A Heat environment that can be used to deploy SR-IOV
+resource_registry:
+  OS::TripleO::Services::NeutronSriovAgent: ../puppet/services/neutron-sriov-agent.yaml
+
+parameter_defaults:
+  NeutronMechanismDrivers: ['openvswitch','sriovnicswitch']
+
+  # 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"]
+
+  # Provide the vendorid:productid of the VFs
+  #NeutronSupportedPCIVendorDevs: ['8086:154c','8086:10ca','8086:1520']
+
+  #NeutronPhysicalDevMappings: "datacentre:ens20f2"
+
+  # Number of VFs that needs to be configured for a physical interface
+  #NeutronSriovNumVFs: "ens20f2:5"
+
+  #NovaPCIPassthrough:
+  #  - devname: "ens20f2"
+  #    physical_network: "datacentre"