blob: 99e9d5b9261ac8974158c9dcf128f6b03985b1b1 [file] [log] [blame]
Ales Komarek32fea932016-12-15 12:20:33 +01001
2=====================
3Generic system models
4=====================
5
6This repo contains general reclass system level of salt model. It is to be
7used along with service models and concrete cluster deployment model.
8
9Network configuration
10=====================
11
Petr Jediný2418e4e2017-02-15 16:12:32 +010012Enable SR-IOV support
13---------------------
14
15Include class at `cluster.<name>.openstack.compute`
16
17- system.nova.compute.sriov
18
19and parameters:
20
21- sriov_nic01: Name of the interface
22- sriov_nic01_numvfs: Number of Virtual Functions
23- sriov_nic01_physical_network: Default "physnet1", label for physical network interface belongs to.
24- sriov_unsafe_interrupts: Default False, needs to be set True if your hw platform does not support interrupt remapping