diff options
Diffstat (limited to 'config/coreos/waagent.conf')
-rw-r--r-- | config/coreos/waagent.conf | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/config/coreos/waagent.conf b/config/coreos/waagent.conf index 5af0baf..05095f3 100644 --- a/config/coreos/waagent.conf +++ b/config/coreos/waagent.conf @@ -17,19 +17,19 @@ Role.TopologyConsumer=None Provisioning.Enabled=y # Password authentication for root account will be unavailable. -Provisioning.DeleteRootPassword=y +Provisioning.DeleteRootPassword=n # Generate fresh host key pair. -Provisioning.RegenerateSshHostKeyPair=y +Provisioning.RegenerateSshHostKeyPair=n # Supported values are "rsa", "dsa" and "ecdsa". -Provisioning.SshHostKeyPairType=rsa +Provisioning.SshHostKeyPairType=ed25519 # Monitor host name changes and publish changes via DHCP requests. Provisioning.MonitorHostName=y # Decode CustomData from Base64. -Provisioning.DecodeCustomData=y +Provisioning.DecodeCustomData=n # Execute CustomData after provisioning. Provisioning.ExecuteCustomData=n @@ -59,6 +59,9 @@ ResourceDisk.EnableSwap=n # Size of the swapfile. ResourceDisk.SwapSizeMB=0 +# Respond to load balancer probes if requested by Windows Azure. +LBProbeResponder=y + # Enable verbose logging (y|n) Logs.Verbose=n @@ -89,3 +92,10 @@ OS.OpensslPath=None # # Home.Dir=/home + +# Enable RDMA management and set up, should only be used in HPC images +# OS.EnableRDMA=y + +# Enable or disable self-update, default is enabled +AutoUpdate.Enabled=y +AutoUpdate.GAFamily=Prod |