summaryrefslogtreecommitdiff
path: root/doc/ovf/ovf-env.xml.tmpl
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-10-13 20:17:18 -0400
committerScott Moser <smoser@ubuntu.com>2011-10-13 20:17:18 -0400
commit869f6d564510c68e8299a2134c92028eb49c5d90 (patch)
treee1a5c6c3fcbf1ff1038d4b8e4bff82410466957f /doc/ovf/ovf-env.xml.tmpl
parent215b68db7e76af153d1b789b7d6d138c932e7062 (diff)
downloadvyos-cloud-init-869f6d564510c68e8299a2134c92028eb49c5d90.tar.gz
vyos-cloud-init-869f6d564510c68e8299a2134c92028eb49c5d90.zip
Improve OVF documentation and provide functional demo.
Diffstat (limited to 'doc/ovf/ovf-env.xml.tmpl')
-rw-r--r--doc/ovf/ovf-env.xml.tmpl28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/ovf/ovf-env.xml.tmpl b/doc/ovf/ovf-env.xml.tmpl
new file mode 100644
index 00000000..8e255d43
--- /dev/null
+++ b/doc/ovf/ovf-env.xml.tmpl
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Environment xmlns="http://schemas.dmtf.org/ovf/environment/1"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"
+ xsi:schemaLocation="http://schemas.dmtf.org/ovf/environment/1 ../dsp8027.xsd"
+ oe:id="WebTier">
+
+ <!-- This example reference a local schema file, to validate against online schema use:
+ xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8027_1.0.0.xsd"
+ -->
+
+ <!-- Information about hypervisor platform -->
+ <oe:PlatformSection>
+ <Kind>ESX Server</Kind>
+ <Version>3.0.1</Version>
+ <Vendor>VMware, Inc.</Vendor>
+ <Locale>en_US</Locale>
+ </oe:PlatformSection>
+
+ <!--- Properties defined for this virtual machine -->
+ <PropertySection>
+ <Property oe:key="instance-id" oe:value="@@instance-id@@"/>
+ <Property oe:key="hostname" oe:value="@@hostname@@"/>
+ <Property oe:key="user-data" oe:value="@@user-data@@"/>
+ <Property oe:key="seedfrom" oe:value="@@seedfrom@@"/>
+ </PropertySection>
+
+</Environment>