1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #200: Examples for the OCCI service

This commit is contained in:
Ruben S. Montero 2010-07-17 03:44:48 +02:00
parent 32e106858c
commit 1078c304c0
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<NETWORK>
<NAME>MyServiceNetwork</NAME>
<ADDRESS>192.168.1.1</ADDRESS>
<SIZE>200</SIZE>
</NETWORK>

View File

@ -0,0 +1,6 @@
<STORAGE>
<NAME>Ubuntu Desktop</NAME>
<DESCRIPTION>Ubuntu 10.04 desktop for students.</DESCRIPTION>
<TYPE>OS</TYPE>
<URL>file:///images/ubuntu/jaunty.img</URL>
</STORAGE>