From 25dc07a3f55ef5e21c659dcaad5ad7559e8a6896 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 7 Feb 2012 12:29:49 +0100 Subject: [PATCH] this is required for the federica driver as well --- config/default_config.xml | 76 ++++++++++++++++++++++++++++----------- 1 file changed, 55 insertions(+), 21 deletions(-) diff --git a/config/default_config.xml b/config/default_config.xml index 6158905d..7eeb1c71 100644 --- a/config/default_config.xml +++ b/config/default_config.xml @@ -223,6 +223,32 @@ Thierry Parmentelat + + + SFA Flash Policy + The settings that affect the flash policy server that will run + as part of this SFA instance. + + + + Enable Flash Policy Server + false + Allows this local SFA instance to run a + flash policy server. + + + Flash policy config file + /etc/sfa/sfa_flashpolicy_config.xml + The path to where the flash policy config file can be reached. + + + Flash policy port + 843 + The flash policy server port. + + + + @@ -250,33 +276,41 @@ Thierry Parmentelat - - - SFA Flash Policy - The settings that affect the flash policy server that will run - as part of this SFA instance. + + + The settings that tell this SFA instance how to interact with the FEDERICA testbed. - - Enable Flash Policy Server - false - Allows this local SFA instance to run a - flash policy server. - - - Flash policy config file - /etc/sfa/sfa_flashpolicy_config.xml - The path to where the flash policy config file can be reached. - - - Flash policy port - 843 - The flash policy server port. - + + FEDERICA login name for an admin user; SFA will carry on operations under this account. + root + + + + + Password + rootpassword + The PLC password for SFA_PLC_USER. + + + + XMLRPC hostname + federica.net + Hostname for the federica xmlrpc interface. + + + + XMLRPC port number + 10000 + Port number for the federica xmlrpc interface. + + + + -- 2.43.0