From 4fb0b5a09b26135ade285844da5d7dfe582a8d4c Mon Sep 17 00:00:00 2001 From: Ɓukasz 'sil2100' Zemczak Date: Thu, 18 May 2017 19:58:02 +0200 Subject: Import patches-unapplied version 2.2.12-0ubuntu1 to ubuntu/artful-proposed Imported using git-ubuntu import. Changelog parent: 473ad6fbfe0b9c3b362b530492928303f2b4c7f3 New changelog entries: * New upstream release (LP: #1690854). - Refreshed debian/patches/disable_import_test.patch. --- config/alpine/waagent.conf | 9 ++++ config/arch/waagent.conf | 109 +++++++++++++++++++++++++++++++++++++++++ config/bigip/waagent.conf | 9 ++++ config/clearlinux/waagent.conf | 9 ++++ config/coreos/waagent.conf | 9 ++++ config/freebsd/waagent.conf | 9 ++++ config/gaia/waagent.conf | 106 +++++++++++++++++++++++++++++++++++++++ config/suse/waagent.conf | 9 ++++ config/ubuntu/waagent.conf | 9 ++++ config/waagent.conf | 9 ++++ 10 files changed, 287 insertions(+) create mode 100644 config/arch/waagent.conf create mode 100644 config/gaia/waagent.conf (limited to 'config') diff --git a/config/alpine/waagent.conf b/config/alpine/waagent.conf index 1161552..2e3f6a5 100644 --- a/config/alpine/waagent.conf +++ b/config/alpine/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -56,12 +59,18 @@ Logs.Verbose=n # Preferred network interface to communicate with Azure platform Network.Interface=eth0 +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # Enable or disable goal state processing auto-update, default is enabled # AutoUpdate.Enabled=y diff --git a/config/arch/waagent.conf b/config/arch/waagent.conf new file mode 100644 index 0000000..686b90c --- /dev/null +++ b/config/arch/waagent.conf @@ -0,0 +1,109 @@ +# +# Microsoft Azure Linux Agent Configuration +# + +# Enable instance creation +Provisioning.Enabled=y + +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + +# Password authentication for root account will be unavailable. +Provisioning.DeleteRootPassword=n + +# Generate fresh host key pair. +Provisioning.RegenerateSshHostKeyPair=y + +# Supported values are "rsa", "dsa" and "ecdsa". +Provisioning.SshHostKeyPairType=rsa + +# Monitor host name changes and publish changes via DHCP requests. +Provisioning.MonitorHostName=y + +# Decode CustomData from Base64. +Provisioning.DecodeCustomData=n + +# Execute CustomData after provisioning. +Provisioning.ExecuteCustomData=n + +# Algorithm used by crypt when generating password hash. +#Provisioning.PasswordCryptId=6 + +# Length of random salt used when generating password hash. +#Provisioning.PasswordCryptSaltLength=10 + +# Allow reset password of sys user +Provisioning.AllowResetSysUser=n + +# Format if unformatted. If 'n', resource disk will not be mounted. +ResourceDisk.Format=y + +# 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 + +# Create and use swapfile on resource disk. +ResourceDisk.EnableSwap=n + +# Size of the swapfile. +ResourceDisk.SwapSizeMB=0 + +# Comma-seperated list of mount options. See man(8) for valid options. +ResourceDisk.MountOptions=None + +# Respond to load balancer probes if requested by Windows Azure. +LBProbeResponder=y + +# Enable verbose logging (y|n) +Logs.Verbose=n + +# Is FIPS enabled +OS.EnableFIPS=n + +# Root device timeout in seconds. +OS.RootDeviceScsiTimeout=300 + +# If "None", the system default version is used. +OS.OpensslPath=None + +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + +# If set, agent will use proxy server to access internet +#HttpProxy.Host=None +#HttpProxy.Port=None + +# Detect Scvmm environment, default is n +# DetectScvmmEnv=n + +# +# Lib.Dir=/var/lib/waagent + +# +# DVD.MountPoint=/mnt/cdrom/secure + +# +# Pid.File=/var/run/waagent.pid + +# +# Extension.LogDir=/var/log/azure + +# +# Home.Dir=/home + +# Enable RDMA management and set up, should only be used in HPC images +# OS.EnableRDMA=y + +# 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 + +# Determine if the overprovisioning feature is enabled. If yes, hold extension +# handling until inVMArtifactsProfile.OnHold is false. +# Default is disabled +# EnableOverProvisioning=n diff --git a/config/bigip/waagent.conf b/config/bigip/waagent.conf index 06e6931..a6a380b 100644 --- a/config/bigip/waagent.conf +++ b/config/bigip/waagent.conf @@ -16,6 +16,9 @@ Role.TopologyConsumer=None # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -51,12 +54,18 @@ LBProbeResponder=y # Enable verbose logging (y|n) Logs.Verbose=n +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # Specify location of waagent lib dir on BIG-IP Lib.Dir=/shared/vadc/azure/waagent/ diff --git a/config/clearlinux/waagent.conf b/config/clearlinux/waagent.conf index c0d17a8..6606cd7 100644 --- a/config/clearlinux/waagent.conf +++ b/config/clearlinux/waagent.conf @@ -16,6 +16,9 @@ Role.TopologyConsumer=None # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -56,12 +59,18 @@ ResourceDisk.SwapSizeMB=0 # Enable verbose logging (y|n) Logs.Verbose=n +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # Enable or disable self-update, default is enabled AutoUpdate.Enabled=y AutoUpdate.GAFamily=Prod diff --git a/config/coreos/waagent.conf b/config/coreos/waagent.conf index 323331f..664d037 100644 --- a/config/coreos/waagent.conf +++ b/config/coreos/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=n @@ -57,6 +60,12 @@ LBProbeResponder=y # Enable verbose logging (y|n) Logs.Verbose=n +# Is FIPS enabled +OS.EnableFIPS=n + +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 diff --git a/config/freebsd/waagent.conf b/config/freebsd/waagent.conf index 0589831..5149573 100644 --- a/config/freebsd/waagent.conf +++ b/config/freebsd/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -51,12 +54,18 @@ ResourceDisk.MountOptions=None # Enable verbose logging (y|n) Logs.Verbose=n +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + OS.PasswordPath=/etc/master.passwd OS.SudoersDir=/usr/local/etc/sudoers.d diff --git a/config/gaia/waagent.conf b/config/gaia/waagent.conf new file mode 100644 index 0000000..43ad35d --- /dev/null +++ b/config/gaia/waagent.conf @@ -0,0 +1,106 @@ +# +# Microsoft Azure Linux Agent Configuration +# + +# Enable instance creation +Provisioning.Enabled=y + +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + +# Password authentication for root account will be unavailable. +Provisioning.DeleteRootPassword=n + +# Generate fresh host key pair. +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=n + +# Decode CustomData from Base64. +Provisioning.DecodeCustomData=y + +# Execute CustomData after provisioning. +Provisioning.ExecuteCustomData=n + +# Algorithm used by crypt when generating password hash. +Provisioning.PasswordCryptId=1 + +# Length of random salt used when generating password hash. +#Provisioning.PasswordCryptSaltLength=10 + +# Allow reset password of sys user +Provisioning.AllowResetSysUser=y + +# Format if unformatted. If 'n', resource disk will not be mounted. +ResourceDisk.Format=y + +# File system on the resource disk +# Typically ext3 or ext4. FreeBSD images should use 'ufs2' here. +ResourceDisk.Filesystem=ext3 + +# Mount point for the resource disk +ResourceDisk.MountPoint=/mnt/resource + +# Create and use swapfile on resource disk. +ResourceDisk.EnableSwap=y + +# Size of the swapfile. +ResourceDisk.SwapSizeMB=1024 + +# Comma-seperated list of mount options. See man(8) for valid options. +ResourceDisk.MountOptions=None + +# Enable verbose logging (y|n) +Logs.Verbose=y + +# Is FIPS enabled +OS.EnableFIPS=n + +# Root device timeout in seconds. +OS.RootDeviceScsiTimeout=300 + +# If "None", the system default version is used. +OS.OpensslPath=/var/lib/waagent/openssl + +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + +# If set, agent will use proxy server to access internet +#HttpProxy.Host=None +#HttpProxy.Port=None + +# Detect Scvmm environment, default is n +# DetectScvmmEnv=n + +# +# Lib.Dir=/var/lib/waagent + +# +# DVD.MountPoint=/mnt/cdrom/secure + +# +# Pid.File=/var/run/waagent.pid + +# +# Extension.LogDir=/var/log/azure + +# +# Home.Dir=/home + +# Enable RDMA management and set up, should only be used in HPC images +OS.EnableRDMA=n + +# Enable or disable goal state processing auto-update, default is enabled +AutoUpdate.Enabled=n + +# Determine the update family, this should not be changed +# AutoUpdate.GAFamily=Prod + +# Determine if the overprovisioning feature is enabled. If yes, hold extension +# handling until inVMArtifactsProfile.OnHold is false. +# Default is disabled +# EnableOverProvisioning=n diff --git a/config/suse/waagent.conf b/config/suse/waagent.conf index ca53acf..b2e90a8 100644 --- a/config/suse/waagent.conf +++ b/config/suse/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -57,12 +60,18 @@ LBProbeResponder=y # Enable verbose logging (y|n) Logs.Verbose=n +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # If set, agent will use proxy server to access internet #HttpProxy.Host=None #HttpProxy.Port=None diff --git a/config/ubuntu/waagent.conf b/config/ubuntu/waagent.conf index dbc80fc..734a403 100644 --- a/config/ubuntu/waagent.conf +++ b/config/ubuntu/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=n +# Rely on cloud-init to provision +Provisioning.UseCloudInit=y + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -57,12 +60,18 @@ LBProbeResponder=y # Enable verbose logging (y|n) Logs.Verbose=n +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # If set, agent will use proxy server to access internet #HttpProxy.Host=None #HttpProxy.Port=None diff --git a/config/waagent.conf b/config/waagent.conf index 8a69462..b1b1ba3 100644 --- a/config/waagent.conf +++ b/config/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -54,12 +57,18 @@ ResourceDisk.MountOptions=None # Enable verbose logging (y|n) Logs.Verbose=n +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # If set, agent will use proxy server to access internet #HttpProxy.Host=None #HttpProxy.Port=None -- cgit v1.2.3