ec8d72604671df33fcdf8806b676a5769fc9bd8d
[sfa.git] / config / sfa_config
1 # HRN
2 # Human readable name for this interface
3 SFA_INTERFACE_HRN="plc"   
4
5
6 # API Debug
7 # Are we logging
8 SFA_API_DEBUG=1
9
10 # Registry Configuration
11 #
12 # Enabled
13 # Enable the registry interface 
14 SFA_REGISTRY_ENABLED=1
15
16 # Root Auth
17 # The hrn of the registry's root auth
18 SFA_REGISTRY_ROOT_AUTH="plc"
19
20 # Level1 Auth
21 # The hrn of the registry's level1 auth (sub authority)
22 # The full name of this interface (only secify if this 
23 # interface is a sub authority)
24 # xxx could be determined from hrn above
25 SFA_REGISTRY_LEVEL1_AUTH=""
26
27 # Hostname
28 # The fully qualified hostname of the registry server
29 SFA_REGISTRY_HOST="localhost"
30
31 # Port
32 # Geni registry port
33 SFA_REGISTRY_PORT=12345
34
35
36 ## Aggregate Configuration
37 ##
38 ## Enable aggregate inteface
39 ## Enable the aggregate inteface.
40 SFA_AGGREGATE_ENABLED=1
41 #
42 ## Hostname
43 ## The fully qualified hostname of the aggregate server
44 SFA_AGGREGATE_HOST="localhost"
45 #
46 ## Port
47 ## Geni aggregate server port
48 SFA_AGGREGATE_PORT=12346
49
50 # Slice Manager Configuration
51 #
52 # Enabled
53 # Enable the slice manager  
54 SFA_SM_ENABLED=1 
55
56 # Host
57 ## The fully qualified hostname or IP address of the slice manager server
58 SFA_SM_HOST="localhost"
59
60 # Port
61 # Geni slice manager server port  
62 SFA_SM_PORT=12347
63
64 # PLC Interface Access Configuration
65 #
66 # PLC user
67 # sfa services will use this account for issuing plc requests - must have admin rights
68
69 SFA_PLC_USER='root@localhost.localdomain'
70
71 # Password
72 # Password for user account
73 SFA_PLC_PASSWORD='root'
74
75 # Full URL of PLC interface
76 SFA_PLC_URL='https://localhost:443/PLCAPI/'
77
78 # PLC DB Name
79 SFA_PLC_DB_NAME='planetlab5'
80
81 # PLC DB Host
82 SFA_PLC_DB_HOST='localhost'
83
84 # PLC DB port
85 SFA_PLC_DB_PORT=5432
86
87 # PLC DB User
88 SFA_PLC_DB_USER='pgsqluser'
89
90 # PLC DB Password
91 SFA_PLC_DB_PASSWORD=''
92
93 # Directory internal data gets stored
94 # using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice
95 SFA_CONFIG_DIR="/etc/sfa"
96
97 # Directory internal data gets stored
98 SFA_DATA_DIR="/var/lib/sfa"
99