2 # Human readable name for the interfaces
3 SFA_INTERFACE_HRN="plc"
10 # Registry Configuration
13 # Enable the registry interface
14 SFA_REGISTRY_ENABLED=1
17 # The hrn of the registry's root auth
18 SFA_REGISTRY_ROOT_AUTH="plc"
21 # The hrn of the registry's level1 auth
22 # xxx could be determined from hrn above
23 SFA_REGISTRY_LEVEL1_AUTH=""
26 # The fully qualified hostname of the registry server
27 SFA_REGISTRY_HOST="localhost"
31 SFA_REGISTRY_PORT=12345
34 ## Aggregate Configuration
36 ## Enable aggregate inteface
37 ## Enable the aggregate inteface.
38 SFA_AGGREGATE_ENABLED=1
41 ## The fully qualified hostname of the aggregate server
42 SFA_AGGREGATE_HOST="localhost"
45 ## Geni aggregate server port
46 SFA_AGGREGATE_PORT=12346
48 # Slice Manager Configuration
51 # Enable the slice manager
55 ## The fully qualified hostname or IP address of the slice manager server
56 SFA_SM_HOST="localhost"
59 # Geni slice manager server port
62 # PLC Interface Access Configuration
65 # sfa services will use this account for issuing plc requests - must have admin rights
67 SFA_PLC_USER='root@localhost.localdomain'
70 # Password for user account
71 SFA_PLC_PASSWORD='root'
73 # Full URL of PLC interface
74 SFA_PLC_URL='https://localhost:443/PLCAPI/'
77 SFA_PLC_DB_NAME='planetlab5'
80 SFA_PLC_DB_HOST='localhost'
86 SFA_PLC_DB_USER='pgsqluser'
89 SFA_PLC_DB_PASSWORD=''
91 # Directory internal data gets stored
92 # using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice
93 SFA_BASE_DIR="/etc/sfa"