X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config%2Fdefault_config.xml;h=eeca137f01d5e501785eb76c975d3e5973f3816b;hb=78467ecd9b02ec60d9572178995ed347fc917f59;hp=79d6955efe8d91efa379d8ec17b8b87487b41a46;hpb=a880dce009c66f53f08b76fc6ddd8df31be2504d;p=sfa.git diff --git a/config/default_config.xml b/config/default_config.xml index 79d6955e..eeca137f 100644 --- a/config/default_config.xml +++ b/config/default_config.xml @@ -5,8 +5,6 @@ Default SFA configuration file Thierry Parmentelat -$Id$ -$URL$ --> @@ -20,17 +18,49 @@ $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. + + @@ -49,13 +79,6 @@ $URL$ registry. - - Registry type - pl - The type of backend server for this - registry. Some registries may not be myplc. - - Hostname localhost @@ -76,13 +99,43 @@ $URL$ The hrn of the registry's root auth. - - Level1 Authority - - The hrn of the registry's level1 auth (sub - authority). The full name of this interface (only secify if - this interface is a sub authority). + + + + + + 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. + + + Hostname + localhost + The hostname where the slice manager is expected to + be found. + + + + Port number + 12347 + The port where the slice manager is to be found. + + + + Cache advertisement rspec + false + Enable caching of the global advertisement, as + returned by ListResources without a slice argument. + + @@ -100,19 +153,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 @@ -125,43 +165,87 @@ $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. + + - - 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 + Enabled true - Allows this local SFA instance to run as a - slice manager. - - - - Slice Manager type - pl - The type of backend server for this - slice manager. Not all slice managers are myplc. + Enable the database server on this machine. - Hostname + Database host localhost - The hostname where the slice manager is expected to - be found. + The host where the SFA database can be reached. - Port number - 12347 - The port where the slice manager is to be found. + Database port + 5432 + The port where the SFA database can be reached. + + + + Database user + sfadbuser + When SFA gets co-hosted with a myplc, this should match the PLC config. + + + + Database password + + When SFA gets co-hosted with a myplc, this should match the PLC config. + + + Database name + sfa + SFA database name. + + + + + + + + + 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. + @@ -189,39 +273,67 @@ $URL$ Full URL of PLC interface. - - Database name - planetlab5 - Planetlab database name. - + + - - Datbase host - localhost - The host where the PLC database can be reached. + + + + The settings that tell this SFA instance how to interact with the FEDERICA testbed. + + + + FEDERICA login name for an admin user; SFA will carry on operations under this account. + root + - - Database port - 5432 - The port where the PLC database can be reached. + + Password + rootpassword + The PLC password for SFA_PLC_USER. - - Database user - pgsqluser - + + XMLRPC hostname + federica.net + Hostname for the federica xmlrpc interface. - - Database password - - The password for PLC_DB_USER. + + XMLRPC port number + 10000 + Port number for the federica xmlrpc interface. + + + SFA Flash Policy + The settings that affect how SFA connects to + the Nova/EC2 API + + + Sfa nova user + novaadmin + Account/context to use when performing + administrative nova operations + + + Nova API url + 127.0.0.1 + The Nova/EC2 API url + + + Nova API Port + 8773 + The Nova/EC2 API port. + + + +