forked from camsas/firmament
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating README file and adding release notes
- Loading branch information
1 parent
a91d754
commit 71a1ee1
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Release notes for firmament v0.1 | ||
|
||
# Significant changes | ||
|
||
* Adding a new CPU-MEM cost model. | ||
|
||
* Bug fixes and lock improvements. | ||
|
||
# Required Actions | ||
|
||
To enable the new CPU-MEM cost model ```--flow_scheduling_cost_model``` | ||
flag should be set to '10' | ||
like shown below | ||
|
||
```--flow_scheduling_cost_model=10``` | ||
|
||
# Highlighted changes | ||
|
||
(to follow) | ||
|
||
# Full change list | ||
|
||
* [Lock improvement](https://github.com/Huawei-PaaS/firmament/commit/3195a494b5993c460ae80af6379fef79e75131c9) | ||
* [Added cpu mem cost model](https://github.com/Huawei-PaaS/firmament/commit/d0aef3798e891f7210aa87bbf21fb3002381d6f4) | ||
* [Added code which computes machine samples/resource stats statically and updates knowledge base](https://github.com/Huawei-PaaS/firmament/commit/dc96ff6f29b18b6297cf7262797fb23e061a1e6f) | ||
* [Issue](https://github.com/Huawei-PaaS/firmament/commit/4e38db8ed4e4aa6dcc85dfa40b2e9fa3b07b401c) | ||
* [Issue](https://github.com/Huawei-PaaS/firmament/commit/a50d38c9704e07bea3c5e1b7218f357f137148cb) | ||
* [Issue](https://github.com/Huawei-PaaS/firmament/commit/2ca53f1ab513946ed39d99be1b0172121f8f54a8) | ||
* [Removing redundant var declaration](https://github.com/Huawei-PaaS/firmament/commit/614d03bfa8dcfe942fd482315e641d311386afbf) | ||
* [Modified github repo in Dockerfile.](https://github.com/Huawei-PaaS/firmament/commit/65937c4a769296520b2ea21a1bd38fdf7fb28172) | ||
* [Updated Dockerfile.](https://github.com/Huawei-PaaS/firmament/commit/c21237c27f6f71000552a57ab14faee90ae5ce42) | ||
* [Modifying the Dockerfile and the config file](https://github.com/Huawei-PaaS/firmament/commit/720ad22af28ed1b2ea84377ec9679bef413746e0) | ||
* [Adding the grpc health check serivce to firmament](https://github.com/Huawei-PaaS/firmament/commit/a91d754bc38d047780e1f5332157361f6496f885) |