All pastes #1912558 Raw Edit

OSCAR oscar.conf

public text v1 · immutable
#1912558 ·published 2010-08-06 23:38 UTC
rendered paste body
OSCAR_NETWORK_INTERFACE = eth0

# ODA_TYPE specifies the type of database that have to be used for ODA. The two
# options are 'file' where ODA uses as flat text file, or 'db' where ODA uses
# a real database (i.e. mysql).
ODA_TYPE = db
DB_TYPE = mysql

# PREREQ_MODE specifies the operation mode associated to the prereqs management.
# Two modes are possible:
#   - 'check_only', if a prereq is not in the expected status, we notify the 
#     user and exit,
#   - 'check_and_fix', if a prereq is not in the expected status, we try to fix
#     it.
PREREQ_MODE = check_and_fix

################################################################################
# Location of the different OSCAR components                                   #
# Note that variables must follow the following rules:                         #
#   - if the variable defines a path, the name must end by "_PATH", this is    #
#     to perform some substitutions.                                           #
#   - the variable name must be followed by a space, then by "= " (note the    #
#     space after "=".                                                         #
################################################################################

# Specify where the OSCAR scripts are
OSCAR_SCRIPTS_PATH = /usr/bin

# Specify where the prereqs are
PREREQS_PATH = /usr/share/oscar/prereqs

# Specify where rapt is
RAPT_PATH = /usr/share/oscar/prereqs/rapt

# Specify where yume is
YUME_PATH = /usr/share/oscar/prereqs/yume

# Specify where OSCAR packages are located. This is only used by developers
OPKGS_PATH = packages

# Specify where the flat file ODA configuration file are
PATH_ODA_CONFIG_FILES = /etc/oscar/clusters