Commit Graph

6 Commits

Author SHA1 Message Date
zhangbailin d9233bc429 Switch using Launchpad instead of Storyboard
In Xena release, we will using launchpad to trace Cyborg feature and
bugs, this patch changes the docs and releasenote config to launchpad.

Xena-PTG Etherpad: https://etherpad.opendev.org/p/cyborg-xena-ptg

Change-Id: I29c134420d341977a68ab11ba7dcb425caea44ff
2021-04-08 02:35:09 +00:00
Sundar Nadathur 2b52672457 Update contributing.rst per Ussuri goal and guidelines.
Please see:
http://lists.openstack.org/pipermail/openstack-discuss/2020-March/013003.html

Change-Id: I8f4b8b25a0478d372f44e3691142a2d03a8bd01b
2020-04-01 06:54:09 +00:00
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
shangxiaobj f454e41bf6 Update and replace http with https for doc links in cyborg
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I5644f38cf56f1e3b6a31252523a3bf28248e9f08
2017-09-12 22:46:46 -07:00
zhipengh 43e717bd9e Rename old Nomad files to Cyborg
Replace nomad with cyborg in the skeleton, also update
test-requirement.txt

Change-Id: I2b3f54f2591facc6bab7ab8f41fb8c9919b01845
2017-02-05 22:31:28 +08:00
zhipengh 84fc02aedb initial setup "correct tox.ini testr and test-requirement.txt requirement
, add .testr.cof"

Change-Id: I5abe3fe60897e22edefaf226f9431d5ade2797e1
2016-01-18 14:29:39 +08:00