diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-04-07 16:48:16 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-04-08 16:53:31 +0000 |
commit | 75e067cb6f84d1834dea8aeab0722e9ffc651466 (patch) | |
tree | 9b0ec66d047fb6f35f7d04747b2bd9c2421c11d6 /README | |
parent | 7e039dbf3ac6a0eea7ae6c673bdbfbec8d7a8047 (diff) | |
download | vyos-walinuxagent-75e067cb6f84d1834dea8aeab0722e9ffc651466.tar.gz vyos-walinuxagent-75e067cb6f84d1834dea8aeab0722e9ffc651466.zip |
Import patches-unapplied version 2.0.4-0ubuntu1 to ubuntu/trusty-proposed
Imported using git-ubuntu import.
Changelog parent: 7e039dbf3ac6a0eea7ae6c673bdbfbec8d7a8047
New changelog entries:
* Update to latest upstream version 2.0.4 (LP: #1304023).
- Includes ability for agent injection.
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -22,9 +22,9 @@ functionality for Linux and FreeBSD IaaS deployments: - Ensures the stability of the network interface name * Kernel - - Configuring virtual NUMA + - Configure virtual NUMA (disable for kernel <2.6.37) - Consume Hyper-V entropy for /dev/random - - Configuring SCSI timeouts for the root device (which could be remote) + - Configure SCSI timeouts for the root device (which could be remote) * Diagnostics - Console redirection to the serial port @@ -50,7 +50,7 @@ REQUIREMENTS The following systems have been tested and are known to work with the Windows Azure Linux Agent. Please note that this list may differ from the official -list of supported systems on the Windows Azure Platform described here: +list of supported systems on the Windows Azure Platform as described here: http://support.microsoft.com/kb/2805216 Supported Linux Distributions: @@ -66,7 +66,7 @@ http://support.microsoft.com/kb/2805216 Waagent depends on some system packages in order to function properly: - * Python 2.4+ + * Python 2.5+ * OpenSSL 1.0+ * OpenSSH 5.3+ * Filesystem utilities: sfdisk, fdisk, mkfs @@ -201,7 +201,7 @@ Role.TopologyConsumer: Type: String Default: None If a path to an executable program is specified, the program is invoked when the -Fabric indicates that a new network topology layout is available for the VM.The +Fabric indicates that a new network topology layout is available for the VM. The path to the XML configuration file is provided as an argument to the executable. This may be invoked multiple times whenever the network topology changes (due to service healing for example). A sample file is provided in the Appendix. Please @@ -264,7 +264,8 @@ Type: String Default: ext4 This specifies the filesystem type for the resource disk. Supported values vary by Linux distribution. If the string is X, then mkfs.X should be present on the -Linux image. FreeBSD images should use 'ufs2' here. +Linux image. SLES 11 images should typically use 'ext3'. FreeBSD images should +use 'ufs2' here. ResourceDisk.MountPoint: Type: String Default: /mnt/resource |