From cae7a53265e5bb4e85bd8bd7d947326dd3f67fa5 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 1 Dec 2009 16:43:19 +0000 Subject: [PATCH 1/1] added some configuration variables for the componet manager. --- config/sfa_config | 51 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/config/sfa_config b/config/sfa_config index ec8d7260..54f3ec00 100644 --- a/config/sfa_config +++ b/config/sfa_config @@ -2,17 +2,23 @@ # Human readable name for this interface SFA_INTERFACE_HRN="plc" - # API Debug # Are we logging SFA_API_DEBUG=1 +## ============================================================ # Registry Configuration # # Enabled # Enable the registry interface SFA_REGISTRY_ENABLED=1 +# Registry Type +# +# 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 +38,20 @@ SFA_REGISTRY_HOST="localhost" # Geni registry port SFA_REGISTRY_PORT=12345 - +## ============================================================== ## Aggregate Configuration ## ## Enable aggregate inteface ## Enable the aggregate inteface. SFA_AGGREGATE_ENABLED=1 + +# Aggregate Type +# +# The type of backend server for this aggregate +# Some aggregates may not be myplc +SFA_AGGREGATE_TYPE='pl' + +# # ## Hostname ## The fully qualified hostname of the aggregate server @@ -47,11 +61,20 @@ SFA_AGGREGATE_HOST="localhost" ## Geni aggregate server port SFA_AGGREGATE_PORT=12346 +## ============================================================== # Slice Manager Configuration # # Enabled # Enable the slice manager -SFA_SM_ENABLED=1 +SFA_SM_ENABLED=1 + +# 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 @@ -61,6 +84,28 @@ SFA_SM_HOST="localhost" # Geni slice manager server port SFA_SM_PORT=12347 +## =============================================================== +# Component Manager Configuration +# +# Enabled +## Enable the slice manager +SFA_CM_ENABLED=1 + +# Component Manager type +# +# The type of backend server for this component manager +SFA_CM_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_SM_PORT=12348 + + + # PLC Interface Access Configuration # # PLC user -- 2.43.0