openstack-cyborg:feature/cyborg-nova-pilot

Last commit made on 2019-07-10
Get this branch:
git clone -b feature/cyborg-nova-pilot https://git.launchpad.net/openstack-cyborg

Branch merges

Branch information

Name:
feature/cyborg-nova-pilot
Repository:
lp:openstack-cyborg

Recent commits

d91de7c... by Sundar Nadathur <email address hidden>

Merge remote-tracking branch 'origin/master' into merge-branch

Change-Id: Iac9a3845840950c59deac0967cb17231969cddca

74c6890... by Zuul <email address hidden>

Merge "Change attach_info, cpid_info from string to a dict."

f0da22b... by Zuul <email address hidden>

Merge "Fix the section of enabled_drivers"

b407860... by Zuul <email address hidden>

Merge "Fix re defination of GPU"

9ca6134... by Xinran WANG

Change attach_info, cpid_info from string to a dict.

Update GPU and FPGA driver to match the current design:
cpid_info and attach_handle info should be in JSON format.

Change-Id: Id190d2e12d842ec48782f4acfaa2cbd22cd4547a

e3ed8db... by Yikun Jiang

Fix re defination of GPU

The bus/device/function could contain "a-f", but now the regex
template string is not cover this case.

This patch try to fix it.

Change-Id: Iecf1628060193e751233fc915be2c0b488e3e7b0

e8574bb... by Yikun Jiang

Add AICHIP and GENERIC type in DB and obj

1. Add the AICHIP and GENERIC type in DB model
2. Add a migration script.
3. Change the object to fit the new DB model

Change-Id: I4c7a62bba7faf081066446862b7718dee64bb7a1

3725910... by Yikun Jiang

Add the new generic driver

In order to add the support for these specific accelerators,
we propose to improve the generic driver to manage these
devices. We propose to improve the existing GenericDriver.

Change-Id: I9a4fdcfcda3778b87f9bb75df8bdbc136f5bdb66

945d8f4... by Yikun Jiang

Remove the old generic driver

The old generic driver is not used by any other driver, this
patch removed these unused file.

We will add the new generic driver in follow up.

Change-Id: I620409f162a29727fe205421f92a71dda04356f4

75ecc3a... by chenker

Update json module to jsonutils

oslo project provide jsonutils, and cyborg use it in many place[1],
this PS to update the remained json module to oslo jsonutils for
consistency.

Reference link:
[1]. https://github.com/openstack/cyborg/search?q=jsonutils&unscoped_q=jsonutils

Change-Id: Id30a75c83c91b3a01ce12010abd9314630e8f284