summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2015-07-02 15:14:26 -0600
committerusd-importer <ubuntu-server@lists.ubuntu.com>2015-07-03 16:03:20 +0000
commit4d3f2d83da5663fd03d7ace3c4c5054bdac13151 (patch)
tree8f824487afd717fca96bbec3fd1f4c63320ba916
parentb8a6fda457fc615c2644af480d6924e86833f466 (diff)
downloadvyos-walinuxagent-4d3f2d83da5663fd03d7ace3c4c5054bdac13151.tar.gz
vyos-walinuxagent-4d3f2d83da5663fd03d7ace3c4c5054bdac13151.zip
disable_provisioning.patch
No DEP3 Subject or Description header found Gbp-Pq: disable_provisioning.patch.
-rw-r--r--config/waagent.conf17
1 files changed, 11 insertions, 6 deletions
diff --git a/config/waagent.conf b/config/waagent.conf
index 756eb4d..c03a1c2 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -2,6 +2,11 @@
# Windows Azure Linux Agent Configuration
#
+# NOTE: Ubuntu uses Cloud-init for disk-provisioning. This will
+# unless you disable Cloud-init disk provisioning. Please see
+# /usr/share/doc/walinuxagent/99-cloud-init-disable-diskprovisioning.conf
+#
+
# Specified program is invoked with the argument "Ready" when we report ready status
# to the endpoint server.
Role.StateConsumer=None
@@ -14,19 +19,19 @@ Role.ConfigurationConsumer=None
Role.TopologyConsumer=None
# Enable instance creation
-Provisioning.Enabled=y
+Provisioning.Enabled=n
# 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
# Monitor host name changes and publish changes via DHCP requests.
-Provisioning.MonitorHostName=y
+Provisioning.MonitorHostName=n
# Decode CustomData from Base64.
Provisioning.DecodeCustomData=n
@@ -35,14 +40,14 @@ Provisioning.DecodeCustomData=n
Provisioning.ExecuteCustomData=n
# Format if unformatted. If 'n', resource disk will not be mounted.
-ResourceDisk.Format=y
+ResourceDisk.Format=n
# File system on the resource disk
# Typically ext3 or ext4. FreeBSD images should use 'ufs2' here.
ResourceDisk.Filesystem=ext4
# Mount point for the resource disk
-ResourceDisk.MountPoint=/mnt/resource
+ResourceDisk.MountPoint=/mnt
# Create and use swapfile on resource disk.
ResourceDisk.EnableSwap=n