Merge pull request #144 from Azure/2.0_rdma

merge the rdma code into the 2.0.16
This commit is contained in:
andyliuliming
2016-01-07 13:35:53 +08:00
4 changed files with 341 additions and 117 deletions
+4
View File
@@ -5,6 +5,10 @@ tests/status_blob_url.py
build
dist
*.egg-info
.vs/WALinuxAgent/v14/.suo
WALinuxAgent.pyproj
WALinuxAgent.pyproj.user
WALinuxAgent.sln
.coverage
.ropeproject
+3
View File
@@ -1,5 +1,8 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6 Jun 2016, WALinuxAgent 2.0.16
. add the support for the rdma driver installing/updating.
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 Jun 2016, WALinuxAgent 2.0.16
. Handle 410 when reporting health
. Add timeout to http request
+4
View File
@@ -84,3 +84,7 @@ OS.OpensslPath=None
#HttpProxy.Host=None
#HttpProxy.Port=None
# If set, agent will try to update or check the rdma driver
OS.UpdateRdmaDriver=y
OS.CheckRdmaDriver=y
OS.RdmaRepository=https://drivers.suse.com/microsoft/Microsoft-LIS-RDMA/sle-12/updates
+330 -117
View File
File diff suppressed because it is too large Load Diff