mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-03 12:21:33 +00:00
Merge pull request #144 from Azure/2.0_rdma
merge the rdma code into the 2.0.16
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user