1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-31 01:47:11 +03:00
2009-11-10 18:01:47 +00:00

20 lines
476 B
Plaintext

NAME = opensuse11
CPU = 0.5
MEMORY = 400
DISK = [
source = "/home/srv/cloud/images/openSUSE-11.1-v2.img",
target = "hda",
readonly = "no" ]
NIC = [ NETWORK = "Red Virtual" ]
CONTEXT = [
hostname = "$NAME",
ip_public = "192.168.0.5",
files = "/home/oneadmin/one-templates/openSUSE/init.sh /home/oneadmin/one-templates/openSUSE/id_dsa.pub",
target = "hdc",
root_pubkey = "id_dsa.pub",
username = "oneadmin",
user_pubkey = "id_dsa.pub"
]