summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben.howard@ubuntu.com>2014-11-18 05:40:07 -0700
committerusd-importer <ubuntu-server@lists.ubuntu.com>2014-11-18 12:46:21 +0000
commit8bd34c04be62f6844c876aa63f9538f6a2dcc086 (patch)
tree4d8e74b10cd97c551c1a94bb75691286ba2d1fc2
parentc2489b98bfe66b33f157eced992cad63a02b45b7 (diff)
downloadvyos-walinuxagent-8bd34c04be62f6844c876aa63f9538f6a2dcc086.tar.gz
vyos-walinuxagent-8bd34c04be62f6844c876aa63f9538f6a2dcc086.zip
Disable provisioning
Gbp-Pq: disable_provisioning.patch.
-rw-r--r--config/waagent.conf17
1 files changed, 10 insertions, 7 deletions
diff --git a/config/waagent.conf b/config/waagent.conf
index c7cb96a..5e26508 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -1,6 +1,9 @@
#
# Windows Azure Linux Agent Configuration
#
+# Ubuntu uses Cloud-init to provision on Windows Azure. This configuration
+# file is used to ensure that cloud-init does the prep of the disk
+#
# Specified program is invoked with the argument "Ready" when we report ready status
# to the endpoint server.
@@ -14,29 +17,29 @@ 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
# 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
-# ount point for the resource disk
-ResourceDisk.MountPoint=/mnt/resource
+# Mount point for the resource disk
+ResourceDisk.MountPoint=/mnt
# Create and use swapfile on resource disk.
ResourceDisk.EnableSwap=n