From db1ff2f370cdfaefb82921fc886a35fe52f6bcce Mon Sep 17 00:00:00 2001 From: Hans Krijger Date: Thu, 18 Aug 2016 10:37:23 -0700 Subject: [PATCH] update configuration files for #369 (#372) --- config/alpine/waagent.conf | 17 ++++++----------- config/coreos/waagent.conf | 19 +++++-------------- config/freebsd/waagent.conf | 19 +++++-------------- config/suse/waagent.conf | 19 +++++-------------- config/ubuntu/waagent.conf | 19 +++++-------------- config/waagent.conf | 19 +++++-------------- 6 files changed, 31 insertions(+), 81 deletions(-) diff --git a/config/alpine/waagent.conf b/config/alpine/waagent.conf index 19326e5..083461e 100644 --- a/config/alpine/waagent.conf +++ b/config/alpine/waagent.conf @@ -2,17 +2,6 @@ # Windows 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=y @@ -69,3 +58,9 @@ OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None + +# Enable or disable goal state processing auto-update, default is enabled +# AutoUpdate.Enabled=y + +# Determine the update family, this should not be changed +# AutoUpdate.GAFamily=Prod diff --git a/config/coreos/waagent.conf b/config/coreos/waagent.conf index 05095f3..69c4f51 100644 --- a/config/coreos/waagent.conf +++ b/config/coreos/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=y @@ -96,6 +85,8 @@ 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 -AutoUpdate.Enabled=y -AutoUpdate.GAFamily=Prod +# Enable or disable goal state processing auto-update, default is enabled +# AutoUpdate.Enabled=y + +# Determine the update family, this should not be changed +# AutoUpdate.GAFamily=Prod diff --git a/config/freebsd/waagent.conf b/config/freebsd/waagent.conf index 907b219..4499486 100644 --- a/config/freebsd/waagent.conf +++ b/config/freebsd/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=y @@ -94,6 +83,8 @@ OS.SudoersDir=/usr/local/etc/sudoers.d # 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 +# Enable or disable goal state processing auto-update, default is enabled +# AutoUpdate.Enabled=y + +# Determine the update family, this should not be changed +# AutoUpdate.GAFamily=Prod diff --git a/config/suse/waagent.conf b/config/suse/waagent.conf index 8ea3195..4b1ed87 100644 --- a/config/suse/waagent.conf +++ b/config/suse/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=y @@ -81,6 +70,8 @@ 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 -AutoUpdate.Enabled=y -AutoUpdate.GAFamily=Prod +# Enable or disable goal state processing auto-update, default is enabled +# AutoUpdate.Enabled=y + +# Determine the update family, this should not be changed +# AutoUpdate.GAFamily=Prod diff --git a/config/ubuntu/waagent.conf b/config/ubuntu/waagent.conf index ca68044..e629744 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 @@ -81,6 +70,8 @@ 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 -AutoUpdate.Enabled=y -AutoUpdate.GAFamily=Prod +# Enable or disable goal state processing auto-update, default is enabled +# AutoUpdate.Enabled=y + +# Determine the update family, this should not be changed +# AutoUpdate.GAFamily=Prod diff --git a/config/waagent.conf b/config/waagent.conf index c28a651..a796488 100644 --- a/config/waagent.conf +++ b/config/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=y @@ -93,6 +82,8 @@ 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 -AutoUpdate.Enabled=y -AutoUpdate.GAFamily=Prod +# Enable or disable goal state processing auto-update, default is enabled +# AutoUpdate.Enabled=y + +# Determine the update family, this should not be changed +# AutoUpdate.GAFamily=Prod