X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config%2Fsfa_component_config;h=395801552cb6e39a8983ae8c64c0f34c593cebb7;hb=2ea31cb6ba048383b09cab84a6f26c4a3e476a2d;hp=0698a62f84eaf0f37450b834366292b9d09c7775;hpb=fe998838acd58df117206b40781d0edaf6e6e645;p=sfa.git diff --git a/config/sfa_component_config b/config/sfa_component_config index 0698a62f..39580155 100644 --- a/config/sfa_component_config +++ b/config/sfa_component_config @@ -5,9 +5,9 @@ # Human readable name for this interface 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 @@ -16,11 +16,6 @@ SFA_API_DEBUG=1 # Enable the registry interface SFA_REGISTRY_ENABLED=0 -# -# The type of backend server for this registry -# Some registries may not be myplc -SFA_REGISTRY_TYPE='pl' - # Root Auth # The hrn of the registry's root auth SFA_REGISTRY_ROOT_AUTH="plc" @@ -32,12 +27,14 @@ SFA_REGISTRY_ROOT_AUTH="plc" # xxx could be determined from hrn above SFA_REGISTRY_LEVEL1_AUTH="" +SFA_GENERIC_FLAVOUR='pl' + # Hostname # The fully qualified hostname of the registry server SFA_REGISTRY_HOST="localhost" # Port -# Geni registry port +# SFA registry port SFA_REGISTRY_PORT=12345 ## ============================================================== @@ -47,12 +44,6 @@ SFA_REGISTRY_PORT=12345 ## Enable the aggregate inteface. SFA_AGGREGATE_ENABLED=0 -# Aggregate Type -# -# The type of backend server for this aggregate -# Some aggregates may not be myplc -SFA_AGGREGATE_TYPE='pl' - # # ## Hostname @@ -60,7 +51,7 @@ SFA_AGGREGATE_TYPE='pl' SFA_AGGREGATE_HOST="localhost" # ## Port -## Geni aggregate server port +## SFA aggregate server port SFA_AGGREGATE_PORT=12346 ## ============================================================== @@ -70,20 +61,12 @@ SFA_AGGREGATE_PORT=12346 # Enable the slice manager SFA_SM_ENABLED=0 -# Slice Manager type -# -## The type of backend server for this slice manager -## The slice manager doesnt rely on a specific backend server so -## you probably will never need to change this type unless you -## need to reimplement the slice manager -SFA_SM_TYPE='pl' - # Host ## The fully qualified hostname or IP address of the slice manager server SFA_SM_HOST="localhost" # Port -# Geni slice manager server port +# SFA slice manager server port SFA_SM_PORT=12347 ## =============================================================== @@ -103,12 +86,11 @@ SFA_CM_TYPE='pl' SFA_CM_HOST="localhost" # # Port -# Geni slice manager server port +# SFA slice manager server port SFA_CM_PORT=12346 # Directory internal data gets stored -# using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice SFA_CONFIG_DIR="/etc/sfa" # Directory internal data gets stored