From d55727c01884bde71986ad0823b1efa52c175509 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 25 Jan 2011 15:44:00 -0500 Subject: - change Properties expected in example environment file. - add ubuntu-server.ovf that passes validation via: xmllint --nonet --path open-ovf/mainline/schemas/ \ --noout --schema open-ovf/mainline/schemas/ovf-envelope.xsd \ doc/ovf/ubuntu-server.ovf and via ovftool --schemaValidate doc/ovf/ubuntu-server.ovf where ovftool is 'VMware ovftool 2.0.1 (build-260188) --- doc/ovf/environment.xml | 17 +-- doc/ovf/maverick-server.ovf | 264 -------------------------------------------- doc/ovf/ubuntu-server.ovf | 131 ++++++++++++++++++++++ 3 files changed, 140 insertions(+), 272 deletions(-) mode change 100755 => 100644 doc/ovf/environment.xml delete mode 100644 doc/ovf/maverick-server.ovf create mode 100644 doc/ovf/ubuntu-server.ovf (limited to 'doc') diff --git a/doc/ovf/environment.xml b/doc/ovf/environment.xml old mode 100755 new mode 100644 index 492fa715..3991f71a --- a/doc/ovf/environment.xml +++ b/doc/ovf/environment.xml @@ -19,20 +19,20 @@ - - + + - + - - - + + + + diff --git a/doc/ovf/maverick-server.ovf b/doc/ovf/maverick-server.ovf deleted file mode 100644 index f4f0d4cb..00000000 --- a/doc/ovf/maverick-server.ovf +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - - List of the virtual disks used in the package - - - - Logical networks used in the package - - Logical network used by this appliance. - - - - A virtual machine - - Meta-information about the installed software - My-Product - My-Vendor - My-Version - My-Product-URL - My-Vendor-URL - - - A human-readable annotation - My-Description - - - License agreement for the virtual system - My-License - - - The kind of installed guest operating system - Ubuntu - - - Virtual hardware requirements for a virtual machine - - Virtual Hardware Family - 0 - maverick-server - virtualbox-2.2 - - - 1 virtual CPU - Number of virtual CPUs - 1 virtual CPU - 1 - 3 - 1 - - - MegaBytes - 256 MB of memory - Memory Size - 256 MB of memory - 2 - 4 - 256 - - - 0 - ideController0 - IDE Controller - ideController0 - 3 - PIIX4 - 5 - - - 1 - ideController1 - IDE Controller - ideController1 - 4 - PIIX4 - 5 - - - 0 - sataController0 - SATA Controller - sataController0 - 5 - AHCI - 20 - - - true - Ethernet adapter on 'NAT' - NAT - Ethernet adapter on 'NAT' - 6 - E1000 - 10 - - - 3 - false - sound - Sound Card - sound - 7 - ensoniq1371 - 35 - - - 0 - true - cdrom1 - CD-ROM Drive - cdrom1 - 8 - 4 - 15 - - - 0 - disk1 - Disk Image - disk1 - /disk/vmdisk1 - 9 - 5 - 17 - - - - Complete VirtualBox machine configuration in VirtualBox format - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/ovf/ubuntu-server.ovf b/doc/ovf/ubuntu-server.ovf new file mode 100644 index 00000000..ab415285 --- /dev/null +++ b/doc/ovf/ubuntu-server.ovf @@ -0,0 +1,131 @@ + + + + + + + Virtual disk information + + + + The list of logical networks + + The bridged network + + + + A virtual machine + Ubuntu + + 11.04 (Natty Narwhal) Server + + + Cloud-Init customization + 11.04 (Natty Narwhal) Server + + + Specifies the instance id. This is required and used to determine if the machine should take "first boot" actions + + + Specifies the hostname for the appliance + + + + This field is optional, but indicates that the instance should 'seed' user-data and meta-data from the given url. If set to 'http://tinyurl.com/sm-' is given, meta-data will be pulled from http://tinyurl.com/sm-meta-data and user-data from http://tinyurl.com/sm-user-data + + + + This field is optional, but indicates that the instance should populate the default user's 'authorized_keys' with this value + + + + This value can be either base64 encoded or url encoded. It will be decoded, and then processed normally as user-data. + + + + + If set, the default user's password will be set to this value to allow password based login. The password will be good for only a single login. If set to the string 'RANDOM' then a random password will be generated, and written to the console. + + + + Virtual hardware requirements + + Virtual Hardware Family + 0 + Ubuntu 11.04 (Natty Narwhal) Server + vmx-07 qemu-pc qemu-pc-0.13 virtualbox-2.2 + + + hertz * 10^6 + Number of Virtual CPUs + 1 virtual CPU(s) + 1 + 3 + 1 + + + byte * 2^20 + Memory Size + 256MB of memory + 2 + 4 + 256 + + + 0 + USB Controller + usb + 3 + 23 + + + 0 + SCSI Controller + scsiController0 + 4 + lsilogic + 6 + + + 1 + IDE Controller + ideController1 + 5 + 5 + + + 0 + false + cdrom1 + 6 + 5 + 15 + + + 0 + disk1 + ovf:/disk/vmdisk1 + 7 + 4 + 17 + + + 2 + true + bridged + ethernet adapter on "bridged" + ethernet0 + 8 + E1000 + 10 + + + + For more information, see http://ubuntu.com + This is Ubuntu Server. + + + -- cgit v1.2.3