2 # Human readable name for this interface
3 SFA_INTERFACE_HRN="plc"
9 ## ============================================================
10 # Registry Configuration
13 # Enable the registry interface
14 SFA_REGISTRY_ENABLED=1
18 # The type of backend server for this registry
19 # Some registries may not be myplc
20 SFA_REGISTRY_TYPE='pl'
23 # The hrn of the registry's root auth
24 SFA_REGISTRY_ROOT_AUTH="plc"
27 # The hrn of the registry's level1 auth (sub authority)
28 # The full name of this interface (only secify if this
29 # interface is a sub authority)
30 # xxx could be determined from hrn above
31 SFA_REGISTRY_LEVEL1_AUTH=""
34 # The fully qualified hostname of the registry server
35 SFA_REGISTRY_HOST="localhost"
39 SFA_REGISTRY_PORT=12345
41 ## ==============================================================
42 ## Aggregate Configuration
44 ## Enable aggregate inteface
45 ## Enable the aggregate inteface.
46 SFA_AGGREGATE_ENABLED=1
50 # The type of backend server for this aggregate
51 # Some aggregates may not be myplc
52 SFA_AGGREGATE_TYPE='pl'
57 ## The fully qualified hostname of the aggregate server
58 SFA_AGGREGATE_HOST="localhost"
61 ## Geni aggregate server port
62 SFA_AGGREGATE_PORT=12346
64 ## ==============================================================
65 # Slice Manager Configuration
68 # Enable the slice manager
73 ## The type of backend server for this slice manager
74 ## The slice manager doesnt rely on a specific backend server so
75 ## you probably will never need to change this type unless you
76 ## need to reimplement the slice manager
80 ## The fully qualified hostname or IP address of the slice manager server
81 SFA_SM_HOST="localhost"
84 # Geni slice manager server port
87 ## ===============================================================
88 # Component Manager Configuration
91 ## Enable the slice manager
94 # Component Manager type
96 # The type of backend server for this component manager
100 ## The fully qualified hostname or IP address of the slice manager server
101 SFA_SM_HOST="localhost"
104 # Geni slice manager server port
109 # PLC Interface Access Configuration
112 # sfa services will use this account for issuing plc requests - must have admin rights
114 SFA_PLC_USER='root@localhost.localdomain'
117 # Password for user account
118 SFA_PLC_PASSWORD='root'
120 # Full URL of PLC interface
121 SFA_PLC_URL='https://localhost:443/PLCAPI/'
124 SFA_PLC_DB_NAME='planetlab5'
127 SFA_PLC_DB_HOST='localhost'
133 SFA_PLC_DB_USER='pgsqluser'
136 SFA_PLC_DB_PASSWORD=''
138 # Directory internal data gets stored
139 # using /etc/sfa until gec5 but /var/lib/sfa would be a more reasonable choice
140 SFA_CONFIG_DIR="/etc/sfa"
142 # Directory internal data gets stored
143 SFA_DATA_DIR="/var/lib/sfa"