mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-31 01:47:11 +03:00
6c10de10cc
git-svn-id: http://svn.opennebula.org/one/trunk@914 3034c82b-c49b-4eb3-8279-a7acafdc01c0
20 lines
476 B
Plaintext
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"
|
|
]
|