Merge branch 'master' into senslab2
[sfa.git] / sfa / senslab / config / senslab / sfa_config
1 # DO NOT EDIT. This file was automatically generated at
2 # Mon Jun 25 15:01:21 2012 from:
3
4 # /etc/sfa/sfa_config.xml
5
6 # XMLRPC URL
7 # URL for the federica xmlrpc API; login and password need to be set
8 # like in http://login:password@hostname:port/the/path
9 SFA_FEDERICA_URL='https://root:password@federica.sfa.wrapper.com:8443/fedewrapper/xmlrpc/'
10
11 # Cache advertisement rspec
12 # Enable caching of the global advertisement, as returned by
13 # ListResources without a slice argument.
14 SFA_AGGREGATE_CACHING=1
15
16 # Hostname
17 # The hostname where the aggregate is expected to be found.
18 SFA_AGGREGATE_HOST='localhost'
19
20 # Enable Aggregate
21 # Allows this local SFA instance to run as an aggregate manager.
22 SFA_AGGREGATE_ENABLED=1
23
24 # Port number
25 # The port where the aggregate is to be found.
26 SFA_AGGREGATE_PORT=12346
27
28 # Database name
29 # SFA database name.
30 SFA_DB_NAME='sfa'
31
32 # Enabled
33 # Enable the database server on this machine.
34 SFA_DB_ENABLED=1
35
36 # Database host
37 # The host where the SFA database can be reached.
38 SFA_DB_HOST='localhost'
39
40 # Database user
41 # When SFA gets co-hosted with a myplc, this should match the PLC
42 # config.
43 SFA_DB_USER='sfa'
44
45 # Database password
46 # When SFA gets co-hosted with a myplc, this should match the PLC
47 # config.
48 SFA_DB_PASSWORD='sfa'
49
50 # Database port
51 # The port where the SFA database can be reached.
52 SFA_DB_PORT=5432
53
54 # Flash policy config file
55 # The path to where the flash policy config file can be reached.
56 SFA_FLASHPOLICY_CONFIG_FILE='/etc/sfa/sfa_flashpolicy_config.xml'
57
58 # Enable Flash Policy Server
59 # Allows this local SFA instance to run a flash policy server.
60 SFA_FLASHPOLICY_ENABLED=0
61
62 # Flash policy port
63 # The flash policy server port.
64 SFA_FLASHPOLICY_PORT=843
65
66 # Nova API Port
67 # The Nova/EC2 API port.
68 SFA_NOVA_API_PORT=8773
69
70 # Sfa nova user
71 # Account/context to use when performing administrative nova operations
72 SFA_NOVA_USER='novaadmin'
73
74 # Nova API url
75 # The Nova/EC2 API url
76 SFA_NOVA_API_URL='127.0.0.1'
77
78 # URL
79 # Full URL of PLC interface.
80 SFA_PLC_URL='https://localhost:443/PLCAPI/'
81
82 # Password
83 # The PLC password for SFA_PLC_USER.
84 SFA_PLC_PASSWORD='root'
85
86 # PLC login name for an admin user; SFA will carry on operations under this account.
87 SFA_PLC_USER='root@localhost.localdomain'
88
89 # Root Authority
90 # The hrn of the registry's root auth.
91 SFA_REGISTRY_ROOT_AUTH='senslab'
92
93 # Hostname
94 # The hostname where the registry is expected to be found; using
95 # localhost when the local registry is enabled seems reasonable.
96 SFA_REGISTRY_HOST='localhost'
97
98 # Enable Registry
99 # Allows this local SFA instance to run as a registry.
100 SFA_REGISTRY_ENABLED=1
101
102 # Port number
103 # The port where the registry is to be found.
104 SFA_REGISTRY_PORT=12345
105
106 # Cache advertisement rspec
107 # Enable caching of the global advertisement, as returned by
108 # ListResources without a slice argument.
109 SFA_SM_CACHING=0
110
111 # Hostname
112 # The hostname where the slice manager is expected to be found.
113 SFA_SM_HOST='localhost'
114
115 # Enable Slice Manager
116 # Allows this local SFA instance to run as a slice manager.
117 SFA_SM_ENABLED=1
118
119 # Port number
120 # The port where the slice manager is to be found.
121 SFA_SM_PORT=12347
122
123 # Human readable name
124 # The human readable name for this interface.
125 SFA_INTERFACE_HRN='senslab'
126
127 # Generic Flavour
128 # This string refers to a class located in sfa.generic that describes
129 # which specific implementation needs to be used for api, manager and
130 # driver objects. PlanetLab users do not need to change this setting.
131 SFA_GENERIC_FLAVOUR='slab'
132
133 # Credential Schema
134 # The path to the default credential schema
135 SFA_CREDENTIAL_SCHEMA='/etc/sfa/credential.xsd'
136
137 # Debug
138 # Logging level; 0=minimum, 1=info, 2=debug
139 SFA_API_LOGLEVEL=0
140
141 # User Session Keys Path 
142 # Some services will peform operations on behalf of a user, but make it
143 # look like the user is the one performing the operation. Doing this
144 # requires a valid key pair and credential for the user. This option
145 # defines the path where key pairs and credentials are generated and
146 # stored. This functionality is used by the SFA web GUI.
147 SFA_SESSION_KEY_PATH='/var/lib/sfa/session_keys'
148
149 # Max Slice Renew
150 # Maximum amout of days a user can extend/renew their slices to
151 SFA_MAX_SLICE_RENEW=60