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

Defaults ans stubs for econe.conf

git-svn-id: http://svn.opennebula.org/one/trunk@742 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero 2009-07-23 13:54:30 +00:00
parent d1d71f601c
commit bf50c3628f

View File

@ -1,24 +1,17 @@
# OpenNebula administrator user
USER=jfontan
PASSWORD=opennebula
USER=oneadmin
PASSWORD=<PUT HERE ONEADMIN PASS>
# OpenNebula sever contact information
ONE_XMLRPC=http://localhost:2633/RPC2
# Host and port where OCA server will run
SERVER=127.0.0.1
# Host and port where econe server will run
SERVER=<PUT HERE FQDN OF SERVER>
PORT=4567
# Configuration for the image repository
DATABASE=./database.db
IMAGE_DIR=./images
DATABASE=<PUT HERE ONELOCATION/var/econe.db
IMAGE_DIR=<PUT HERE PATH TO EXISTING IMAGE DIRECTORY>
# VM types allowed and its template file (inside templates directory)
VM_TYPE=[NAME=m1.small, TEMPLATE=m1.small.erb]
VM_TYPE=[NAME=m1.medium, TEMPLATE=m1.small.erb]
VM_TYPE=[NAME=m1.large, TEMPLATE=m1.small.erb]
VM_TYPE=[
NAME=m2.small,
TEMPLATE=m1.small.erb
]