X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config%2Fdefault_config.xml;h=6d052fc97ee6cfeba935ce0bcb1af1e65fa625cc;hb=99374374f38fb62e54a6c284eec6b06c1c53dff7;hp=ce5ec4035a1d8e7ef15f007704d8fb14c6a769a6;hpb=ba2aaa438f939a4b5c697052e37b1c3218901319;p=sfa.git diff --git a/config/default_config.xml b/config/default_config.xml index ce5ec403..6d052fc9 100644 --- a/config/default_config.xml +++ b/config/default_config.xml @@ -18,17 +18,55 @@ Thierry Parmentelat Basic system variables. - - Human readable name - plc - The human readable name for this interface. - - - - Debug - false - Flag to turn debug on. - + + Generic Flavour + pl + This string refers to a class located in sfa.generic that describes + which specific implementation needs to be used for api, manager and driver objects. + PlanetLab users do not need to change this setting. + + + + + Human readable name + plc + The human readable name for this interface. + + + + Aggregate Manager API Version + 1 + The Aggregate API version + + + + Credential Schema + /etc/sfa/credential.xsd + The path to the default credential schema + + + + Debug + false + Flag to turn debug on. + + + + Max Slice Renew + 60 + Maximum amout of days a user can extend/renew their slices to + + + + User Session Keys Path + /var/lib/sfa/session_keys + Some services will peform operations on behalf of a user, but make + it look like the user is the one performing the operation. Doing this requires a + valid key pair and credential for the user. This option defines the path where + key pairs and credentials are generated and stored. + This functionality is used by the SFA web GUI. + + @@ -78,67 +116,67 @@ Thierry Parmentelat - - Aggregate - The settings that affect the aggregate manager that will run + + Slice Manager + The settings that affect the slice manager that will run as part of this SFA instance. - Enable Aggregate + Enable Slice Manager true - Allows this local SFA instance to run as an - aggregate manager. + Allows this local SFA instance to run as a + slice manager. - Aggregate type + Slice Manager type pl The type of backend server for this - aggregate. Some aggregates may not be myplc. + slice manager. Not all slice managers are myplc. - - - RSpec Schema - /etc/sfa/pl.rng - The path to the default schema - Hostname localhost - The hostname where the aggregate is expected to + The hostname where the slice manager is expected to be found. Port number - 12346 - The port where the aggregate is to be found. + 12347 + The port where the slice manager is to be found. - + - - GENI Aggregate - The settings that affect the geni aggregate manager that will run + + Aggregate + The settings that affect the aggregate manager that will run as part of this SFA instance. - Enable GENI Aggregate + Enable Aggregate true Allows this local SFA instance to run as an - GENI aggregate manager. + aggregate manager. - GENI Aggregate type + Aggregate type pl The type of backend server for this aggregate. Some aggregates may not be myplc. + + + RSpec Schema + /etc/sfa/pl.rng + The path to the default schema + Hostname @@ -149,7 +187,7 @@ Thierry Parmentelat Port number - 12348 + 12346 The port where the aggregate is to be found. @@ -157,38 +195,42 @@ Thierry Parmentelat - - Slice Manager - The settings that affect the slice manager that will run - as part of this SFA instance. + + + The settings that tell this SFA instance where to find its database. You can essentially leave this as-is unless you plan on hosting your data on some other box. - - Enable Slice Manager - true - Allows this local SFA instance to run as a - slice manager. + + Database host + localhost + The host where the SFA database can be reached. - - Slice Manager type - pl - The type of backend server for this - slice manager. Not all slice managers are myplc. + + Database port + 5432 + The port where the SFA database can be reached. - - Hostname - localhost - The hostname where the slice manager is expected to - be found. + + Database user + pgsqluser + When SFA gets co-hosted with a myplc, this should match the PLC config. - - Port number - 12347 - The port where the slice manager is to be found. + + Database password + + When SFA gets co-hosted with a myplc, this should match the PLC config. + + + + Database name + sfa + SFA database name. + + @@ -216,36 +258,33 @@ Thierry Parmentelat Full URL of PLC interface. - - Database name - planetlab5 - Planetlab database name. - - - - Datbase host - localhost - The host where the PLC database can be reached. - - - - Database port - 5432 - The port where the PLC database can be reached. - + + - - Database user - pgsqluser - - - - Database password - - The password for PLC_DB_USER. - + + + 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. +