summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorƁukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com>2017-07-03 13:44:00 +0200
committerusd-importer <ubuntu-server@lists.ubuntu.com>2017-07-03 12:23:41 +0000
commit3b334af52047d00a3b5b413b18507fb4359d54ec (patch)
tree16c0ef18fda0f3b3d505f398deeebb14e4b5560c
parent8feec3d7f819c041bccaa7f90c12fd422672029b (diff)
downloadvyos-walinuxagent-3b334af52047d00a3b5b413b18507fb4359d54ec.tar.gz
vyos-walinuxagent-3b334af52047d00a3b5b413b18507fb4359d54ec.zip
disable_import_test.patch
No DEP3 Subject or Description header found Gbp-Pq: disable_import_test.patch.
-rw-r--r--config/waagent.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/waagent.conf b/config/waagent.conf
index b1b1ba3..da97bab 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -3,16 +3,16 @@
#
# Enable instance creation
-Provisioning.Enabled=y
+Provisioning.Enabled=n
# Rely on cloud-init to provision
Provisioning.UseCloudInit=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
@@ -36,14 +36,14 @@ Provisioning.ExecuteCustomData=n
Provisioning.AllowResetSysUser=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