Add release pkg related files

Change-Id: I88a259c05b5e13dbe06f0f00c4f73cbc413cd3ee
Signed-off-by: zhipengh <huangzhipeng@huawei.com>
(cherry picked from commit fe04417036)
This commit is contained in:
zhipengh 2018-02-10 10:51:27 +08:00 committed by Zhipeng Huang
parent a437d56680
commit e42d5342b9
4 changed files with 96 additions and 2 deletions

5
.gitignore vendored
View File

@ -2,7 +2,10 @@
*.tox
*.retry
*.testrepository
cyborg.egg-info
openstack_cyborg.egg-info
dist
build
*.DS_Store
# Sample profile
etc/cyborg/policy.json.sample

19
AUTHORS Normal file
View File

@ -0,0 +1,19 @@
00129207 <feng.shengqin@zte.com.cn>
Andreas Jaeger <aj@suse.com>
Arundhati Surpur <arundhati@nectechnologies.in>
Duong Ha-Quang <duonghq@vn.fujitsu.com>
Ian Wienand <iwienand@redhat.com>
James E. Blair <jeblair@redhat.com>
Jinghan Sun <jinghan.sun@intel.com>
Li Liu <liliueecg@gmail.com>
Nguyen Van Trung <trungnv@vn.fujitsu.com>
Rushil Chugh <rushil.chugh@gmail.com>
Shaohe Feng <shaohe.feng@intel.com>
Yaguo Zhou <zhouyaguo@gmail.com>
Zuul <zuul@review.openstack.org>
heluwei <heluwei@huawei.com>
jkilpatr <jkilpatr@redhat.com>
nizam <abdul.nizamuddin@nectechnologies.in>
shangxiaobj <shangxiaobj@inspur.com>
zhipengh <huangzhipeng@huawei.com>
zhuli <zhuli27@huawei.com>

72
ChangeLog Normal file
View File

@ -0,0 +1,72 @@
CHANGES
=======
0.1.0
-----
* bug fix: devstack adds cyborg account and endpoint
* bug fix: rename accelerator to Accelerator
* bug fix: missing i18n.\_()
* add test case for agent resource tracker
* queens release doc fix part 1
* Provide reference implementation for Cyborg
* Added Unit tests for object Accelerator and Deployable
* Add Cyborg SPDK Driver
* Implement FPGA data model and corresponding API
* FPGA driver support
* aggent support resource tracker for FPGA
* Zuul: Remove project name
* Added NOVA Placement API Client and unit tests. This feature is used for updating the placement DB on NOVA side Cyborg DB should be kept up to date with the placement DB all the time
* Fix bug in cyborg/devstack script
* Added proposal for fpga modelling
* Internal API spec
* Let user to setup and run Cyborg by devstack
* Supplementing accelerator CRUD api
* Cyborg FPGA driver support
* Move legacy jobs to project
* Fix 500 error when creating accelerators
* Indicating the location tests directory in oslo\_debug\_helper
* Auto generate cyborg.conf with oslo-config-generator
* Replace jsonutils by common json package
* Cyborg Nova interaction take 2
* Cleanup test-requirements
* Add Cyborg SPDK driver
* Fix issues with devstack script
* add api unit test
* Pike doc clean up
* Update and replace http with https for doc links in cyborg
* Add devstack plugin for Cyborg
* add authtoken-middleware
* Add Release Notes and Architecture Docs
* Update contributing guide
* Updated Hacking doc
* Replace all occurences of Nomad with Cyborg
* Replace DbMigrationError with DBMigrationError
* add policy support
* Cyborg deployment script
* Modify tox.ini to reflect patch tests
* add cyborg-conductor & db
* add cyborg-api v1 & hooks
* Rename nomad to cyborg
* Updating the link of docs,bugs,bps in README.rst
* Database interface using sqlalchemy
* Add cyborg-api command
* Add Pecan/WSME framework for API
* Create driver directories and prototype generic driver
* Cyborg Conductor Stubs
* Removed older version of python added 3.5
* Initial cyborg api and db design proposal
* Agent Stubs
* Accelerator class for internal representation
* Drop MANIFEST.in - it's not needed by pbr
* Don't include openstack/common in flake8 exclude list
* Add basic gitignore file
* Add spec for Cyborg generic driver implementation
* Cyborg Agent Spec
* Conductor spec
* Setup sandbox and specs folder
* Rename old Nomad files to Cyborg
* Rename project in .gitreview
* Cleanup tox.ini: Remove obsolete constraints
* initial setup "correct tox.ini testr and test-requirement.txt requirement , add .testr.cof"
* Added .gitreview

View File

@ -1,5 +1,5 @@
[metadata]
name = cyborg
name = openstack-cyborg
summary = Distributed Acceleration Management as a Service
description-file =
README.rst