X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config%2Fsfa_component_config;h=dec159af4a82b8f7426d09a4fd84cfc624331565;hb=713d58df0baa1f9739eec9bfa30ceb41d7149e23;hp=1bb57c8bb7f28c41ddda9fd14c16bb2406c2d9c4;hpb=d58bbc6238ee07a3e386b2627aa64ccb2dce352f;p=sfa.git diff --git a/config/sfa_component_config b/config/sfa_component_config index 1bb57c8b..dec159af 100644 --- a/config/sfa_component_config +++ b/config/sfa_component_config @@ -3,17 +3,17 @@ # HRN # Human readable name for this interface -SFA_INTERFACE_HRN="plc" +SFA_INTERFACE_HRN="plc" -# API Debug -# Are we logging -SFA_API_DEBUG=1 +# loglevel +# How deep are we logging (0|1|2) +SFA_API_LOGLEVEL=1 ## ============================================================ # Registry Configuration # # Enabled -# Enable the registry interface +# Enable the registry interface SFA_REGISTRY_ENABLED=0 # Root Auth @@ -22,7 +22,7 @@ SFA_REGISTRY_ROOT_AUTH="plc" # Level1 Auth # The hrn of the registry's level1 auth (sub authority) -# The full name of this interface (only secify if this +# The full name of this interface (only secify if this # interface is a sub authority) # xxx could be determined from hrn above SFA_REGISTRY_LEVEL1_AUTH="" @@ -54,21 +54,6 @@ SFA_AGGREGATE_HOST="localhost" ## SFA aggregate server port SFA_AGGREGATE_PORT=12346 -## ============================================================== -# Slice Manager Configuration -# -# Enabled -# Enable the slice manager -SFA_SM_ENABLED=0 - -# Host -## The fully qualified hostname or IP address of the slice manager server -SFA_SM_HOST="localhost" - -# Port -# SFA slice manager server port -SFA_SM_PORT=12347 - ## =============================================================== # Component Manager Configuration # @@ -95,4 +80,3 @@ SFA_CONFIG_DIR="/etc/sfa" # Directory internal data gets stored SFA_DATA_DIR="/var/lib/sfa" -