From: Michal Fojtik <mfoj...@redhat.com>

Signed-off-by: Michal fojtik <mfoj...@redhat.com>
---
 server/lib/cimi/data/collections/machine.col.xml   |    8 ----
 .../data/collections/machine_configuration.col.xml |    8 ----
 .../cimi/data/collections/machine_image.col.xml    |    8 ----
 server/lib/cimi/data/collections/volume.col.xml    |    8 ----
 server/lib/cimi/data/default_res/machine.col.xml   |   35 --------------------
 .../data/default_res/machine_configuration.col.xml |   21 ------------
 .../cimi/data/default_res/machine_image.col.xml    |   11 ------
 server/lib/cimi/data/default_res/volume.col.xml    |   14 --------
 8 files changed, 0 insertions(+), 113 deletions(-)
 delete mode 100644 server/lib/cimi/data/collections/machine.col.xml
 delete mode 100644 
server/lib/cimi/data/collections/machine_configuration.col.xml
 delete mode 100644 server/lib/cimi/data/collections/machine_image.col.xml
 delete mode 100644 server/lib/cimi/data/collections/volume.col.xml
 delete mode 100644 server/lib/cimi/data/default_res/machine.col.xml
 delete mode 100644 
server/lib/cimi/data/default_res/machine_configuration.col.xml
 delete mode 100644 server/lib/cimi/data/default_res/machine_image.col.xml
 delete mode 100644 server/lib/cimi/data/default_res/volume.col.xml

