diff options
Diffstat (limited to 'config/ubuntu/waagent.conf')
-rw-r--r-- | config/ubuntu/waagent.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/ubuntu/waagent.conf b/config/ubuntu/waagent.conf index 734a403..71f2c04 100644 --- a/config/ubuntu/waagent.conf +++ b/config/ubuntu/waagent.conf @@ -82,6 +82,9 @@ OS.SshDir=/etc/ssh # Enable RDMA management and set up, should only be used in HPC images # OS.EnableRDMA=y +# Enable RDMA kernel update, this value is effective on Ubuntu +# OS.UpdateRdmaDriver=y + # Enable or disable goal state processing auto-update, default is enabled # AutoUpdate.Enabled=y @@ -92,3 +95,12 @@ OS.SshDir=/etc/ssh # handling until inVMArtifactsProfile.OnHold is false. # Default is disabled # EnableOverProvisioning=n + +# Allow fallback to HTTP if HTTPS is unavailable +# Note: Allowing HTTP (vs. HTTPS) may cause security risks +# OS.AllowHTTP=n + +# Add firewall rules to protect access to Azure host node services +# Note: +# - The default is false to protect the state of exising VMs +OS.EnableFirewall=y |