Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-06 | Fixes missing neutron base in sriov | Tim Rozet | 1 | -0/+2 | |
This causes issues in deployments that is not using ML2 ComputeNeutronCorePlugin or OVS agent on the compute nodes. Closes-Bug: 1679202 Change-Id: I9cdfd115add8c0d2d3ae6802e7bde007c1677c67 Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 1b93ca14c4d58c360424fbf34f669014b34d3b4b) | |||||
2016-08-29 | Configure the numvfs for SRIOV interfaces | karthik s | 1 | -0/+1 | |
This patch shall create VFs via the PCI SYS interface. Default value : $::os_service_default Sample Format : ['eth0:4','eth2:128'] For values as in sample format, the sriov_numvfs config files for eth0 and eth2 will have the values 4 and 128 respectively The SR-IOV numvfs configuration shall be persisted in /sbin/ifup-local so that, during the bootup of the compute nodes, the numvfs configuration will be restored. Change-Id: I7450b904475bdf46498d9af633416b3eba12f761 Implements: blueprint tripleo-sriov Signed-off-by: karthik s <ksundara@redhat.com> | |||||
2016-06-23 | SR-IOV nic agent changes in line with composable roles. | Sanjay Upadhyay | 1 | -0/+42 | |
implements: blueprint tripleo-sriov Change-Id: I3385d831a339deec7d1315f74b501e76109db811 |