<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>andy.edmonds.be &#187; club</title>
	<atom:link href="http://andy.edmonds.be/category/club/feed/" rel="self" type="application/rss+xml" />
	<link>http://andy.edmonds.be</link>
	<description>© some posts ©</description>
	<lastBuildDate>Tue, 25 Oct 2011 14:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>So What&#8217;s OVF All About?</title>
		<link>http://andy.edmonds.be/2009/04/so-whats-ovf-all-about/</link>
		<comments>http://andy.edmonds.be/2009/04/so-whats-ovf-all-about/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:44:25 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[club]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[dmtf]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[ovf]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://andy.edmonds.be/?p=385</guid>
		<description><![CDATA[I originally posted this over on the SLA@SOI blog. (PS: apologies for the strange capitalisation, it in fact should be emboldened  &#8211; seems to be a &#8220;feature&#8221; of my current theme) The Open Virtualisation Format (OVF; DSP0243) is a schema for describing a virtual machine or a collection of virtual machines. The initiative is the [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://sla-at-soi.eu/?p=403">originally posted</a> this over on the <a href="http://sla-at-soi.eu">SLA@SOI blog</a>. (PS: apologies for the strange capitalisation, it in fact should be emboldened  &#8211; seems to be a &#8220;feature&#8221; of my current theme)</p>
<p>The Open Virtualisation Format (OVF; <a href="http://www.dmtf.org/standards/published_documents/DSP0243_1.0.0.pdf">DSP0243</a>) is a schema for describing a virtual machine or a collection of virtual machines. The initiative is the results of efforts by the <a href="http://www.dmtf.org">Distributed Management Task Force</a> (DMTF) who, amongst other standards, are responsible for the Common Information Model (CIM). Recently OVF version 1.0 was released and with a number of products (<a href="http://community.citrix.com/display/xs/Kensho">Kensho</a>, <a href="http://www.vmware.com/appliances/learn/ovf.html">VMware</a>, <a href="http://www.virtualbox.org/wiki/Changelog">Virtualbox</a>) supporting the standard, as well as backing from large vendors (<a href="http://www.citrix.com">Citrix</a>, <a href="http://www.vmware.com">VMware</a>, <a href="http://www.intel.com">Intel</a>], it is looking like a promising specification in an area that is quite barren of standards, namely cloud infrastructure as a service providers. OVF can be used as a means for customers of an IaaS provider to express their infrastructural needs. Currently within <a href="http://www.sla-at-soi.eu">SLA@SOI</a> we use our own schema for making requests against our infrastructure service which then in turn is translated into an internal representation. What this allows us to do is to support multiple schemas and we aim to support the OVF specification. In order to support the OVF specification, we&#8217;ve had to dig deep into OVF to assure ourselves that it can accommodate one important requirement of ours &#8211; non-functional requirements. By default, OVF does not support this but if you read section 7.3 of the specification you will find that the specification has made it possible to easily extend OVF.</p>
<p>So what&#8217;s in OVF? First of all, OVF is XML, so obviously hierarchical in nature. At the core of OVF is the <strong>Envelope</strong> element and it is this element that contains:</p>
<ul>
<li><strong>References</strong> &#8211; this is a list of external files that are required to satisfy the OVF package. An OVF package does not need local virtual disks or remote ISO files to operate. They can be supplied within the OVF document by using the &#8220;ovf:href&#8221; attribute of a File element within the Reference section.</li>
<li>Core Meta-data &#8211; this is a list of what are known as <strong>Sections</strong>. Section elements that are allowed at this level are:
<ul>
<li><strong>NetworkSection</strong> &#8211; each OVF envelope can have only one or opt not to include the section (zero-or-one).<strong> </strong>It is here where textual names are given to networks. These work as logical grouping identifiers.<strong> </strong>Here the attribute of Network, name is required.<strong><br />
</strong></li>
<li><strong>DiskSection</strong> &#8211; each OVF envelope can have only one or opt not to include the section (zero-or-one).<strong> </strong>This is a listing of disks used within the OVF document. Each disk can be referred throughout an OVF document by the mandatory &#8220;diskId&#8221; attribute. Here other attributes include:
<ul>
<li><em>fileRef</em> &#8211; this is an optional reference to virtual disk content</li>
<li><em>capacity</em> &#8211; this is required and is the virtual disks maximum capacity</li>
<li><em>capacityAllocationUnits</em> &#8211; units in which space is allocated and is optional. By default it is bytes but this can be specified to any unit as listed in the <a href="http://www.dmtf.org/standards/documents/CIM/DSP0004.pdf">DMTF DSP0004</a> specification.</li>
<li><em>format</em> &#8211; this is a URI that points to a description of the virtual disk format in use</li>
<li><em>populatedSize</em> &#8211; this is the estimated populated (space used) size of disk in bytes and is optional</li>
<li><em>parentRef</em> &#8211; a reference to a parent disk and is optional</li>
</ul>
</li>
<li><strong>DeploymentOptionSection</strong> &#8211; each OVF envelope can have only one or opt not to include the section (zero-or-one).<strong> </strong>This section lists a set of configuration options for the contained resources within the OVF document. Each configuration has a textual identifier (e.g. ovf:id&#8221;large VM&#8221;) which can be related to a particular configuration within the <strong>VirtualHardwareSection</strong>. A default configuration can be specified by setting &#8216;ovf:default=&#8221;true&#8221;<strong>&#8216;.<br />
</strong></li>
</ul>
</li>
<li>Virtual Machine Specification &#8211; the specification of virtual machines in OVF can be presented either as singular or multiple virtual machine specifications. This allows for not only the simple but complex multi-tier applications. A <strong>VirtualSystem</strong> element represents one virtual machine. A <strong>VirtualSystemCollection</strong> element represents a list of both <strong>VirtualSystem</strong>s and <strong>VirtualSystemCollection</strong>s. We&#8217;ll look further into these two types later.</li>
<li>Message Bundles &#8211; this is a list of message resource bundles for zero or more locales, used for the purpose of localisation and is denoted by the element of <strong>Strings</strong></li>
</ul>
<h2>Common Sections of VirtualSystem and VirtualSystemCollection</h2>
<p>There are three common Sections used in both VirtualSystem and VirtualSystemCollection:</p>
<ul>
<li><strong>AnnotationSection</strong> &#8211; this section contains any number of user-defined annotations that are relevent to the particular entity. These can be pieces of information that are displayed when opening an OVF document.</li>
<li><strong>ProductSection</strong> &#8211; this section specifies product information for an appliance, such as:
<ul>
<li><em>Product</em> &#8211; name of product</li>
<li><em>Vendor</em> &#8211; name of product vendor</li>
<li><em>Version</em> &#8211; product version, short form</li>
<li><em>FullVersion</em> &#8211; product version, long form</li>
<li><em>ProductUrl</em> &#8211; URL resolving to product description</li>
<li><em>VendorUrl</em> &#8211; URL resolving to vendor description</li>
<li><em>AppUrl</em> &#8211; <span style="text-decoration: underline;">experimental</span>: URL resolving to deployed product instance</li>
<li><em>Icon</em> &#8211; <span style="text-decoration: underline;">experimental</span>: display icon for product</li>
<li><em>Property</em> &#8211; this is a property bag of name/value pairs that allow for additional configuration parameters specific to the particular product. These entries are required to specify the type of the value entered (using CIM types <a href="http://www.dmtf.org/standards/documents/CIM/DSP0004.pdf">DSP0004</a>) and can be flagged if they can be configured by the user at installation time (using the &#8220;userConfigurable&#8221; boolean attribute).</li>
</ul>
</li>
<li><strong>EulaSection</strong> &#8211; this section contains the legal terms for using VirtualSystem/VirtualSystemCollection. This license should be shown during the deployment of the OVF package.</li>
</ul>
<h2>VirtualSystem</h2>
<p>A <strong>VirtualSystem</strong> is the element that describes one virtual machine. Contained in the VirtualSystem are a number of Sections, including the shared Sections of VirtualSytem and VirtualSystemCollection, that are specific to the element:</p>
<ul>
<li><strong>VirtualHardwareSection</strong> &#8211; each <strong>VirtualSystem</strong> can have only one or opt not to include the section (zero-or-one). The VirtualHardwareSection has an attribute &#8220;ovf:transport&#8221; that is required. This attribute describes how environment document information can be communicated to the guest software. A VirtualHardwareSection consists of the following elements:
<ul>
<li><em>System</em> &#8211; this element identifies the hypervisor/virtualisation technology that is to be used with the particular VirtualSystem. An enumeration of these types can be found in <a href="http://www.dmtf.org/standards/published_documents/DSP1042.pdf">DSP1042</a> (for example vmx-4 corresponds to VMWare&#8217;s 4th generation virtual hardware).</li>
<li><em>Item</em>s &#8211; there can be multiple Items in this section. Each item represents a virtual hardware component (e.g. Memory, CPU). The actual type information for each virtual hardware component can be found in DSP1042 in the <em>CIM_ResourceAllocationSettingData</em> class.</li>
</ul>
<p>A very interesting aspect is use of <strong>Ranges</strong> within the <strong>VirtualHardwareSection</strong>. This allows for minimum and maximum ranges for hardware specifications. For example using Ranges an OVF document can describe that a provider should run a particular appliance with a minimum of 1GB of RAM yet allow the usage of RAM expand and grow to a maximum of 4GB. This allows OVF explicitly capture aspects of elasticity that is core to cloud infrastructure.</li>
<li><strong>OperatingSystemSection</strong> &#8211; each <strong>VirtualSystem</strong> can have only one or opt not to include the section (zero-or-one). This section details the type of operating system installed on the virtual system. The valid operating systems that can be specified here can be found in the <em>CIM_OperatingSystem.OsType</em>.</li>
<li><strong>InstallSection</strong> &#8211; each <strong>VirtualSystem</strong> can have only one or opt not to include the section (zero-or-one). If this section is specified then it signals that the virtual machine needs to be booted once in order to install and/or configure the guest software. The attribute &#8220;ovf:initialBootStopDelay&#8221; specifies a delay to wait before stopping the machine after configuration is complete. If there are many VirtualSystems with this section it is allowable to run these boot phases concurrently.</li>
</ul>
<h2>VirtualSystemCollection</h2>
<p>A <strong>VirtualSystemCollection</strong> is the element that allows one or many virtual machines in different logical grouping. This element is a list of <strong>VirtualSystem</strong>s and/or <strong>VirtualSystemCollection</strong>s, supporting multi-tier applications and allowing for flexible grouping. Contained in the VirtualSystemCollection are a number of Sections, including the shared Sections of VirtualSytem and VirtualSystemCollection, that are specific to the element:</p>
<ul>
<li><strong>VirtualSystemCollection</strong> &#8211; each <strong>VirtualSystemCollection</strong> can have many or opt not to include the section (zero-or-many).
<ul>
<li>Or:</li>
</ul>
</li>
<li><strong>VirtualSystem</strong> &#8211; each <strong>VirtualSystemCollection</strong> can have many or opt not to include the section (zero-or-many).</li>
<li><strong>ResourceAllocationSection</strong> &#8211; each <strong>VirtualSystemCollection</strong> can have only one or opt not to include the section (zero-or-one). This describes all resource allocation requirements of a VirtualSystemCollection. This could be used perhaps where a number of appliances are to be executed on the same physical host.</li>
<li><strong>StartupSection</strong> &#8211; each <strong>VirtualSystemCollection</strong> can have only one or opt not to include the section (zero-or-one). This section specifies how a virtual machine collection is powered on and off and the sequence in which each VM should be powered on/off.</li>
</ul>
<h2>Summary</h2>
<p>The Open Virtualisation Format is a great step forward in beginning to provide standards in the area of virtualisation. It defines a means to fully describe single or multiple virtual machines. It is also extensible, a very important aspect for SLA@SOI and supports multi-tier applications and the declarative ordering of machines within a multi-tier configuration.</p>
<p>OVF does not however define a standard means in which the virtual disk should be formatted as and the layout of such disks, their endian-ness etc. This requires some recipients of OVF packages to carry out a lengthy process of disk image conversion before the disk images can be utilised. Although, virtual disks, ISO images and other File types can be pointed using only &#8220;http&#8221; or &#8220;https&#8221;. This might work for many cases but for infrastructure providers wanting to integrate OVF into their provisioning system, this may require an extension as it might be the case (e.g. in the case of Amazon EC2 AMI identifiers) that appliances and ISOs are pointed to by a unique identifier.</p>
]]></content:encoded>
			<wfw:commentRss>http://andy.edmonds.be/2009/04/so-whats-ovf-all-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 3House</title>
		<link>http://andy.edmonds.be/2009/01/the-3house/</link>
		<comments>http://andy.edmonds.be/2009/01/the-3house/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 16:53:35 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[club]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[3House]]></category>
		<category><![CDATA[dublin]]></category>

		<guid isPermaLink="false">http://andy.edmonds.be/?p=263</guid>
		<description><![CDATA[So go on, if any of you guys and gals are in Dublin come on along for a rollicking good night out! Sam, Tom and Pat have been deviously working hard on this one&#8230;]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">So go on, if any of you guys and gals are in Dublin come on along for a rollicking good night out! Sam, Tom and Pat have been deviously working hard on this one&#8230;</p>
<p style="text-align: left;">
<div id="attachment_265" class="wp-caption aligncenter" style="width: 222px"><a href="http://www.facebook.com/home.php?#/group.php?gid=39192589537"><img class="size-medium wp-image-265" title="3House Grand Opening" src="http://andy.edmonds.be/wp-content/uploads/2009/01/final-teaser-posterrevised1-212x300.jpg" alt="3House" width="212" height="300" /></a><p class="wp-caption-text">3House</p></div>
]]></content:encoded>
			<wfw:commentRss>http://andy.edmonds.be/2009/01/the-3house/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/14 queries in 0.147 seconds using disk: basic
Object Caching 385/411 objects using disk: basic

Served from: andy.edmonds.be @ 2012-02-09 18:23:41 -->
