~ubuntu-branches/debian/sid/waagent/sid

« back to all changes in this revision

Viewing changes to config/suse/waagent.conf

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2016-10-05 14:10:15 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20161005141015-qufn5j541xvy9cpe
Tags: 2.2.0-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Microsoft Azure Linux Agent Configuration
3
3
#
4
4
 
5
 
# Specified program is invoked with the argument "Ready" when we report ready status
6
 
# to the endpoint server.
7
 
Role.StateConsumer=None
8
 
 
9
 
# Specified program is invoked with XML file argument specifying role
10
 
#  configuration.
11
 
Role.ConfigurationConsumer=None
12
 
 
13
 
# Specified program is invoked with XML file argument specifying role topology.
14
 
Role.TopologyConsumer=None
15
 
 
16
5
# Enable instance creation
17
6
Provisioning.Enabled=y
18
7
 
59
48
# Size of the swapfile.
60
49
ResourceDisk.SwapSizeMB=0
61
50
 
 
51
# Comma-seperated list of mount options. See man(8) for valid options.
 
52
ResourceDisk.MountOptions=None
 
53
 
62
54
# Respond to load balancer probes if requested by Microsoft Azure.
63
55
LBProbeResponder=y
64
56
 
81
73
# Enable RDMA management and set up, should only be used in HPC images
82
74
# OS.EnableRDMA=y
83
75
 
84
 
# Enable or disable self-update, default is enabled
85
 
AutoUpdate.Enabled=y
86
 
AutoUpdate.GAFamily=Prod
 
76
# Enable or disable goal state processing auto-update, default is enabled
 
77
# AutoUpdate.Enabled=y
 
78
 
 
79
# Determine the update family, this should not be changed
 
80
# AutoUpdate.GAFamily=Prod