summaryrefslogtreecommitdiff
path: root/config/ubuntu/waagent.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/ubuntu/waagent.conf')
-rw-r--r--config/ubuntu/waagent.conf25
1 files changed, 12 insertions, 13 deletions
diff --git a/config/ubuntu/waagent.conf b/config/ubuntu/waagent.conf
index cb31824..34e62a6 100644
--- a/config/ubuntu/waagent.conf
+++ b/config/ubuntu/waagent.conf
@@ -2,17 +2,6 @@
# Microsoft Azure Linux Agent Configuration
#
-# Specified program is invoked with the argument "Ready" when we report ready status
-# to the endpoint server.
-Role.StateConsumer=None
-
-# Specified program is invoked with XML file argument specifying role
-# configuration.
-Role.ConfigurationConsumer=None
-
-# Specified program is invoked with XML file argument specifying role topology.
-Role.TopologyConsumer=None
-
# Enable instance creation
Provisioning.Enabled=n
@@ -59,6 +48,9 @@ ResourceDisk.EnableSwap=n
# Size of the swapfile.
ResourceDisk.SwapSizeMB=0
+# Comma-seperated list of mount options. See man(8) for valid options.
+ResourceDisk.MountOptions=None
+
# Respond to load balancer probes if requested by Microsoft Azure.
LBProbeResponder=y
@@ -81,6 +73,13 @@ OS.OpensslPath=None
# Enable RDMA management and set up, should only be used in HPC images
# OS.EnableRDMA=y
-# Enable or disable self-update, default is enabled
+# Enable or disable goal state processing auto-update, default is enabled
AutoUpdate.Enabled=n
-AutoUpdate.GAFamily=Prod
+
+# Determine the update family, this should not be changed
+# AutoUpdate.GAFamily=Prod
+
+# Determine if the overprovisioning feature is enabled. If yes, hold extension
+# handling until inVMArtifactsProfile.OnHold is false.
+# Default is disabled
+# EnableOverProvisioning=n