netgroup-polito / frog4-gui

Graphical User Interface for the FROG4 orchestration framework
3 stars 0 forks source link

Config.ini cleanup #38

Closed frisso closed 7 years ago

frisso commented 7 years ago

We should replace all the address/port/protocol in the config.ini with something simpler, such as:

xx_endpoint= http://serveraddress:port/starting_url

farmanullahcs commented 7 years ago

Is it correct ?

[fg-gui]

gui_endpoint = http://localhost:9999/

[orchestrator]

orchestrator_endpoint = http://localhost:8080/NF-FG/

[graph-repository]

graph_repository_endpoint = http://localhost:8081/v2/nffg/

[vnf-template]

vnf_template_endpoint = http://localhost:8081/v2/nf_template/

frisso commented 7 years ago

Looks perfect to me. @rbrtbnfgl , @gabrielecastellano , @ivanocerrato : are you ok?

ivanocerrato commented 7 years ago

To me it's ok.

farmanullahcs commented 7 years ago

Fixed in the branch frog4-deployment

frisso commented 7 years ago

Thanks, Farman.