cyborg/cyborg
wangzh21 5c4e648159 Add gpu driver
1. Imply gpu driver of passthrough mode.
2. Pre-configure for GPU passthrough(We should move this guide to admin
guide doc later):
a) Edit /etc/default/grub
   Modify GRUB_CMDLINE_LINUX=’… quiet’ to GRUB_CMDLINE_LINUX=’… quiet
   intel_iommu=on’
b) grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
c) Reboot compute node.
d) Check it is successful or not.
   dmesg | grep -e DMAR -e IOMMU
   You would see something echoed.
References:
https://pve.proxmox.com/wiki/Pci_passthrough

3.Remove unused import.
4.Fix spelling mistakes.
5.Fix _match_nova_addr, becase addr in os-acc is like 0000:00:06.0

Story: 2002954
Change-Id: I555b656f80b32eafdc24f9ba81ddc9af416d95e9
2019-03-21 18:01:29 +08:00
..
accelerator Add gpu driver 2019-03-21 18:01:29 +08:00
agent Report data to conductor 2019-03-06 12:11:40 +00:00
api Merge "Add the module used but not be imported" 2019-03-21 02:37:25 +00:00
cmd Add cyborg-status upgrade check command framework 2018-10-26 19:42:43 +05:30
common Add New Driver OVO. 2019-02-27 00:02:42 -05:00
conductor Modified the Deployable Object 2019-02-24 14:39:38 -05:00
conf Add "Report device data to cyborg" 2018-12-16 18:22:49 +08:00
db Add the params default value for method _paginate_query() 2019-03-20 14:06:32 +08:00
hacking Improve pep8 checking along with hacking 2018-08-16 17:22:33 +07:00
image Added Glance Client for Image downloading 2018-10-16 22:44:15 -04:00
objects Improve Intel FPGA driver 2019-03-08 03:26:46 +00:00
services support sub provider 2018-08-10 07:49:37 +00:00
tests Add gpu driver 2019-03-21 18:01:29 +08:00
__init__.py bug fix: devstack can not start cyborg 2018-03-29 20:41:31 +00:00
context.py Added Glance Client for Image downloading 2018-10-16 22:44:15 -04:00
quota.py Quota usage support in Cyborg 2018-08-15 21:08:51 +08:00
service_auth.py Added Glance Client for Image downloading 2018-10-16 22:44:15 -04:00
version.py bug fix: devstack can not start cyborg 2018-03-29 20:41:31 +00:00