Ales Komarek | 32fea93 | 2016-12-15 12:20:33 +0100 | [diff] [blame] | 1 | |
| 2 | ===================== |
| 3 | Generic system models |
| 4 | ===================== |
| 5 | |
| 6 | This repo contains general reclass system level of salt model. It is to be |
| 7 | used along with service models and concrete cluster deployment model. |
| 8 | |
| 9 | Network configuration |
| 10 | ===================== |
| 11 | |
Petr Jediný | 2418e4e | 2017-02-15 16:12:32 +0100 | [diff] [blame] | 12 | Enable SR-IOV support |
| 13 | --------------------- |
| 14 | |
| 15 | Include class at `cluster.<name>.openstack.compute` |
| 16 | |
| 17 | - system.nova.compute.sriov |
| 18 | |
| 19 | and 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 |