X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config%2Fdefault_config.xml;h=de707b792e705b815a6e335c8b4d16ee17715a59;hb=4a2337e7f70cef81a8de37829aa63fc941c4b96e;hp=3eecf98efca83a0d24dbfb8dde1c2af10437d1e1;hpb=bdc28a35d441e81301c4af5affec96942ba53360;p=sfa.git diff --git a/config/default_config.xml b/config/default_config.xml index 3eecf98e..de707b79 100644 --- a/config/default_config.xml +++ b/config/default_config.xml @@ -18,6 +18,15 @@ Thierry Parmentelat Basic system variables. + + 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 @@ -30,10 +39,16 @@ Thierry Parmentelat The path to the default credential schema - + Debug - false - Flag to turn debug on. + 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 @@ -43,9 +58,17 @@ Thierry Parmentelat 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 + This functionality is used by the SFA web GUI. + + + Data Directory + /var/lib/sfa/ + Directory where cached certficiates and other data is stored. + + + @@ -63,13 +86,6 @@ Thierry Parmentelat registry. - - Registry type - pl - The type of backend server for this - registry. Some registries may not be myplc. - - Hostname localhost @@ -94,66 +110,55 @@ 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 - true - Allows this local SFA instance to run as an - aggregate manager. - - - - Aggregate type - pl - The type of backend server for this - aggregate. Some aggregates may not be myplc. + Enable Slice Manager + false + Allows this local SFA instance to run as a + slice manager. Warning, this feature is not really supported + any longer. - - - 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. - + + Cache advertisement rspec + false + 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 + + 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. - - - - GENI Aggregate type - pl - The type of backend server for this - aggregate. Some aggregates may not be myplc. + aggregate manager. @@ -165,46 +170,90 @@ Thierry Parmentelat Port number - 12348 + 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. + @@ -232,64 +281,83 @@ 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. - + + + + The settings that tell this SFA instance how to interact with the FEDERICA testbed. - - Database port - 5432 - The port where the PLC database can be reached. + + + XMLRPC URL + https://root:password@federica.sfa.wrapper.com:8443/fedewrapper/xmlrpc/ + URL for the federica xmlrpc API; login and password need to be set like in http://login:password@hostname:port/the/path + + - - Database user - pgsqluser - - + + + 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. + + + novarc + /root/novarc + Path to novarc client config file + + + - - Database password - - The password for PLC_DB_USER. - + + + + The settings that tell this SFA instance how to interact with the NITOS testbed. + + + XMLRPC URL + http://195.251.17.239:8080/RPC2 + URL for the NITOS Scheduler xmlrpc API + - - SFA Flash Policy - The settings that affect the flash policy server that will run - as part of this SFA instance. + + + + The settings for using SFA with a demmy 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. + + XMLRPC URL + http://127.0.0.1:8080 + URL for the Dummy Testbed xmlrpc API + +