-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-config.ini
36 lines (26 loc) · 1.25 KB
/
default-config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[logging]
# Name of the file (or complete path) of the log file
filename = FG-GUI.log
# Available logging level: 'CRITICAL','ERROR','WARNING','INFO','DEBUG','NOTSET'
level = DEBUG
[fg-gui]
# Set 0.0.0.0 to listen on all addresses, TCP port to be used to interact with the GUI
# format: ( <ip_address:port> )
gui_endpoint = 0.0.0.0:9999
guiName = GUI
[orchestrator]
# Address and port of the orchestrator with which the GUI has to interact (e.g., FROG-orchestrator, SDN domain orchestrator)
# format: ( http://<ip_address>:<port>/)
orchestrator_endpoint = http://localhost:9000/NF-FG/
[graph-repository]
# Address and port of the repository that keeps (load/store) service graphs. Typically this is the URL of the
# frog4-datastore, format: ( http://<ip_address>:<port>/)
graph_repository_endpoint = http://localhost:8081/v2/nffg/
[vnf-template]
# Address and port of the repository that keeps (load/store) NF templates. Typically this is the URL of the
# frog4-datastore, format: ( http://<server_ip_address>:<port>/)
vnf_template_endpoint = http://localhost:8081/v2/nf_template/
[vnf-config]
# Base url to reach the repository that keeps (load/store) NF configurations.
# It should be the frog4-configuration-orchestrator
config_orch_endpoint = http://localhost:8082/config