X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=config%2Fdefault_config.xml;h=d31e52585bbbc246b77ecb5112a2d73416ab4f7c;hp=37cd6cce4849c8d2c84f61d4f82d9dd5df3556d8;hb=HEAD;hpb=924093f298e27bcf888d3bcccb90e2cb6e6fce37 diff --git a/config/default_config.xml b/config/default_config.xml index 37cd6cce..d31e5258 100644 --- a/config/default_config.xml +++ b/config/default_config.xml @@ -3,10 +3,8 @@ @@ -20,17 +18,56 @@ $URL$ 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. + + + + Credential Schema + /etc/sfa/credential.xsd + The path to the default credential schema + + + + Debug + 0 + Logging level; 0=minimum, 1=info, 2=debug + + + + 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. + + + + + Data Directory + /var/lib/sfa/ + Directory where cached certificates and other data is stored. + + @@ -49,13 +86,6 @@ $URL$ registry. - - Registry type - pl - The type of backend server for this - registry. Some registries may not be myplc. - - Hostname localhost @@ -93,19 +123,6 @@ $URL$ aggregate manager. - - 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 localhost @@ -118,79 +135,61 @@ $URL$ 12346 The port where the aggregate is to be found. + + + Cache advertisement rspec + true + Enable caching of the global advertisement, as + returned by ListResources without a slice argument. + + + - - GENI Aggregate - The settings that affect the geni aggregate 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 GENI Aggregate + Enabled true - Allows this local SFA instance to run as an - GENI aggregate manager. - - - - GENI Aggregate type - pl - The type of backend server for this - aggregate. Some aggregates may not be myplc. + Enable the database server on this machine. - Hostname + Database host localhost - The hostname where the aggregate is expected to - be found. + The host where the SFA database can be reached. - Port number - 12348 - The port where the aggregate is to be found. + Database port + 5432 + The port where the SFA database can be reached. - - - - - - Slice Manager - The settings that affect the slice manager that will run - as part of this SFA instance. - - - - Enable Slice Manager - true - Allows this local SFA instance to run as a - slice manager. + + Database user + sfadbuser + When SFA gets co-hosted with a myplc, this should match the PLC config. - - Slice Manager type - pl - The type of backend server for this - slice manager. Not all slice managers are myplc. + + Database password + + When SFA gets co-hosted with a myplc, this should match the PLC config. - - Hostname - localhost - The hostname where the slice manager is expected to - be found. + + Database name + sfa + SFA database name. - - Port number - 12347 - The port where the slice manager is to be found. - + @@ -218,39 +217,25 @@ $URL$ 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. - + + + + The settings for using SFA with a demmy testbed. + + + XMLRPC URL + http://127.0.0.1:8080 + URL for the Dummy Testbed xmlrpc API + + +