diff --git a/server/lib/cimi/data/collections/machine.col.xml 
b/server/lib/cimi/data/collections/machine.col.xml
deleted file mode 100644
index 622a6fe..0000000
--- a/server/lib/cimi/data/collections/machine.col.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<MachineCollection xmlns="http://www.dmtf.org/cimi";>
- <uri>machine</uri>
- <name>Machine collection </name>
- <description>The machine collection</description>
- <created>2011-09-12 11:37:28 UTC</created>
- <operation rel="add" href="/machines" />
-</MachineCollection>
diff --git a/server/lib/cimi/data/collections/machine_configuration.col.xml 
b/server/lib/cimi/data/collections/machine_configuration.col.xml
deleted file mode 100644
index 99af7fb..0000000
--- a/server/lib/cimi/data/collections/machine_configuration.col.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<MachineConfigurationCollection xmlns="http://www.dmtf.org/cimi";>
- <uri>machineConfiguration</uri>
- <name>Machine Configuration collection </name>
- <description>That is jsut a test</description>
- <created>2011-09-12 11:37:28 UTC</created>
- <operation rel="add" href="/machine_configurations" />
-</MachineConfigurationCollection>
diff --git a/server/lib/cimi/data/collections/machine_image.col.xml 
b/server/lib/cimi/data/collections/machine_image.col.xml
deleted file mode 100644
index c4be389..0000000
--- a/server/lib/cimi/data/collections/machine_image.col.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<MachineImageCollection xmlns="http://www.dmtf.org/cimi";>
- <uri>machineImage</uri>
- <name>Machine Image collection </name>
- <description>The machine image collection</description>
- <created>2011-09-12 11:37:28 UTC</created>
- <operation rel="add" href="/machine_images" />
-</MachineImageCollection>
diff --git a/server/lib/cimi/data/collections/volume.col.xml 
b/server/lib/cimi/data/collections/volume.col.xml
deleted file mode 100644
index e2d2b4a..0000000
--- a/server/lib/cimi/data/collections/volume.col.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<VolumeCollection xmlns="http://www.dmtf.org/cimi";>
- <uri>volume</uri>
- <name>Volume collection </name>
- <description>The volume collection</description>
- <created>2011-09-12 11:37:28 UTC</created>
- <operation rel="add" href="/volumes" />
-</VolumeCollection>
diff --git a/server/lib/cimi/data/default_res/machine.col.xml 
b/server/lib/cimi/data/default_res/machine.col.xml
deleted file mode 100644
index 7c2bab1..0000000
--- a/server/lib/cimi/data/default_res/machine.col.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<Machine xmlns="http://www.dmtf.org/cimi";>
-  <uri>machine</uri>
-  <name>Default machine name </name>
-  <description>Default machine description</description>
-  <created>2011-01-01 00:00:01 UTC</created>
-  <property name="prop1" content="prop1 value" />
-  <status>Started</status>
-  <cpu>Intel</cpu>
-  <memory quantity="4" units="gigabyte" />
-  <disk>
-    <capacity quantity="200" units="gigabyte" />
-    <format>ntgs</format>
-    <attachmentPoint>/dev/sdb0</attachmentPoint>
-    <guestInterface>SATA</guestInterface>
-  </disk>
-  <volume href="http://host:port/volume/vol01"; attachmentPoint="/dev/sdc01" 
protocol="NFS" />
-  <networkInterface>
-    <vsp href="http://host:port/vsp/vsp01"; />
-    <hostname>example host name</hostname>
-    <macAddress>00:00:00:00:00:00</macAddress>
-    <state>Active</state>
-    <protocol>IPv6</protocol>
-    <allocation>Dynamic</allocation>
-    <address>10.10.10.1</address>
-    <defaultGateway>10.10.0.1</defaultGateway>
-    <dns>10.10.0.1</dns>
-    <maxTransmissionUnit>512</maxTransmissionUnit>
-  </networkInterface>
-  <meter href="/meter" />
-  <eventLog href="eventLog" />
-  <operation rel="edit" href="/machine"/>
-  <operation rel="delete" href="/machine"/>
-  <operation rel="http://www.dmtf.org/cimi/stop"; href="/machine/stop"/>
-</Machine>
\ No newline at end of file
diff --git a/server/lib/cimi/data/default_res/machine_configuration.col.xml 
b/server/lib/cimi/data/default_res/machine_configuration.col.xml
deleted file mode 100644
index db91861..0000000
--- a/server/lib/cimi/data/default_res/machine_configuration.col.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<MachineConfiguration xmlns="http://www.dmtf.org/cimi";>
-  <uri>machineConfiguration</uri>
-  <name>Default machine configuration name </name>
-  <description>Default description</description>
-  <created>2011-01-01 00:00:01 UTC</created>
-  <cpu>i386</cpu>
-  <memory quantity="4" units="gigabyte" />
-  <disk>
-    <capacity quantity="200" units="gigabyte"/>
-    <guestInterface>SATA</guestInterface>
-  </disk>
-  <disk>
-    <capacity quantity="100" units="gigabyte"/>
-    <guestInterface>SATA</guestInterface>
-  </disk>
-  <supportsSnapshots>false</supportsSnapshots>
-  <guestInterface>http://www.ibm.com</guestInterface>
-  <operation rel="edit" href="/machine_configuration"/>
-  <operation rel="delete" href="/machinie_configuration"/>
-</MachineConfiguration>
\ No newline at end of file
diff --git a/server/lib/cimi/data/default_res/machine_image.col.xml 
b/server/lib/cimi/data/default_res/machine_image.col.xml
deleted file mode 100644
index e7de5e7..0000000
--- a/server/lib/cimi/data/default_res/machine_image.col.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<MachineImage xmlns="http://www.dmtf.org/cimi";>
-  <uri>machineImage</uri>
-  <name>Default machine image name </name>
-  <description>Default machine image description</description>
-  <created>2011-01-01 00:00:01 UTC</created>
-  <imageLocation>http://</imageLocation>
-  <imageData></imageData>
-  <operation rel="edit" href="/machine_image"/>
-  <operation rel="delete" href="/machinie_image"/>
-</MachineImage>
\ No newline at end of file
diff --git a/server/lib/cimi/data/default_res/volume.col.xml 
b/server/lib/cimi/data/default_res/volume.col.xml
deleted file mode 100644
index 21b9d65..0000000
--- a/server/lib/cimi/data/default_res/volume.col.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<Volume xmlns="http://www.dmtf.org/cimi";>
-  <uri>volume</uri>
-  <name>Default volume name </name>
-  <description>Default volume description</description>
-  <created>2011-01-01 00:00:01 UTC</created>
-  <capacity quantity="200" units="gigabyte"/>
-  <bootable>true</bootable>
-  <format>ext4</format>
-  <supportsSnapshots>true</supportsSnapshots>
-  <guestInterface>SATA</guestInterface>
-  <operation rel="edit" href="/volume"/>
-  <operation rel="delete" href="/volume"/>
-</Volume>
\ No newline at end of file
-- 
1.7.4.4

Reply via email to